| 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.
|
| Modifier and Type | Field | Description |
|---|---|---|
static JodaBeanSer |
JodaBeanSer.COMPACT |
Obtains the singleton compact instance.
|
static JodaBeanSer |
JodaBeanSer.PRETTY |
Obtains the singleton pretty-printing instance.
|
| Modifier and Type | Method | Description |
|---|---|---|
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.withIncludeDerived(boolean includeDerived) |
Returns a copy of this serializer with the specified include derived flag.
|
JodaBeanSer |
JodaBeanSer.withIndent(java.lang.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(java.lang.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 | Description |
|---|---|---|
SerIterable |
CollectSerIteratorFactory.createIterable(java.lang.String metaTypeDescription,
JodaBeanSer settings,
java.util.Map<java.lang.String,java.lang.Class<?>> knownTypes) |
Creates an iterator wrapper for a meta-property value.
|
SerIterable |
GuavaSerIteratorFactory.createIterable(java.lang.String metaTypeDescription,
JodaBeanSer settings,
java.util.Map<java.lang.String,java.lang.Class<?>> knownTypes) |
Creates an iterator wrapper for a meta-property value.
|
SerIterable |
SerIteratorFactory.createIterable(java.lang.String metaTypeDescription,
JodaBeanSer settings,
java.util.Map<java.lang.String,java.lang.Class<?>> knownTypes) |
Creates an iterator wrapper for a meta-type description.
|
java.lang.Class<?> |
SerDeserializers.decodeType(java.lang.String typeStr,
JodaBeanSer settings,
java.lang.String basePackage,
java.util.Map<java.lang.String,java.lang.Class<?>> knownTypes,
java.lang.Class<?> defaultType) |
|
static java.lang.Class<?> |
SerTypeMapper.decodeType(java.lang.String className,
JodaBeanSer settings,
java.lang.String basePackage,
java.util.Map<java.lang.String,java.lang.Class<?>> knownTypes) |
Decodes a class, throwing an exception if not found.
|
static java.lang.Class<?> |
SerTypeMapper.decodeType(java.lang.String className,
JodaBeanSer settings,
java.lang.String basePackage,
java.util.Map<java.lang.String,java.lang.Class<?>> knownTypes,
java.lang.Class<?> defaultType) |
Decodes a class, returning a default if not found.
|
static java.lang.String |
SerTypeMapper.encodeType(java.lang.Class<?> cls,
JodaBeanSer settings,
java.lang.String basePackage,
java.util.Map<java.lang.Class<?>,java.lang.String> knownTypes) |
Encodes a basic class.
|
| Constructor | Description |
|---|---|
JodaBeanBinReader(JodaBeanSer settings) |
Creates an instance.
|
JodaBeanBinWriter(JodaBeanSer settings) |
Creates an instance.
|
| 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.
|
| Constructor | Description |
|---|---|
JodaBeanSimpleMapReader(JodaBeanSer settings) |
Creates an instance.
|
JodaBeanSimpleMapWriter(JodaBeanSer settings) |
Creates an instance.
|
| Constructor | Description |
|---|---|
JodaBeanXmlReader(JodaBeanSer settings) |
Creates an instance.
|
JodaBeanXmlWriter(JodaBeanSer settings) |
Creates an instance.
|
JodaBeanXmlWriter(JodaBeanSer settings,
java.lang.StringBuilder builder) |
Creates an instance.
|
Copyright © 2007–2018 Joda.org. All rights reserved.