Class MetaschemaJsonWriter

java.lang.Object
dev.metaschema.databind.io.json.MetaschemaJsonWriter
All Implemented Interfaces:
IWritingContext<com.fasterxml.jackson.core.JsonGenerator>, IJsonWritingContext, IItemWriteHandler

public class MetaschemaJsonWriter extends Object implements IJsonWritingContext, IItemWriteHandler
Provides support for writing Metaschema-bound Java objects to JSON format.

This class implements the IItemWriteHandler interface to serialize bound objects to JSON using Jackson's JsonGenerator. It handles flags, fields, assemblies, and choice groups according to the Metaschema JSON serialization rules.

See Also: