Interface IJsonWritingContext

All Superinterfaces:
IWritingContext<com.fasterxml.jackson.core.JsonGenerator>
All Known Implementing Classes:
MetaschemaJsonWriter

public interface IJsonWritingContext extends IWritingContext<com.fasterxml.jackson.core.JsonGenerator>
Provides the writing context for serializing Java objects to JSON format.

This interface extends IWritingContext with a JSON-specific writer type.

See Also:
  • JsonGenerator