public static class PathRootError.Serializer extends StructSerializer<PathRootError>
Modifier and Type | Field and Description |
---|---|
static PathRootError.Serializer |
INSTANCE |
TAG_FIELD
Constructor and Description |
---|
Serializer() |
Modifier and Type | Method and Description |
---|---|
PathRootError |
deserialize(com.fasterxml.jackson.core.JsonParser p,
boolean collapsed) |
void |
serialize(PathRootError 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 PathRootError.Serializer INSTANCE
public void serialize(PathRootError value, com.fasterxml.jackson.core.JsonGenerator g, boolean collapse) throws IOException, com.fasterxml.jackson.core.JsonGenerationException
serialize
in class StructSerializer<PathRootError>
IOException
com.fasterxml.jackson.core.JsonGenerationException
public PathRootError deserialize(com.fasterxml.jackson.core.JsonParser p, boolean collapsed) throws IOException, com.fasterxml.jackson.core.JsonParseException
deserialize
in class StructSerializer<PathRootError>
IOException
com.fasterxml.jackson.core.JsonParseException