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.TheConverterFactoryis used to instantiate objects based on a provided type or annotation.TheConverterScanneris used to create a converter given a method or field representation.TheConvertExceptionis thrown when there is a problem converting an object.TheReferenceobject represents a value that holds an object instance.TheRegistryrepresents an object that is used to register bindings between a class and a converter implementation.TheRegistryBinderobject is used acquire converters using a binding between a type and its converter.TheRegistryStrategyobject is used to intercept the serialization process and delegate to custom converters.TheScannerinterface is used to scan a class for a given annotation.TheScannerBuilderis used to build and cache each scanner requested.TheEntryobject represents a scanner that is used to scan a specified type for annotations.