public class PackMetadataSectionSerializer extends BaseMetadataSectionSerializer<PackMetadataSection> implements com.google.gson.JsonSerializer<PackMetadataSection>
| Constructor and Description | 
|---|
| PackMetadataSectionSerializer() | 
| Modifier and Type | Method and Description | 
|---|---|
| PackMetadataSection | deserialize(com.google.gson.JsonElement p_deserialize_1_,
           java.lang.reflect.Type p_deserialize_2_,
           com.google.gson.JsonDeserializationContext p_deserialize_3_) | 
| java.lang.String | getSectionName() | 
| com.google.gson.JsonElement | serialize(PackMetadataSection p_serialize_1_,
         java.lang.reflect.Type p_serialize_2_,
         com.google.gson.JsonSerializationContext p_serialize_3_) | 
public PackMetadataSection deserialize(com.google.gson.JsonElement p_deserialize_1_, java.lang.reflect.Type p_deserialize_2_, com.google.gson.JsonDeserializationContext p_deserialize_3_) throws com.google.gson.JsonParseException
deserialize in interface com.google.gson.JsonDeserializer<PackMetadataSection>com.google.gson.JsonParseExceptionpublic com.google.gson.JsonElement serialize(PackMetadataSection p_serialize_1_, java.lang.reflect.Type p_serialize_2_, com.google.gson.JsonSerializationContext p_serialize_3_)
serialize in interface com.google.gson.JsonSerializer<PackMetadataSection>public java.lang.String getSectionName()
getSectionName in interface IMetadataSectionSerializer<PackMetadataSection>