Attributes | Name and Description |
---|---|
|
caplin.core.XmlSerializer()
This is a static utility class and should not be constructed. |
Attributes | Name and Description |
---|---|
<static>
|
String
serialize(Object oXml)
Serializes some XML to a string. |
►
caplin.core.XmlSerializer()
This is a static utility class and should not be constructed.
►
<static>
String
serialize(Object oXml)
Serializes some XML to a string.
Makes use of XMLSerializer
where it's available. If it is unable to
serialize the passed XML, it throws an exception.
Object | oXml | the XML to serialize to a string. |