Uses of Package
org.simpleframework.xml.convert
Packages that use org.simpleframework.xml.convert
-
Classes in org.simpleframework.xml.convert used by org.simpleframework.xml.convertClassDescriptionThe
Convert
annotation is used to specify a converter class to use for serialization.TheConverter
object is used to convert an object to XML by intercepting the normal serialization process.TheConverterFactory
is used to instantiate objects based on a provided type or annotation.TheConverterScanner
is used to create a converter given a method or field representation.TheRegistry
represents an object that is used to register bindings between a class and a converter implementation.TheRegistryBinder
object is used acquire converters using a binding between a type and its converter.TheScanner
interface is used to scan a class for a given annotation.TheScannerBuilder
is used to build and cache each scanner requested.