| Package | Description |
|---|---|
| org.joda.beans.ser |
Serialization of Joda-Beans.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDeserializer
Default deserializer that expects the input to match the current classpath beans.
|
| Modifier and Type | Field and Description |
|---|---|
static SerDeserializer |
DefaultDeserializer.INSTANCE
Singleton.
|
| Modifier and Type | Method and Description |
|---|---|
SerDeserializer |
SerDeserializers.findDeserializer(Class<?> type)
Finds the deserializer for the specified type.
|
SerDeserializer |
SerDeserializerProvider.findDeserializer(Class<?> beanType)
Finds the deserializer for the specified type.
|
| Modifier and Type | Method and Description |
|---|---|
ConcurrentMap<Class<?>,SerDeserializer> |
SerDeserializers.getDeserializers()
Gets the map of deserializers which can be modified.
|
| Modifier and Type | Method and Description |
|---|---|
SerDeserializers |
SerDeserializers.register(Class<?> type,
SerDeserializer deserializer)
Adds the deserializer to be used for the specified type.
|
Copyright © 2007–2017 Joda.org. All rights reserved.