Uses of Class
org.simpleframework.xml.convert.Registry
Packages that use Registry
-
Uses of Registry in org.simpleframework.xml.convert
Methods in org.simpleframework.xml.convert that return RegistryModifier and TypeMethodDescriptionThis is used to register a binding between a type and the converter used to serialize and deserialize it.This is used to register a binding between a type and the converter used to serialize and deserialize it.Constructors in org.simpleframework.xml.convert with parameters of type RegistryModifierConstructorDescriptionRegistryStrategy(Registry registry) Constructor for theRegistryStrategyobject.RegistryStrategy(Registry registry, Strategy strategy) Constructor for theRegistryStrategyobject.