public class AnimationMetadataSectionSerializer extends BaseMetadataSectionSerializer implements com.google.gson.JsonSerializer
Constructor and Description |
---|
AnimationMetadataSectionSerializer() |
Modifier and Type | Method and Description |
---|---|
AnimationMetadataSection |
deserialize(com.google.gson.JsonElement par1JsonElement,
java.lang.reflect.Type par2Type,
com.google.gson.JsonDeserializationContext par3JsonDeserializationContext) |
java.lang.String |
getSectionName() |
com.google.gson.JsonElement |
serialize(AnimationMetadataSection par1AnimationMetadataSection,
java.lang.reflect.Type par2Type,
com.google.gson.JsonSerializationContext par3JsonSerializationContext) |
com.google.gson.JsonElement |
serialize(java.lang.Object par1Obj,
java.lang.reflect.Type par2Type,
com.google.gson.JsonSerializationContext par3JsonSerializationContext) |
public AnimationMetadataSection deserialize(com.google.gson.JsonElement par1JsonElement, java.lang.reflect.Type par2Type, com.google.gson.JsonDeserializationContext par3JsonDeserializationContext)
deserialize
in interface com.google.gson.JsonDeserializer
public com.google.gson.JsonElement serialize(AnimationMetadataSection par1AnimationMetadataSection, java.lang.reflect.Type par2Type, com.google.gson.JsonSerializationContext par3JsonSerializationContext)
public java.lang.String getSectionName()
getSectionName
in interface IMetadataSectionSerializer
public com.google.gson.JsonElement serialize(java.lang.Object par1Obj, java.lang.reflect.Type par2Type, com.google.gson.JsonSerializationContext par3JsonSerializationContext)
serialize
in interface com.google.gson.JsonSerializer