public interface MSerializer
Modifier and Type | Method and Description |
---|---|
boolean |
isTypeSupported(java.lang.String typeName)
Returns if the typeName is supported by the serializer
|
void |
serialize(java.lang.Object source,
java.lang.Object target)
Serialize the source object into some target media
|
boolean isTypeSupported(java.lang.String typeName) throws MException
MException
void serialize(java.lang.Object source, java.lang.Object target) throws MException
MException