|
Oracle® Coherence Java API Reference Release 3.6.0.0 E15725-01 |
|||||||
| 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 objectUnsupportedOperationExceptionIllegalStateExceptionIllegalArgumentException
|
Oracle® Coherence Java API Reference Release 3.6.0.0 E15725-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||