Package | Description |
---|---|
org.apache.shiro.io |
Support for reading and writing (input/output) raw data from multiple resource locations.
|
Modifier and Type | Method and Description |
---|---|
T |
DefaultSerializer.deserialize(byte[] serialized)
This implementation deserializes the byte array using a
ObjectInputStream using a source
ByteArrayInputStream constructed with the argument byte array. |
T |
Serializer.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 an
ObjectOutputStream backed by a
ByteArrayOutputStream . |
byte[] |
Serializer.serialize(T o)
Converts the specified Object into a byte[] array.
|
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.