Uses of Interface
org.apache.shiro.io.Serializer
-
Packages that use Serializer Package Description org.apache.shiro.io Support for reading and writing (input/output) raw data from multiple resource locations. -
-
Uses of Serializer in org.apache.shiro.io
Classes in org.apache.shiro.io that implement Serializer Modifier and Type Class Description classDefaultSerializer<T>Serializer implementation that uses the default JVM serialization mechanism (Object Input/Output Streams).classXmlSerializerDeprecated.This class should not be used directly because of unsecure XMLEncoder/XMLDecoder usage.
-