Interface ObjectNotationWriter<K,V>

All Superinterfaces:
Flushable
All Known Subinterfaces:
JsonWriterGson, ObjectNotationWriterEmbed<K,V>, ObjectNotationWriterExt<K,V,X>, ObjectNotationWriterWrapper<K,V>, RdfObjectNotationWriter
All Known Implementing Classes:
JsonWriterAdapter, ObjectNotationWriterMapper, ObjectNotationWriterViaGon, RdfObjectNotationWriterViaJson

public interface ObjectNotationWriter<K,V> extends Flushable
Object notation writers support objects (aka "associative arrays", "dictionaries", "maps") and arrays. Methods for writing values are provided by specializations.