|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLEncoder | |
---|---|
org.apache.cayenne | Contains persistence APIs directly accessible by users. |
org.apache.cayenne.xml |
Uses of XMLEncoder in org.apache.cayenne |
---|
Methods in org.apache.cayenne with parameters of type XMLEncoder | |
---|---|
void |
CayenneDataObject.encodeAsXML(XMLEncoder encoder)
Deprecated. since 3.1 XML serialization package is deprecated and will be removed in the following releases. It has a number of functional and performance limitations that make it impossible to evolve further. A replacement may be provided in an undefined future. For now we recommend the users to implement XML serialization of persistent objects based JAXB, XStream or other similar frameworks. |
Uses of XMLEncoder in org.apache.cayenne.xml |
---|
Methods in org.apache.cayenne.xml with parameters of type XMLEncoder | |
---|---|
void |
XMLSerializable.encodeAsXML(XMLEncoder encoder)
Deprecated. Encodes itself as XML using the provided XMLEncoder. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |