Search Java Classes and Packages
Search Java Frameworks and Libraries
#Org.simpleframework.xml.convert Classes and Interfaces - 6 results found.
| Name | Description | Type | Package | Framework |
| AnnotationStrategy | The AnnotationStrategy object is used to intercept the serialization process and delegate to custom converters. | Class | org.simpleframework.xml.convert | Simple |
|
| Convert | The Convert annotation is used to specify a converter class to use for serialization. | Class | org.simpleframework.xml.convert | Simple |
|
| Converter | The Converter object is used to convert an object to XML by intercepting the normal serialization process. | Interface | org.simpleframework.xml.convert | Simple |
|
| ConvertException | The ConvertException is thrown when there is a problem converting an object. | Class | org.simpleframework.xml.convert | Simple |
|
| Registry | The Registry represents an object that is used to register bindings between a class and a converter implementation. | Class | org.simpleframework.xml.convert | Simple |
|
| RegistryStrategy | The RegistryStrategy object is used to intercept the serialization process and delegate to custom converters. | Class | org.simpleframework.xml.convert | Simple |