Package org.simpleframework.xml.convert
-
Interface Summary Interface Description Converter<T> TheConverterobject is used to convert an object to XML by intercepting the normal serialization process. -
Class Summary Class Description AnnotationStrategy TheAnnotationStrategyobject is used to intercept the serialization process and delegate to custom converters.Registry TheRegistryrepresents an object that is used to register bindings between a class and a converter implementation.RegistryStrategy TheRegistryStrategyobject is used to intercept the serialization process and delegate to custom converters. -
Exception Summary Exception Description ConvertException TheConvertExceptionis thrown when there is a problem converting an object. -
Annotation Types Summary Annotation Type Description Convert TheConvertannotation is used to specify a converter class to use for serialization.