Uses of Class
org.ujac.util.xml.BaseObjectSerializer

Packages that use BaseObjectSerializer
org.ujac.util.table   
org.ujac.util.xml   
 

Uses of BaseObjectSerializer in org.ujac.util.table
 

Subclasses of BaseObjectSerializer in org.ujac.util.table
 class TableSerializer
          Name: TableSerializer
Description: A class serializing/deserializing tables to/from XML.
 

Uses of BaseObjectSerializer in org.ujac.util.xml
 

Subclasses of BaseObjectSerializer in org.ujac.util.xml
 class DynamicObjectSerializer
          Name: DynamicObjectSerializer
Description: A dynamic configurable object serializer.
 

Fields in org.ujac.util.xml declared as BaseObjectSerializer
protected  BaseObjectSerializer BaseObjectSerializer.parentSerializer
          The parent serializer.
 

Methods in org.ujac.util.xml with parameters of type BaseObjectSerializer
 void BaseObjectSerializer.delegateHandler(BaseObjectSerializer delegate)
          Delegates the XML parsing to the given serializer.
 



Copyright © 2003-2004 UJAC.org. All Rights Reserved.