| 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 | |
| org.joda.beans.ser.xml |
Serialization of Joda-Beans using XML.
|
| Modifier and Type | Field and Description |
|---|---|
static JodaBeanSer |
JodaBeanSer.COMPACT
Obtains the singleton compact instance.
|
static JodaBeanSer |
JodaBeanSer.PRETTY
Obtains the singleton pretty-printing instance.
|
| Modifier and Type | Method and Description |
|---|---|
JodaBeanSer |
JodaBeanSer.withConverter(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.
|
| Modifier and Type | Method and Description |
|---|---|
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, 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.
|
Class<?> |
SerDeserializers.decodeType(String typeStr,
JodaBeanSer settings,
String basePackage,
Map<String,Class<?>> knownTypes,
Class<?> defaultType) |
static String |
SerTypeMapper.encodeType(Class<?> cls,
JodaBeanSer settings,
String basePackage,
Map<Class<?>,String> knownTypes)
Encodes a basic class.
|
| Constructor and Description |
|---|
JodaBeanBinReader(JodaBeanSer settings)
Creates an instance.
|
JodaBeanBinWriter(JodaBeanSer settings)
Creates an instance.
|
| Constructor and 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.
|
| Constructor and Description |
|---|
JodaBeanSimpleMapReader(JodaBeanSer settings)
Creates an instance.
|
JodaBeanSimpleMapWriter(JodaBeanSer settings)
Creates an instance.
|
| Constructor and Description |
|---|
JodaBeanXmlReader(JodaBeanSer settings)
Creates an instance.
|
JodaBeanXmlWriter(JodaBeanSer settings)
Creates an instance.
|
JodaBeanXmlWriter(JodaBeanSer settings,
StringBuilder builder)
Creates an instance.
|
Copyright © 2007–2017 Joda.org. All rights reserved.