| Class | Description |
|---|---|
| AbstractAttributedCharacterIteratorAttributeConverter |
An abstract converter implementation for constants of
AttributedCharacterIterator.Attribute and derived types. |
| ExternalizableConverter |
Converts any object that implements the java.io.Externalizable interface, allowing compatibility with native Java
serialization.
|
| SerializableConverter |
Emulates the mechanism used by standard Java Serialization for classes that implement java.io.Serializable AND
implement or inherit a custom readObject()/writeObject() method.
|
Copyright © 2013. All Rights Reserved.