Package | Description |
---|---|
javolution.xml |
Provides 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 | Method and Description |
---|---|
protected XMLFormat |
XMLBinding.getFormat(Class forClass)
Returns the XML format for the specified class/interface.
|
static <T> XMLFormat<T> |
XMLFormat.getInstance(Class<? extends T> forClass)
Returns the default format for the specified class/interface.
|
Copyright © 2005–2017 Javolution. All rights reserved.