|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JodaBeanSer | |
|---|---|
| org.joda.beans.ser | Serialization of Joda-Beans. |
| 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.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. |
| 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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||