Package com.dropbox.core.v2.files
Class ContentSyncSettingArg.Serializer
java.lang.Object
com.dropbox.core.stone.StoneSerializer<ContentSyncSettingArg>
com.dropbox.core.stone.CompositeSerializer<ContentSyncSettingArg>
com.dropbox.core.stone.StructSerializer<ContentSyncSettingArg>
com.dropbox.core.v2.files.ContentSyncSettingArg.Serializer
- Enclosing class:
ContentSyncSettingArg
public static class ContentSyncSettingArg.Serializer
extends StructSerializer<ContentSyncSettingArg>
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, boolean collapsed) voidserialize(ContentSyncSettingArg value, com.fasterxml.jackson.core.JsonGenerator g, boolean collapse) Methods inherited from class com.dropbox.core.stone.StructSerializer
deserialize, serializeMethods 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(ContentSyncSettingArg value, com.fasterxml.jackson.core.JsonGenerator g, boolean collapse) throws IOException, com.fasterxml.jackson.core.JsonGenerationException - Specified by:
serializein classStructSerializer<ContentSyncSettingArg>- Throws:
IOExceptioncom.fasterxml.jackson.core.JsonGenerationException
-
deserialize
public ContentSyncSettingArg deserialize(com.fasterxml.jackson.core.JsonParser p, boolean collapsed) throws IOException, com.fasterxml.jackson.core.JsonParseException - Specified by:
deserializein classStructSerializer<ContentSyncSettingArg>- Throws:
IOExceptioncom.fasterxml.jackson.core.JsonParseException
-