Interface JsonWriterGson

All Superinterfaces:
Flushable, ObjectNotationWriter<String,com.google.gson.JsonPrimitive>, ObjectNotationWriterExt<String,com.google.gson.JsonPrimitive,JsonWriterGson>
All Known Implementing Classes:
JsonWriterAdapter

public interface JsonWriterGson extends ObjectNotationWriterExt<String,com.google.gson.JsonPrimitive,JsonWriterGson>
The motivation for this abstraction was to have a JsonWriter which can assemble JsonObjects. It turns out that guava has the JsonTreeWriter (an internal but public class) which does the job.