|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Interface Summary | |
|---|---|
| Converter<SRC,DEST> | Converts a source object into a target object. |
| ConverterFactory | Creates converter instances. |
| VersioningSerializer | Serializes or deserializes a given object. |
| Class Summary | |
|---|---|
| ArchivedHistoryBuilder | Creates a ClassesHistory by collecting all Archived classes. |
| ClassesHistory | History of classes. |
| ClassVersion | Version of a class with a unique id. |
| SimpleConverterFactory | Converter factory that creates instances by using
Class.forName(String) and Class.newInstance(). |
| Utils | Helper class. |
| VersionedClass | Class with one or more old versions. |
| VersioningJavaSerializer | Serializes a given object using a ObjectOutputStream and deserializes
and Object using a VersioningObjectInputStream. |
| VersioningObjectInputStream | An object input stream that converts old versions of serialized objects into an up-to-date version. |
| Exception Summary | |
|---|---|
| ContentNotFoundException | The content was not found. |
| DeserializationException | Error deserializing the object. |
| Annotation Types Summary | |
|---|---|
| Archived | Tags a class as archived. |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||