public class MMetaDataDeserializer extends MPropertyBasedDeserializer
Modifier and Type | Field and Description |
---|---|
protected MClassRegistry |
cr |
protected MPropertiesRegistry |
propRegistry |
contextStack, subMap, subs, supportedTypeNames
Constructor and Description |
---|
MMetaDataDeserializer(MClassRegistry cr,
MPropertiesRegistry propRegistry) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
loadAllMetaDescription(java.lang.String p_path) |
java.lang.Object |
loadMetaDescription(java.lang.String p_path) |
protected java.lang.Object |
readAnySupportedType(java.lang.String typeName) |
java.lang.String |
toString()
Returns a String that represents the value of this object.
|
deserialize, getOptionalBoolean, getOptionalBytes, getOptionalInteger, getOptionalString, getPropertyCount, getRequiredBoolean, getRequiredBytes, getRequiredInteger, getRequiredString, internalRead, isTypeSupported, readAllOf, readAllOf, readAllOfFrom, readAllOfFrom, readAny, readFirstOf, readFirstOf, readNthOf, readNthOf, readOptional, readOptional, registerSubDeserializer
finalize, getCurrentObjectName, getCurrentProperties, getCurrentRootPath, getCurrentTypeName, getSupportedTypeNames, raiseError, raiseError, registerSubProcessor
protected MPropertiesRegistry propRegistry
protected MClassRegistry cr
public MMetaDataDeserializer(MClassRegistry cr, MPropertiesRegistry propRegistry) throws MException
MException
public java.lang.Object loadMetaDescription(java.lang.String p_path) throws MException
MException
protected java.lang.Object loadAllMetaDescription(java.lang.String p_path) throws MException
MException
protected java.lang.Object readAnySupportedType(java.lang.String typeName) throws MException
readAnySupportedType
in class MPropertyBasedDeserializer
MException
public java.lang.String toString()
toString
in class MPropertyBasedProcessor