Package com.dropbox.core.v2.teampolicies
Class SmarterSmartSyncPolicyState.Serializer
java.lang.Object
com.dropbox.core.stone.StoneSerializer<SmarterSmartSyncPolicyState>
com.dropbox.core.stone.CompositeSerializer<SmarterSmartSyncPolicyState>
com.dropbox.core.stone.UnionSerializer<SmarterSmartSyncPolicyState>
com.dropbox.core.v2.teampolicies.SmarterSmartSyncPolicyState.Serializer
- Enclosing class:
SmarterSmartSyncPolicyState
public static class SmarterSmartSyncPolicyState.Serializer
extends UnionSerializer<SmarterSmartSyncPolicyState>
For internal use only.
-
Field Summary
FieldsFields inherited from class com.dropbox.core.stone.CompositeSerializer
TAG_FIELD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeserialize(com.fasterxml.jackson.core.JsonParser p) voidserialize(SmarterSmartSyncPolicyState value, com.fasterxml.jackson.core.JsonGenerator g) Methods inherited from class com.dropbox.core.stone.CompositeSerializer
hasTag, readTag, writeTagMethods inherited from class com.dropbox.core.stone.StoneSerializer
deserialize, deserialize, expectEndArray, expectEndObject, expectField, expectStartArray, expectStartObject, getStringValue, serialize, serialize, serialize, serialize, skipFields, skipValue
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
Serializer
public Serializer()
-
-
Method Details
-
serialize
public void serialize(SmarterSmartSyncPolicyState value, com.fasterxml.jackson.core.JsonGenerator g) throws IOException, com.fasterxml.jackson.core.JsonGenerationException - Specified by:
serializein classStoneSerializer<SmarterSmartSyncPolicyState>- Throws:
IOExceptioncom.fasterxml.jackson.core.JsonGenerationException
-
deserialize
public SmarterSmartSyncPolicyState deserialize(com.fasterxml.jackson.core.JsonParser p) throws IOException, com.fasterxml.jackson.core.JsonParseException - Specified by:
deserializein classStoneSerializer<SmarterSmartSyncPolicyState>- Throws:
IOExceptioncom.fasterxml.jackson.core.JsonParseException
-