public abstract class CompositeSerializer<T> extends StoneSerializer<T>
| Modifier and Type | Field and Description | 
|---|---|
protected static java.lang.String | 
TAG_FIELD  | 
| Constructor and Description | 
|---|
CompositeSerializer()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected static boolean | 
hasTag(com.fasterxml.jackson.core.JsonParser p)  | 
protected static java.lang.String | 
readTag(com.fasterxml.jackson.core.JsonParser p)  | 
protected void | 
writeTag(java.lang.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 java.lang.String TAG_FIELD
protected static boolean hasTag(com.fasterxml.jackson.core.JsonParser p)
                         throws java.io.IOException,
                                com.fasterxml.jackson.core.JsonParseException
java.io.IOExceptioncom.fasterxml.jackson.core.JsonParseExceptionprotected static java.lang.String readTag(com.fasterxml.jackson.core.JsonParser p)
                                   throws java.io.IOException,
                                          com.fasterxml.jackson.core.JsonParseException
java.io.IOExceptioncom.fasterxml.jackson.core.JsonParseExceptionprotected void writeTag(java.lang.String tag,
                        com.fasterxml.jackson.core.JsonGenerator g)
                 throws java.io.IOException,
                        com.fasterxml.jackson.core.JsonGenerationException
java.io.IOExceptioncom.fasterxml.jackson.core.JsonGenerationException