public class MetadataSerializer
extends java.lang.Object
Constructor and Description |
---|
MetadataSerializer() |
Modifier and Type | Method and Description |
---|---|
<T extends IMetadataSection> |
parseMetadataSection(java.lang.String sectionName,
com.google.gson.JsonObject json) |
<T extends IMetadataSection> |
registerMetadataSectionType(IMetadataSectionSerializer<T> metadataSectionSerializer,
java.lang.Class<T> clazz) |
public <T extends IMetadataSection> void registerMetadataSectionType(IMetadataSectionSerializer<T> metadataSectionSerializer, java.lang.Class<T> clazz)
public <T extends IMetadataSection> T parseMetadataSection(java.lang.String sectionName, com.google.gson.JsonObject json)