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,
                    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, JsonObject json)