public static class RootInfo.Serializer extends StructSerializer<RootInfo>
Modifier and Type | Field and Description |
---|---|
static RootInfo.Serializer |
INSTANCE |
TAG_FIELD
Constructor and Description |
---|
Serializer() |
Modifier and Type | Method and Description |
---|---|
RootInfo |
deserialize(com.fasterxml.jackson.core.JsonParser p,
boolean collapsed) |
void |
serialize(RootInfo value,
com.fasterxml.jackson.core.JsonGenerator g,
boolean collapse) |
deserialize, serialize
hasTag, readTag, writeTag
deserialize, deserialize, expectEndArray, expectEndObject, expectField, expectStartArray, expectStartObject, getStringValue, serialize, serialize, serialize, serialize, skipFields, skipValue
public static final RootInfo.Serializer INSTANCE
public void serialize(RootInfo value, com.fasterxml.jackson.core.JsonGenerator g, boolean collapse) throws java.io.IOException, com.fasterxml.jackson.core.JsonGenerationException
serialize
in class StructSerializer<RootInfo>
java.io.IOException
com.fasterxml.jackson.core.JsonGenerationException
public RootInfo deserialize(com.fasterxml.jackson.core.JsonParser p, boolean collapsed) throws java.io.IOException, com.fasterxml.jackson.core.JsonParseException
deserialize
in class StructSerializer<RootInfo>
java.io.IOException
com.fasterxml.jackson.core.JsonParseException