Package com.dropbox.core.stone
Class CompositeSerializer<T>
java.lang.Object
com.dropbox.core.stone.StoneSerializer<T>
com.dropbox.core.stone.CompositeSerializer<T>
- Direct Known Subclasses:
StructSerializer,UnionSerializer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.dropbox.core.stone.StoneSerializer
deserialize, deserialize, deserialize, expectEndArray, expectEndObject, expectField, expectStartArray, expectStartObject, getStringValue, serialize, serialize, serialize, serialize, serialize, skipFields, skipValue
-
Field Details
-
TAG_FIELD
- See Also:
-
-
Constructor Details
-
CompositeSerializer
public CompositeSerializer()
-
-
Method Details
-
hasTag
protected static boolean hasTag(com.fasterxml.jackson.core.JsonParser p) throws IOException, com.fasterxml.jackson.core.JsonParseException - Throws:
IOExceptioncom.fasterxml.jackson.core.JsonParseException
-
readTag
protected static String readTag(com.fasterxml.jackson.core.JsonParser p) throws IOException, com.fasterxml.jackson.core.JsonParseException - Throws:
IOExceptioncom.fasterxml.jackson.core.JsonParseException
-
writeTag
protected void writeTag(String tag, com.fasterxml.jackson.core.JsonGenerator g) throws IOException, com.fasterxml.jackson.core.JsonGenerationException - Throws:
IOExceptioncom.fasterxml.jackson.core.JsonGenerationException
-