public abstract class CompositeSerializer<T> extends StoneSerializer<T>
Constructor and Description |
---|
CompositeSerializer() |
Modifier and Type | Method and Description |
---|---|
protected static boolean |
hasTag(com.fasterxml.jackson.core.JsonParser p) |
protected static String |
readTag(com.fasterxml.jackson.core.JsonParser p) |
protected void |
writeTag(String tag,
com.fasterxml.jackson.core.JsonGenerator g) |
deserialize, deserialize, deserialize, expectEndArray, expectEndObject, expectField, expectStartArray, expectStartObject, getStringValue, serialize, serialize, serialize, serialize, serialize, skipFields, skipValue
protected static final String TAG_FIELD
protected static boolean hasTag(com.fasterxml.jackson.core.JsonParser p) throws IOException, com.fasterxml.jackson.core.JsonParseException
IOException
com.fasterxml.jackson.core.JsonParseException
protected static String readTag(com.fasterxml.jackson.core.JsonParser p) throws IOException, com.fasterxml.jackson.core.JsonParseException
IOException
com.fasterxml.jackson.core.JsonParseException
protected void writeTag(String tag, com.fasterxml.jackson.core.JsonGenerator g) throws IOException, com.fasterxml.jackson.core.JsonGenerationException
IOException
com.fasterxml.jackson.core.JsonGenerationException