Value |
CycleStrategy.read(Type type,
NodeMap node,
java.util.Map map) |
This method is used to read an object from the specified node.
|
Value |
ReadGraph.read(Type type,
NodeMap node) |
This is used to recover the object references from the document
using the special attributes specified.
|
Value |
Strategy.read(Type type,
NodeMap<InputNode> node,
java.util.Map map) |
This is used to resolve and load a class for the given element.
|
Value |
TreeStrategy.read(Type type,
NodeMap node,
java.util.Map map) |
This is used to resolve and load a class for the given element.
|
void |
Visitor.read(Type type,
NodeMap<InputNode> node) |
This is used to intercept an XML element before it is read
by the underlying Strategy implementation.
|
Value |
VisitorStrategy.read(Type type,
NodeMap<InputNode> node,
java.util.Map map) |
This method will read with an internal strategy after it has
been intercepted by the visitor.
|
private Value |
ReadGraph.readArray(Type type,
java.lang.Class real,
NodeMap node) |
This is used to acquire the Value which can be used
to represent the deserialized value.
|
private Value |
TreeStrategy.readArray(java.lang.Class type,
NodeMap node) |
This is used to resolve and load a class for the given element.
|
private Value |
ReadGraph.readInstance(Type type,
java.lang.Class real,
NodeMap node) |
This is used to recover the object references from the document
using the special attributes specified.
|
private Value |
ReadGraph.readReference(Type type,
java.lang.Class real,
NodeMap node) |
This is used to recover the object references from the document
using the special attributes specified.
|
private Value |
ReadGraph.readValue(Type type,
java.lang.Class real,
NodeMap node) |
This is used to acquire the Value which can be used
to represent the deserialized value.
|
private Value |
ReadGraph.readValue(Type type,
java.lang.Class real,
NodeMap node,
java.lang.String key) |
This is used to acquire the Value which can be used
to represent the deserialized value.
|
private java.lang.Class |
TreeStrategy.readValue(Type type,
NodeMap node) |
This is used to resolve and load a class for the given element.
|
boolean |
CycleStrategy.write(Type type,
java.lang.Object value,
NodeMap node,
java.util.Map map) |
This is used to write the reference in to the XML element that
is to be written.
|
boolean |
Strategy.write(Type type,
java.lang.Object value,
NodeMap<OutputNode> node,
java.util.Map map) |
This is used to attach attribute values to the given node
map during the serialization process.
|
boolean |
TreeStrategy.write(Type type,
java.lang.Object value,
NodeMap node,
java.util.Map map) |
This is used to attach a attribute to the provided element
that is used to identify the class.
|
void |
Visitor.write(Type type,
NodeMap<OutputNode> node) |
This is used to intercept an XML element after it is written
by the underlying Strategy implementation.
|
boolean |
VisitorStrategy.write(Type type,
java.lang.Object value,
NodeMap<OutputNode> node,
java.util.Map map) |
This method will write with an internal strategy before it has
been intercepted by the visitor.
|
boolean |
WriteGraph.write(Type type,
java.lang.Object value,
NodeMap node) |
This is used to write the XML element attributes representing
the serialized object instance.
|
private java.lang.Class |
TreeStrategy.writeArray(java.lang.Class field,
java.lang.Object value,
NodeMap node) |
This is used to add a length attribute to the element due to
the fact that the serialized value is an array.
|
private java.lang.Class |
WriteGraph.writeArray(java.lang.Class field,
java.lang.Object value,
NodeMap node) |
This is used to add a length attribute to the element due to
the fact that the serialized value is an array.
|
private boolean |
WriteGraph.writeReference(java.lang.Object value,
NodeMap node) |
This is used to write the XML element attributes representing
the serialized object instance.
|