public static class ReflectionBinding.XMLArrayFormat extends javolution.xml.XMLFormat<Object[]>
APPENDABLE_XML, BOOLEAN_XML, BYTE_XML, CHARACTER_XML, CLASS_XML, COLLECTION_XML, CONFIGURABLE_XML, DOUBLE_XML, FAST_COLLECTION_XML, FAST_COMPARATOR_XML, FAST_MAP_XML, FLOAT_XML, INDEX_XML, INTEGER_XML, LONG_XML, MAP_XML, OBJECT_ARRAY_XML, OBJECT_XML, PERSISTENT_CONTEXT_XML, QNAME_XML, SHORT_XML, STRING_XML, TEXT_XML| Constructor and Description |
|---|
XMLArrayFormat(ClassLoader classLoader) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
newInstance(Class clazz,
javolution.xml.XMLFormat.InputElement input) |
void |
read(javolution.xml.XMLFormat.InputElement input,
Object[] array) |
void |
write(Object[] array,
javolution.xml.XMLFormat.OutputElement output) |
void |
writeElements(Object[] array,
javolution.xml.XMLFormat.OutputElement output) |
public XMLArrayFormat(ClassLoader classLoader)
public Object[] newInstance(Class clazz, javolution.xml.XMLFormat.InputElement input) throws javolution.xml.stream.XMLStreamException
newInstance in class javolution.xml.XMLFormat<Object[]>javolution.xml.stream.XMLStreamExceptionpublic void read(javolution.xml.XMLFormat.InputElement input,
Object[] array)
throws javolution.xml.stream.XMLStreamException
read in class javolution.xml.XMLFormat<Object[]>javolution.xml.stream.XMLStreamExceptionpublic final void write(Object[] array, javolution.xml.XMLFormat.OutputElement output) throws javolution.xml.stream.XMLStreamException
write in class javolution.xml.XMLFormat<Object[]>javolution.xml.stream.XMLStreamExceptionpublic void writeElements(Object[] array, javolution.xml.XMLFormat.OutputElement output) throws javolution.xml.stream.XMLStreamException
javolution.xml.stream.XMLStreamExceptionCopyright © 2009-2016. All Rights Reserved.