Uses of Interface
com.tangosol.run.xml.XmlSerializable
-
Packages that use XmlSerializable Package Description com.tangosol.run.xml Contains classes providing basic XML related functionality.com.tangosol.util Contains various generic utilities. -
-
Uses of XmlSerializable in com.tangosol.run.xml
Classes in com.tangosol.run.xml that implement XmlSerializable Modifier and Type Class Description class
SimpleDocument
A simple implementation of the XmlElement interface.class
SimpleElement
A simple implementation of the XmlElement interface.class
XmlBean
This is a base class for building XmlSerializable value objects.Methods in com.tangosol.run.xml with parameters of type XmlSerializable Modifier and Type Method Description static String
XmlHelper. toString(XmlSerializable xml)
Return the XML of an XmlSerializable object as a String. -
Uses of XmlSerializable in com.tangosol.util
Methods in com.tangosol.util that return XmlSerializable Modifier and Type Method Description static XmlSerializable
ExternalizableHelper. readXmlSerializable(DataInput in)
Read an XmlSerializable object from a DataInput stream.static XmlSerializable
ExternalizableHelper. readXmlSerializable(DataInput in, ClassLoader loader)
Read an XmlSerializable object from a DataInput stream.Methods in com.tangosol.util with parameters of type XmlSerializable Modifier and Type Method Description static void
ExternalizableHelper. writeXmlSerializable(DataOutput out, XmlSerializable o)
Write an XmlSerializable object to a DataOutput stream.
-