public class MxWriteCoreV1 extends Object implements MxWrite
| Constructor and Description |
|---|
MxWriteCoreV1() |
@Deprecated @ProwideDeprecated(phase3=_2018) public String message(String namespace, AbstractMX obj, Class[] classes)
message(String, AbstractMX, Class[], String, boolean) insteadMxWritepublic String message(String namespace, AbstractMX obj, Class[] classes, String prefix, boolean includeXMLDeclaration)
MxWritemessage in interface MxWritenamespace - the namespace for the target messageobj - the object containing the message to be serializedclasses - array of all classes used or referenced by message classprefix - optional prefix for ns ("Doc" by default)includeXMLDeclaration - true to include the xml declaration (true by default)