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, skipValueprotected static final String TAG_FIELD
protected static boolean hasTag(com.fasterxml.jackson.core.JsonParser p)
throws IOException,
com.fasterxml.jackson.core.JsonParseException
IOExceptioncom.fasterxml.jackson.core.JsonParseExceptionprotected static String readTag(com.fasterxml.jackson.core.JsonParser p) throws IOException, com.fasterxml.jackson.core.JsonParseException
IOExceptioncom.fasterxml.jackson.core.JsonParseExceptionprotected void writeTag(String tag, com.fasterxml.jackson.core.JsonGenerator g) throws IOException, com.fasterxml.jackson.core.JsonGenerationException
IOExceptioncom.fasterxml.jackson.core.JsonGenerationException