Package org.simpleframework.xml.convert


package org.simpleframework.xml.convert
  • Class
    Description
    The AnnotationStrategy object is used to intercept the serialization process and delegate to custom converters.
    The Convert annotation is used to specify a converter class to use for serialization.
    The Converter object is used to convert an object to XML by intercepting the normal serialization process.
    The ConvertException is thrown when there is a problem converting an object.
    The Registry represents an object that is used to register bindings between a class and a converter implementation.
    The RegistryStrategy object is used to intercept the serialization process and delegate to custom converters.