|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| SerDeserializer | Assists with deserialization allowing migration of data from an old data format to a new one. |
| SerDeserializerProvider | Provides access to deserializers. |
| 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. |
| SerOptional | Assists with serialization and deserialization of optional properties. |
| SerTypeMapper | Type mapper for Joda-Bean serialization, used by serialization implementations. |
| Enum Summary | |
|---|---|
| SerCategory | Defines the type of the iterable. |
Serialization of Joda-Beans.
The main class of this package is JodaBeanSer.
Configure, or use a constant, to obtain access to serialization.
From there, use one of the specific methods for JSON, XML or binary.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||