|
Oracle® Coherence Java API Reference Release 12.1.2.0.3 E26043-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface XmlSerializable
An interface for XML serialization.
| Method Summary | |
|---|---|
void |
fromXml(XmlElement xml)Deserialize the object from an XmlElement. |
XmlElement |
toXml()Serialize the object into an XmlElement. |
| Method Detail |
|---|
XmlElement toXml()
void fromXml(XmlElement xml)
xml - an XmlElement that contains the serialized form of the objectjava.lang.UnsupportedOperationExceptionjava.lang.IllegalStateExceptionjava.lang.IllegalArgumentException
|
Oracle® Coherence Java API Reference Release 12.1.2.0.3 E26043-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||