Uses of Class
org.apache.shiro.io.SerializationException
-
Packages that use SerializationException Package Description 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 Modifier and Type Method Description TDefaultSerializer. deserialize(byte[] serialized)This implementation deserializes the byte array using aObjectInputStreamusing a sourceByteArrayInputStreamconstructed with the argument byte array.TSerializer. deserialize(byte[] serialized)Converts the specified raw byte[] array back into an original Object form.byte[]DefaultSerializer. serialize(T o)This implementation serializes the Object by using anObjectOutputStreambacked by aByteArrayOutputStream.byte[]Serializer. serialize(T o)Converts the specified Object into a byte[] array.
-