|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SerDeserializer | |
|---|---|
| org.joda.beans.ser | Serialization of Joda-Beans. |
| Uses of SerDeserializer in org.joda.beans.ser |
|---|
| Classes in org.joda.beans.ser that implement SerDeserializer | |
|---|---|
class |
DefaultDeserializer
Default deserializer that expects the input to match the current classpath beans. |
| Fields in org.joda.beans.ser declared as SerDeserializer | |
|---|---|
static SerDeserializer |
DefaultDeserializer.INSTANCE
Singleton. |
| Methods in org.joda.beans.ser that return SerDeserializer | |
|---|---|
SerDeserializer |
SerDeserializers.findDeserializer(Class<?> type)
Finds the deserializer for the specified type. |
| Methods in org.joda.beans.ser that return types with arguments of type SerDeserializer | |
|---|---|
ConcurrentMap<Class<?>,SerDeserializer> |
SerDeserializers.getDeserializers()
Gets the map of deserializers which can be modified. |
| Methods in org.joda.beans.ser with parameters of type SerDeserializer | |
|---|---|
SerDeserializers |
SerDeserializers.register(Class<?> type,
SerDeserializer deserializer)
Adds the deserializer to be used for the specified type. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||