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.
 

Class Summary
CollectSerIteratorFactory Factory used to create wrappers around collection-like objects.
DefaultDeserializer Default deserializer that expects the input to match the current classpath beans.
GuavaSerIteratorFactory Guava factory used to create wrappers around collection-like objects.
JodaBeanMimeType Provides mime types for Joda-Beans.
JodaBeanSer Provides the ability for a Joda-Bean to be serialized.
SerDeserializers Manages a map of deserializers that assist with data migration.
SerIterable An abstraction over collections, lists, sets and maps.
SerIterator An abstraction of collections, lists, sets and maps.
SerIteratorFactory A factory used to create wrappers around collection-like objects.
SerTypeMapper Type mapper for Joda-Bean serialization, used by serialization implementations.
 

Enum Summary
SerCategory Defiens the type of the iterable.
 

Package org.joda.beans.ser Description

Serialization of Joda-Beans.



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