Class OverwritePropertyGroupArg.Serializer
- java.lang.Object
-
- com.dropbox.core.stone.StoneSerializer<T>
-
- com.dropbox.core.stone.CompositeSerializer<T>
-
- com.dropbox.core.stone.StructSerializer<OverwritePropertyGroupArg>
-
- com.dropbox.core.v2.fileproperties.OverwritePropertyGroupArg.Serializer
-
- Enclosing class:
- OverwritePropertyGroupArg
public static class OverwritePropertyGroupArg.Serializer extends StructSerializer<OverwritePropertyGroupArg>
For internal use only.
-
-
Field Summary
Fields Modifier and Type Field Description static OverwritePropertyGroupArg.Serializer
INSTANCE
-
Fields inherited from class com.dropbox.core.stone.CompositeSerializer
TAG_FIELD
-
-
Constructor Summary
Constructors Constructor Description Serializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OverwritePropertyGroupArg
deserialize(com.fasterxml.jackson.core.JsonParser p, boolean collapsed)
void
serialize(OverwritePropertyGroupArg value, com.fasterxml.jackson.core.JsonGenerator g, boolean collapse)
-
Methods inherited from class com.dropbox.core.stone.StructSerializer
deserialize, serialize
-
Methods inherited from class com.dropbox.core.stone.CompositeSerializer
hasTag, readTag, writeTag
-
Methods inherited from class com.dropbox.core.stone.StoneSerializer
deserialize, deserialize, expectEndArray, expectEndObject, expectField, expectStartArray, expectStartObject, getStringValue, serialize, serialize, serialize, serialize, skipFields, skipValue
-
-
-
-
Field Detail
-
INSTANCE
public static final OverwritePropertyGroupArg.Serializer INSTANCE
-
-
Method Detail
-
serialize
public void serialize(OverwritePropertyGroupArg value, com.fasterxml.jackson.core.JsonGenerator g, boolean collapse) throws java.io.IOException, com.fasterxml.jackson.core.JsonGenerationException
- Specified by:
serialize
in classStructSerializer<OverwritePropertyGroupArg>
- Throws:
java.io.IOException
com.fasterxml.jackson.core.JsonGenerationException
-
deserialize
public OverwritePropertyGroupArg deserialize(com.fasterxml.jackson.core.JsonParser p, boolean collapsed) throws java.io.IOException, com.fasterxml.jackson.core.JsonParseException
- Specified by:
deserialize
in classStructSerializer<OverwritePropertyGroupArg>
- Throws:
java.io.IOException
com.fasterxml.jackson.core.JsonParseException
-
-