JsonSerializable
ArrayNode
, ArrayType
, BaseJsonNode
, BigIntegerNode
, BinaryNode
, BooleanNode
, CollectionLikeType
, CollectionType
, ContainerNode
, DecimalNode
, DoubleNode
, IntNode
, JSONPObject
, JSONWrappedObject
, LongNode
, MapLikeType
, MapType
, MissingNode
, NullNode
, NumericNode
, ObjectNode
, POJONode
, SimpleType
, TextNode
, TypeBase
, ValueNode
public interface JsonSerializableWithType extends JsonSerializable
JsonSerializable
to
allow for dynamic type information embedding.Modifier and Type | Method | Description |
---|---|---|
void |
serializeWithType(JsonGenerator jgen,
SerializerProvider provider,
TypeSerializer typeSer) |
serialize
void serializeWithType(JsonGenerator jgen, SerializerProvider provider, TypeSerializer typeSer) throws java.io.IOException, JsonProcessingException
java.io.IOException
JsonProcessingException