public class IMetadataSerializer
extends java.lang.Object
Constructor and Description |
---|
IMetadataSerializer() |
Modifier and Type | Method and Description |
---|---|
<T extends IMetadataSection> |
parseMetadataSection(java.lang.String p_110503_1_,
JsonObject p_110503_2_) |
<T extends IMetadataSection> |
registerMetadataSectionType(IMetadataSectionSerializer<T> p_110504_1_,
java.lang.Class<T> p_110504_2_) |
public <T extends IMetadataSection> void registerMetadataSectionType(IMetadataSectionSerializer<T> p_110504_1_, java.lang.Class<T> p_110504_2_)
public <T extends IMetadataSection> T parseMetadataSection(java.lang.String p_110503_1_, JsonObject p_110503_2_)