Package com.dropbox.core.v2.files
Class ContentSyncSettingArg.Serializer
- java.lang.Object
- 
- com.dropbox.core.stone.StoneSerializer<T>
- 
- com.dropbox.core.stone.CompositeSerializer<T>
- 
- 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 SummaryFields Modifier and Type Field Description static ContentSyncSettingArg.SerializerINSTANCE- 
Fields inherited from class com.dropbox.core.stone.CompositeSerializerTAG_FIELD
 
- 
 - 
Constructor SummaryConstructors Constructor Description Serializer()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentSyncSettingArgdeserialize(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.StructSerializerdeserialize, serialize
 - 
Methods inherited from class com.dropbox.core.stone.CompositeSerializerhasTag, readTag, writeTag
 - 
Methods inherited from class com.dropbox.core.stone.StoneSerializerdeserialize, deserialize, expectEndArray, expectEndObject, expectField, expectStartArray, expectStartObject, getStringValue, serialize, serialize, serialize, serialize, skipFields, skipValue
 
- 
 
- 
- 
- 
Field Detail- 
INSTANCEpublic static final ContentSyncSettingArg.Serializer INSTANCE 
 
- 
 - 
Method Detail- 
serializepublic void serialize(ContentSyncSettingArg value, com.fasterxml.jackson.core.JsonGenerator g, boolean collapse) throws java.io.IOException, com.fasterxml.jackson.core.JsonGenerationException - Specified by:
- serializein class- StructSerializer<ContentSyncSettingArg>
- Throws:
- java.io.IOException
- com.fasterxml.jackson.core.JsonGenerationException
 
 - 
deserializepublic ContentSyncSettingArg deserialize(com.fasterxml.jackson.core.JsonParser p, boolean collapsed) throws java.io.IOException, com.fasterxml.jackson.core.JsonParseException - Specified by:
- deserializein class- StructSerializer<ContentSyncSettingArg>
- Throws:
- java.io.IOException
- com.fasterxml.jackson.core.JsonParseException
 
 
- 
 
-