Uses of Interface
gov.nist.secauto.metaschema.databind.io.ISerializer
Package
Description
Support for parsing Metaschema module-based data using Java class bindings.
Provides core functionality for reading and writing instance data to and from
bound objects.
Supports reading and writing JSON instance data.
Supports reading and writing XML instance data.
Supports reading and writing YAML instance data.
-
Uses of ISerializer in gov.nist.secauto.metaschema.databind
Modifier and TypeMethodDescription<CLASS extends IBoundObject>
ISerializer<CLASS>DefaultBindingContext.newSerializer
(Format format, Class<CLASS> clazz) Gets a dataISerializer
which can be used to write Java instance data for the provided class in the requested format.<CLASS extends IBoundObject>
ISerializer<CLASS>IBindingContext.newSerializer
(Format format, Class<CLASS> clazz) Gets a dataISerializer
which can be used to write Java instance data for the provided class in the requested format. -
Uses of ISerializer in gov.nist.secauto.metaschema.databind.io
Modifier and TypeClassDescriptionclass
AbstractSerializer<CLASS extends IBoundObject>
The base class of all format-specific serializers.Modifier and TypeMethodDescriptionAbstractSerializer.applyConfiguration
(IConfiguration<SerializationFeature<?>> other) ISerializer.applyConfiguration
(IConfiguration<SerializationFeature<?>> other) AbstractSerializer.disableFeature
(SerializationFeature<?> feature) ISerializer.disableFeature
(SerializationFeature<?> feature) AbstractSerializer.enableFeature
(SerializationFeature<?> feature) ISerializer.enableFeature
(SerializationFeature<?> feature) AbstractSerializer.set
(SerializationFeature<?> feature, Object value) ISerializer.set
(SerializationFeature<?> feature, Object value) -
Uses of ISerializer in gov.nist.secauto.metaschema.databind.io.json
-
Uses of ISerializer in gov.nist.secauto.metaschema.databind.io.xml
-
Uses of ISerializer in gov.nist.secauto.metaschema.databind.io.yaml