Package com.dropbox.core.v2.files
Class ContentSyncSetting.Serializer
- java.lang.Object
- 
- com.dropbox.core.stone.StoneSerializer<T>
- 
- com.dropbox.core.stone.CompositeSerializer<T>
- 
- com.dropbox.core.stone.StructSerializer<ContentSyncSetting>
- 
- com.dropbox.core.v2.files.ContentSyncSetting.Serializer
 
 
 
 
- 
- Enclosing class:
- ContentSyncSetting
 
 public static class ContentSyncSetting.Serializer extends StructSerializer<ContentSyncSetting> For internal use only.
- 
- 
Field SummaryFields Modifier and Type Field Description static ContentSyncSetting.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 ContentSyncSettingdeserialize(com.fasterxml.jackson.core.JsonParser p, boolean collapsed)voidserialize(ContentSyncSetting 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 ContentSyncSetting.Serializer INSTANCE 
 
- 
 - 
Method Detail- 
serializepublic void serialize(ContentSyncSetting value, com.fasterxml.jackson.core.JsonGenerator g, boolean collapse) throws java.io.IOException, com.fasterxml.jackson.core.JsonGenerationException - Specified by:
- serializein class- StructSerializer<ContentSyncSetting>
- Throws:
- java.io.IOException
- com.fasterxml.jackson.core.JsonGenerationException
 
 - 
deserializepublic ContentSyncSetting deserialize(com.fasterxml.jackson.core.JsonParser p, boolean collapsed) throws java.io.IOException, com.fasterxml.jackson.core.JsonParseException - Specified by:
- deserializein class- StructSerializer<ContentSyncSetting>
- Throws:
- java.io.IOException
- com.fasterxml.jackson.core.JsonParseException
 
 
- 
 
-