Uses of Class
org.simpleframework.xml.convert.Registry

Packages that use Registry
org.simpleframework.xml.convert   
 

Uses of Registry in org.simpleframework.xml.convert
 

Methods in org.simpleframework.xml.convert that return Registry
 Registry Registry.bind(Class type, Class converter)
          This is used to register a binding between a type and the converter used to serialize and deserialize it.
 Registry Registry.bind(Class type, Converter converter)
          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 Registry
RegistryStrategy(Registry registry)
          Constructor for the RegistryStrategy object.
RegistryStrategy(Registry registry, Strategy strategy)
          Constructor for the RegistryStrategy object.
 



Copyright © 2013. All Rights Reserved.