Package org.apache.shiro.io

Support for reading and writing (input/output) raw data from multiple resource locations.

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.
 

Package org.apache.shiro.io Description

Support for reading and writing (input/output) raw data from multiple resource locations.



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.