Uses of Class
org.joda.beans.ser.JodaBeanSer
-
Packages that use JodaBeanSer Package Description org.joda.beans.ser Serialization of Joda-Beans.org.joda.beans.ser.bin Serialization of Joda-Beans using a binary format.org.joda.beans.ser.json Serialization of Joda-Beans using JSON.org.joda.beans.ser.map Serialization of Joda-Beans to/from an in-memory Map.org.joda.beans.ser.xml Serialization of Joda-Beans using XML. -
-
Uses of JodaBeanSer in org.joda.beans.ser
Fields in org.joda.beans.ser declared as JodaBeanSer Modifier and Type Field Description static JodaBeanSerJodaBeanSer. COMPACTObtains the singleton compact instance.static JodaBeanSerJodaBeanSer. PRETTYObtains the singleton pretty-printing instance.Methods in org.joda.beans.ser that return JodaBeanSer Modifier and Type Method Description JodaBeanSerJodaBeanSer. withConverter(org.joda.convert.StringConvert converter)Returns a copy of this serializer with the specified string converter.JodaBeanSerJodaBeanSer. withDeserializers(SerDeserializers deserializers)Returns a copy of this serializer with the specified deserializers.JodaBeanSerJodaBeanSer. withIncludeDerived(boolean includeDerived)Returns a copy of this serializer with the specified include derived flag.JodaBeanSerJodaBeanSer. withIndent(String indent)Returns a copy of this serializer with the specified pretty print indent.JodaBeanSerJodaBeanSer. withIteratorFactory(SerIteratorFactory iteratorFactory)Returns a copy of this serializer with the specified iterator factory.JodaBeanSerJodaBeanSer. withNewLine(String newLine)Returns a copy of this serializer with the specified pretty print new line.JodaBeanSerJodaBeanSer. withShortTypes(boolean shortTypes)Returns a copy of this serializer with the short types flag set.Methods in org.joda.beans.ser with parameters of type JodaBeanSer Modifier and Type Method Description SerIterableCollectSerIteratorFactory. createIterable(String metaTypeDescription, JodaBeanSer settings, Map<String,Class<?>> knownTypes)Creates an iterator wrapper for a meta-property value.SerIterableGuavaSerIteratorFactory. createIterable(String metaTypeDescription, JodaBeanSer settings, Map<String,Class<?>> knownTypes)Creates an iterator wrapper for a meta-property value.SerIterableSerIteratorFactory. createIterable(String metaTypeDescription, JodaBeanSer settings, Map<String,Class<?>> knownTypes)Creates an iterator wrapper for a meta-type description.Class<?>SerDeserializers. decodeType(String typeStr, JodaBeanSer settings, String basePackage, Map<String,Class<?>> knownTypes, Class<?> defaultType)Decodes the typestatic Class<?>SerTypeMapper. decodeType(String className, JodaBeanSer settings, String basePackage, Map<String,Class<?>> knownTypes)Decodes a class, throwing an exception if not found.static Class<?>SerTypeMapper. decodeType(String className, JodaBeanSer settings, String basePackage, Map<String,Class<?>> knownTypes, Class<?> defaultType)Decodes a class, returning a default if not found.static StringSerTypeMapper. encodeType(Class<?> cls, JodaBeanSer settings, String basePackage, Map<Class<?>,String> knownTypes)Encodes a basic class. -
Uses of JodaBeanSer in org.joda.beans.ser.bin
Constructors in org.joda.beans.ser.bin with parameters of type JodaBeanSer Constructor Description JodaBeanBinReader(JodaBeanSer settings)Creates an instance.JodaBeanBinWriter(JodaBeanSer settings)Creates an instance.JodaBeanBinWriter(JodaBeanSer settings, boolean referencing)Creates an instance. -
Uses of JodaBeanSer in org.joda.beans.ser.json
Constructors in org.joda.beans.ser.json with parameters of type JodaBeanSer Constructor Description JodaBeanJsonReader(JodaBeanSer settings)Creates an instance.JodaBeanJsonWriter(JodaBeanSer settings)Creates an instance.JodaBeanSimpleJsonReader(JodaBeanSer settings)Creates an instance.JodaBeanSimpleJsonWriter(JodaBeanSer settings)Creates an instance. -
Uses of JodaBeanSer in org.joda.beans.ser.map
Constructors in org.joda.beans.ser.map with parameters of type JodaBeanSer Constructor Description JodaBeanSimpleMapReader(JodaBeanSer settings)Creates an instance.JodaBeanSimpleMapWriter(JodaBeanSer settings)Creates an instance. -
Uses of JodaBeanSer in org.joda.beans.ser.xml
Constructors in org.joda.beans.ser.xml with parameters of type JodaBeanSer Constructor Description JodaBeanXmlReader(JodaBeanSer settings)Creates an instance.JodaBeanXmlWriter(JodaBeanSer settings)Creates an instance.JodaBeanXmlWriter(JodaBeanSer settings, StringBuilder builder)Creates an instance.
-