|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
Serializer<T> | A Serializer converts objects to raw binary data and vice versa, enabling persistent storage
of objects to files, HTTP cookies, or other mechanism. |
Class Summary | |
---|---|
ClassResolvingObjectInputStream | Enables correct ClassLoader lookup in various environments (e.g. |
DefaultSerializer<T> | Serializer implementation that uses the default JVM serialization mechanism (Object Input/Output Streams). |
ResourceUtils | Static helper methods for loading Stream -backed resources. |
XmlSerializer | Serializer implementation that uses the JavaBeans
XMLEncoder and XMLDecoder to serialize
and deserialize, respectively. |
Exception Summary | |
---|---|
SerializationException | Root exception for problems either serializing or de-serializing data. |
Support for reading and writing (input/output) raw data from multiple resource locations.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |