public class PackMetadataSectionSerializer extends BaseMetadataSectionSerializer implements com.google.gson.JsonSerializer
| Constructor and Description |
|---|
PackMetadataSectionSerializer() |
| Modifier and Type | Method and Description |
|---|---|
PackMetadataSection |
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(java.lang.Object par1Obj,
java.lang.reflect.Type par2Type,
com.google.gson.JsonSerializationContext par3JsonSerializationContext) |
com.google.gson.JsonElement |
serialize(PackMetadataSection par1PackMetadataSection,
java.lang.reflect.Type par2Type,
com.google.gson.JsonSerializationContext par3JsonSerializationContext) |
public PackMetadataSection deserialize(com.google.gson.JsonElement par1JsonElement, java.lang.reflect.Type par2Type, com.google.gson.JsonDeserializationContext par3JsonDeserializationContext)
deserialize in interface com.google.gson.JsonDeserializerpublic com.google.gson.JsonElement serialize(PackMetadataSection par1PackMetadataSection, java.lang.reflect.Type par2Type, com.google.gson.JsonSerializationContext par3JsonSerializationContext)
public java.lang.String getSectionName()
getSectionName in interface IMetadataSectionSerializerpublic 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