Package org.apache.shiro.lang.io


package org.apache.shiro.lang.io
Support for reading and writing (input/output) raw data from multiple resource locations.
  • Class
    Description
    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.
    Root exception for problems either serializing or de-serializing data.
    A Serializer converts objects to raw binary data and vice versa, enabling persistent storage of objects to files, HTTP cookies, or other mechanism.
    Deprecated, for removal: This API element is subject to removal in a future version.
    This class should not be used directly because of unsecure XMLEncoder/XMLDecoder usage.