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.
| Interface | Description |
|---|---|
| SerDeserializer |
Assists with deserialization allowing migration of data from an old data format to a new one.
|
| SerDeserializerProvider |
Provides access to deserializers.
|
| Class | Description |
|---|---|
| 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 | Description |
|---|---|
| SerCategory |
Defines the type of the iterable.
|
Copyright © 2007–2018 Joda.org. All rights reserved.