public class AnimationMetadataSectionSerializer extends BaseMetadataSectionSerializer<AnimationMetadataSection>
Constructor and Description |
---|
AnimationMetadataSectionSerializer() |
Modifier and Type | Method and Description |
---|---|
AnimationMetadataSection |
deserialize(JsonElement p_deserialize_1_,
java.lang.reflect.Type p_deserialize_2_,
JsonDeserializationContext p_deserialize_3_) |
java.lang.String |
getSectionName()
The name of this section type as it appears in JSON.
|
JsonElement |
serialize(AnimationMetadataSection p_serialize_1_,
java.lang.reflect.Type p_serialize_2_,
JsonSerializationContext p_serialize_3_) |
public AnimationMetadataSection deserialize(JsonElement p_deserialize_1_, java.lang.reflect.Type p_deserialize_2_, JsonDeserializationContext p_deserialize_3_) throws JsonParseException
JsonParseException
public JsonElement serialize(AnimationMetadataSection p_serialize_1_, java.lang.reflect.Type p_serialize_2_, JsonSerializationContext p_serialize_3_)
public java.lang.String getSectionName()