If you are delegating in a custom adapter you gene...
# squarelibraries
j
If you are delegating in a custom adapter you generally want to be using
JsonWriter
as a parameter which gives you access to write raw JSON (or to pass the
JsonWriter
along to a delegate adapter so it can). Perhaps you could look at the implementation of the polymorphic adapter to get some ideas. There's also some examples in the repository for custom adapter things.