Uses of Interface
org.simpleframework.xml.convert.Converter

Packages that use Converter
org.simpleframework.xml.convert   
 

Uses of Converter in org.simpleframework.xml.convert
 

Methods in org.simpleframework.xml.convert that return Converter
 Converter Registry.lookup(Class type)
          This is used to acquire a Converter instance from the registry.
 

Methods in org.simpleframework.xml.convert with parameters of type Converter
 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.
 



Copyright © 2013. All Rights Reserved.