public interface MDeserializer
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
deserialize(java.lang.Object source)
Deserialize the source object, and optionally return
the resulting object.
|
boolean |
isTypeSupported(java.lang.String typeName)
Returns if the typeName is supported by the deserializer
|
java.lang.Object deserialize(java.lang.Object source) throws MException
MException
boolean isTypeSupported(java.lang.String typeName) throws MException
MException