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