Uses of Interface
org.joda.beans.ser.SerDeserializer
-
Packages that use SerDeserializer Package Description 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 Modifier and Type Class Description classDefaultDeserializerDefault deserializer that expects the input to match the current classpath beans.Fields in org.joda.beans.ser declared as SerDeserializer Modifier and Type Field Description static SerDeserializerDefaultDeserializer. INSTANCESingleton.Methods in org.joda.beans.ser that return SerDeserializer Modifier and Type Method Description SerDeserializerSerDeserializerProvider. findDeserializer(Class<?> beanType)Finds the deserializer for the specified type.SerDeserializerSerDeserializers. findDeserializer(Class<?> type)Finds the deserializer for the specified type.Methods in org.joda.beans.ser that return types with arguments of type SerDeserializer Modifier and Type Method Description 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 Modifier and Type Method Description SerDeserializersSerDeserializers. register(Class<?> type, SerDeserializer deserializer)Adds the deserializer to be used for the specified type.
-