|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SerializationException | |
---|---|
org.apache.shiro.io | Support for reading and writing (input/output) raw data from multiple resource locations. |
Uses of SerializationException in org.apache.shiro.io |
---|
Methods in org.apache.shiro.io that throw SerializationException | |
---|---|
T |
Serializer.deserialize(byte[] serialized)
Converts the specified raw byte[] array back into an original Object form. |
T |
DefaultSerializer.deserialize(byte[] serialized)
This implementation deserializes the byte array using a ObjectInputStream using a source
ByteArrayInputStream constructed with the argument byte array. |
byte[] |
Serializer.serialize(T o)
Converts the specified Object into a byte[] array. |
byte[] |
DefaultSerializer.serialize(T o)
This implementation serializes the Object by using an ObjectOutputStream backed by a
ByteArrayOutputStream . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |