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