AbstractTypeXmlMapping |
Abstract XmlMapping to aid
in type specific mapping.
|
AbstractValueXmlMapping |
Abstract XmlMapping to aid
in writing an attribute/value.
|
AbstractXmlMapping |
|
AttributeXmlMapping |
Writes an XML attribute with value sourced from object.
|
CollectionXmlMapping |
Implementation of XmlMapping
to iterate over a Collection object in context.
|
ObjectXmlMapping |
Writes an object into XML.
|
ProxyXmlMapping |
Enables wrapping of a
XmlWriter to let it be
referenced.
|
ReferencedXmlMappingRegistry |
|
ReferenceXmlMapping |
Enables referencing another
XmlWriter to write the XML
of the object obtained from the source object.
|
StaticXmlMapping |
Provides static mapping.
|
TreeXmlMarshaller |
Implementation of XmlMarshaller that is
capable of marshalling a tree object graph.
|
TreeXmlMarshallerFactory |
|
TreeXmlMarshallerManagedObjectSource |
|
TypeXmlMapping |
Implementation of XmlMapping
to map an object based on its specific sub-type implementation.
|
ValueXmlMapping |
Writes a XML value with value sourced from object.
|
XmlContext |
Context for XML marhalling of source object.
|
XmlMappingMetaData |
Contains the meta-data of the XML mappings.
|
XmlMarshallerUtil |
Provides utility methods to write XML.
|
XmlSpecificContext |
Instance of XmlContext for a
particular concrete class.
|