| AnnotationStrategy |
The AnnotationStrategy object is used to intercept
the serialization process and delegate to custom converters.
|
| ConverterFactory |
The ConverterFactory is used to instantiate objects
based on a provided type or annotation.
|
| ConverterScanner |
The ConverterScanner is used to create a converter
given a method or field representation.
|
| Reference |
The Reference object represents a value that holds
an object instance.
|
| Registry |
The Registry represents an object that is used to
register bindings between a class and a converter implementation.
|
| RegistryBinder |
The RegistryBinder object is used acquire converters
using a binding between a type and its converter.
|
| RegistryStrategy |
The RegistryStrategy object is used to intercept
the serialization process and delegate to custom converters.
|
| ScannerBuilder |
The ScannerBuilder is used to build and cache each
scanner requested.
|
| ScannerBuilder.Entry |
The Entry object represents a scanner that is
used to scan a specified type for annotations.
|