Uses of Class
org.apache.cayenne.xml.XMLDecoder

Packages that use XMLDecoder
org.apache.cayenne Contains persistence APIs directly accessible by users. 
org.apache.cayenne.xml   
 

Uses of XMLDecoder in org.apache.cayenne
 

Methods in org.apache.cayenne with parameters of type XMLDecoder
 void CayenneDataObject.decodeFromXML(XMLDecoder decoder)
          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 XMLDecoder in org.apache.cayenne.xml
 

Methods in org.apache.cayenne.xml with parameters of type XMLDecoder
 void XMLSerializable.decodeFromXML(XMLDecoder decoder)
          Deprecated. Decodes itself from XML using the provided XMLDecoder.
 



Copyright © 2001-2012 Apache Cayenne. All Rights Reserved.