|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Serializer | |
---|---|
org.apache.shiro.io | Support for reading and writing (input/output) raw data from multiple resource locations. |
org.apache.shiro.mgt | Provides the master SecurityManager interface and a default implementation
hierarchy for managing all aspects of Shiro's functionality in an application. |
Uses of Serializer in org.apache.shiro.io |
---|
Classes in org.apache.shiro.io that implement Serializer | |
---|---|
class |
DefaultSerializer<T>
Serializer implementation that uses the default JVM serialization mechanism (Object Input/Output Streams). |
class |
XmlSerializer
Serializer implementation that uses the JavaBeans XMLEncoder and XMLDecoder to serialize
and deserialize, respectively. |
Uses of Serializer in org.apache.shiro.mgt |
---|
Methods in org.apache.shiro.mgt that return Serializer | |
---|---|
Serializer<PrincipalCollection> |
AbstractRememberMeManager.getSerializer()
Returns the Serializer used to serialize and deserialize PrincipalCollection instances for
persistent remember me storage. |
Methods in org.apache.shiro.mgt with parameters of type Serializer | |
---|---|
void |
AbstractRememberMeManager.setSerializer(Serializer<PrincipalCollection> serializer)
Sets the Serializer used to serialize and deserialize PrincipalCollection instances for
persistent remember me storage. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |