Package org.joda.beans.ser

Serialization of Joda-Beans.

See:
          Description

Interface Summary
SerDeserializer Assists with deserialization allowing migration of data from an old data format to a new one.
SerIterable An abstraction over collections, lists, sets and maps.
SerIterator An abstraction of collections, lists, sets and maps.
 

Class Summary
DefaultDeserializer Default deserializer that expects the input to match the current classpath beans.
GuavaSerIteratorFactory Guava factory used to create wrappers around collection-like objects.
JodaBeanSer Provides the ability for a Joda-Bean to be serialized.
SerDeserializers Manages a map of deserializers that assist with data migration.
SerIteratorFactory A factory used to create wrappers around collection-like objects.
SerTypeMapper Type mapper for Joda-Bean serialization, used by serialization implementations.
 

Package org.joda.beans.ser Description

Serialization of Joda-Beans.



Copyright © 2007–2014 Joda.org. All rights reserved.