Uses of Class
org.joda.beans.ser.JodaBeanSer

Packages that use JodaBeanSer
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.xml Serialization of Joda-Beans using XML. 
 

Uses of JodaBeanSer in org.joda.beans.ser
 

Fields in org.joda.beans.ser declared as JodaBeanSer
static JodaBeanSer JodaBeanSer.COMPACT
          Obtains the singleton compact instance.
static JodaBeanSer JodaBeanSer.PRETTY
          Obtains the singleton pretty-printing instance.
 

Methods in org.joda.beans.ser that return JodaBeanSer
 JodaBeanSer JodaBeanSer.withConverter(org.joda.convert.StringConvert converter)
          Returns a copy of this serializer with the specified string converter.
 JodaBeanSer JodaBeanSer.withDeserializers(SerDeserializers deserializers)
          Returns a copy of this serializer with the specified deserializers.
 JodaBeanSer JodaBeanSer.withIndent(String indent)
          Returns a copy of this serializer with the specified pretty print indent.
 JodaBeanSer JodaBeanSer.withIteratorFactory(SerIteratorFactory iteratorFactory)
          Returns a copy of this serializer with the specified iterator factory.
 JodaBeanSer JodaBeanSer.withNewLine(String newLine)
          Returns a copy of this serializer with the specified pretty print new line.
 JodaBeanSer JodaBeanSer.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
 SerIterable SerIteratorFactory.createIterable(String metaTypeDescription, JodaBeanSer settings, Map<String,Class<?>> knownTypes)
          Creates an iterator wrapper for a meta-type description.
 SerIterable GuavaSerIteratorFactory.createIterable(String metaTypeDescription, JodaBeanSer settings, Map<String,Class<?>> knownTypes)
          Creates an iterator wrapper for a meta-property value.
 SerIterable CollectSerIteratorFactory.createIterable(String metaTypeDescription, JodaBeanSer settings, Map<String,Class<?>> knownTypes)
          Creates an iterator wrapper for a meta-property value.
static Class<?> SerTypeMapper.decodeType(String className, JodaBeanSer settings, String basePackage, Map<String,Class<?>> knownTypes)
          Decodes a class.
static String SerTypeMapper.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
JodaBeanBinReader(JodaBeanSer settings)
          Creates an instance.
JodaBeanBinWriter(JodaBeanSer settings)
          Creates an instance.
 

Uses of JodaBeanSer in org.joda.beans.ser.json
 

Constructors in org.joda.beans.ser.json with parameters of type JodaBeanSer
JodaBeanJsonReader(JodaBeanSer settings)
          Creates an instance.
JodaBeanJsonWriter(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
JodaBeanXmlReader(JodaBeanSer settings)
          Creates an instance.
JodaBeanXmlWriter(JodaBeanSer settings)
          Creates an instance.
JodaBeanXmlWriter(JodaBeanSer settings, StringBuilder builder)
          Creates an instance.
 



Copyright © 2007–2015 Joda.org. All rights reserved.