Interface | Description |
---|---|
Converter<T> |
The
Converter object is used to convert an object
to XML by intercepting the normal serialization process. |
Class | Description |
---|---|
AnnotationStrategy |
The
AnnotationStrategy object is used to intercept
the serialization process and delegate to custom converters. |
Registry |
The
Registry represents an object that is used to
register bindings between a class and a converter implementation. |
RegistryStrategy |
The
RegistryStrategy object is used to intercept
the serialization process and delegate to custom converters. |
Exception | Description |
---|---|
ConvertException |
The
ConvertException is thrown when there is a
problem converting an object. |
Annotation Type | Description |
---|---|
Convert |
The
Convert annotation is used to specify a converter
class to use for serialization. |