Package | Description |
---|---|
org.apache.cayenne |
Contains persistence APIs directly accessible by users.
|
org.apache.cayenne.xml |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLSerializable.encodeAsXML(XMLEncoder encoder)
Deprecated.
Encodes itself as XML using the provided XMLEncoder.
|
Copyright © 2001–2018 Apache Cayenne. All rights reserved.