Uses of Class
org.apache.shiro.lang.io.SerializationException
Packages that use SerializationException
Package
Description
Support for reading and writing (input/output) raw data from multiple resource locations.
-
Uses of SerializationException in org.apache.shiro.lang.io
Methods in org.apache.shiro.lang.io that throw SerializationExceptionModifier and TypeMethodDescriptionDefaultSerializer.deserialize(byte[] serialized) This implementation deserializes the byte array using aObjectInputStreamusing a sourceByteArrayInputStreamconstructed with the argument byte array.Serializer.deserialize(byte[] serialized) Converts the specified raw byte[] array back into an original Object form.byte[]This implementation serializes the Object by using anObjectOutputStreambacked by aByteArrayOutputStream.byte[]Converts the specified Object into a byte[] array.