Interface Summary
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
Enables correct ClassLoader lookup in various environments (e.g.
Serializer implementation that uses the default JVM serialization mechanism (Object Input/Output Streams).
Static helper methods for loading
Stream-backed resources.
Serializer implementation that uses the JavaBeans
XMLEncoder and
XMLDecoder to serialize and deserialize, respectively.
Exception Summary
Root exception for problems either serializing or de-serializing data.
Package org.apache.shiro.io Description
Support for reading and writing (input/output) raw data from multiple resource locations.