Interface ObjectNotationWriterExt<K,V,X extends ObjectNotationWriterExt<K,V,X>>

All Superinterfaces:
Flushable, ObjectNotationWriter<K,V>
All Known Subinterfaces:
JsonWriterGson, RdfObjectNotationWriter
All Known Implementing Classes:
JsonWriterAdapter, RdfObjectNotationWriterViaJson

public interface ObjectNotationWriterExt<K,V,X extends ObjectNotationWriterExt<K,V,X>> extends ObjectNotationWriter<K,V>