| Package | Description |
|---|---|
| javolution.util |
High-performance collection classes with
worst case execution time behavior documented. |
| javolution.xml |
Support for the encoding of objects, and the objects reachable from them,
into
XML; and the complementary reconstruction of the
object graph from XML. |
| Modifier and Type | Class and Description |
|---|---|
static class |
ConstantTable.XML
The default XML representation for constant tables
(list of elements).
|
| Modifier and Type | Method and Description |
|---|---|
protected XMLFormat<?> |
XMLBinding.getFormat(Class<?> forClass)
Returns the XML format for the specified class/interface.
|
static <T> XMLFormat<T> |
XMLContext.getFormat(Class<? extends T> type)
Returns the xml format for the specified type; if none defined
the default object xml format (based on
TextFormat) is returned. |
protected abstract <T> XMLFormat<T> |
XMLContext.searchFormat(Class<? extends T> type)
Searches the xml format for the specified type.
|
| Modifier and Type | Method and Description |
|---|---|
abstract <T> void |
XMLContext.setFormat(Class<? extends T> type,
XMLFormat<T> format)
Sets the xml format for the specified type (and its sub-types).
|
Copyright © 2017. All rights reserved.