Extension SDK 10.1.2

Package oracle.ide.marshal

Provides generic marshalling and unmarshalling capabilities for converting an object to String.

See:
          Description

Interface Summary
ObjectStore The ObjectStore interface contains methods that are to be implemented by a persistence framework that can traverse objects whose persistent data are represented by public read-writable JavaBean properties.
StringConversion A class that implements this interface indicates that it is able to: Persist itself as a single String through its toString() method.
 

Class Summary
Character2String This is a custom String converter class that meets the static interface requirements as defined by ToStringManager.registerCustomConverter(java.lang.Class).
Class2String This is a custom String converter class that meets the static interface requirements as defined by ToStringManager.registerCustomConverter(java.lang.Class).
ToStringManager Class that helps manage the conversion of objects to and from a String representation.
 

Package oracle.ide.marshal Description

Provides generic marshalling and unmarshalling capabilities for converting an object to String. The oracle.ide.marshal.xml package builds on this package by adding support for XML representation of JavaBeans, ArrayList, HashMap, URL, and File.


Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.