public class AnimationMetadataSectionSerializer extends java.lang.Object implements IMetadataSectionSerializer<AnimationMetadataSection>
Constructor and Description |
---|
AnimationMetadataSectionSerializer() |
Modifier and Type | Method and Description |
---|---|
AnimationMetadataSection |
deserialize(com.google.gson.JsonObject json) |
java.lang.String |
getSectionName() |
private AnimationFrame |
parseAnimationFrame(int frame,
com.google.gson.JsonElement element) |
public AnimationMetadataSection deserialize(com.google.gson.JsonObject json)
deserialize
in interface IMetadataSectionSerializer<AnimationMetadataSection>
private AnimationFrame parseAnimationFrame(int frame, com.google.gson.JsonElement element)
public java.lang.String getSectionName()
getSectionName
in interface IMetadataSectionSerializer<AnimationMetadataSection>