Package org.apache.shiro.io
Support for reading and writing (input/output) raw data from multiple resource locations.
-
Interface Summary Interface Description Serializer<T> ASerializer
converts objects to raw binary data and vice versa, enabling persistent storage of objects to files, HTTP cookies, or other mechanism. -
Class Summary Class Description 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 loadingStream
-backed resources.XmlSerializer Serializer implementation that uses the JavaBeansXMLEncoder
andXMLDecoder
to serialize and deserialize, respectively. -
Exception Summary Exception Description SerializationException Root exception for problems either serializing or de-serializing data.