Package org.simpleframework.xml.convert
package org.simpleframework.xml.convert
-
ClassDescriptionThe
AnnotationStrategyobject is used to intercept the serialization process and delegate to custom converters.TheConvertannotation is used to specify a converter class to use for serialization.Converter<T>TheConverterobject is used to convert an object to XML by intercepting the normal serialization process.TheConvertExceptionis thrown when there is a problem converting an object.TheRegistryrepresents an object that is used to register bindings between a class and a converter implementation.TheRegistryStrategyobject is used to intercept the serialization process and delegate to custom converters.