public class SerializedBytes<T>
extends OpaqueBytes
A type safe wrapper around a byte array that contains a serialised object. You can call SerializedBytes.deserialize to get the original object back.
OpaqueBytes.CompanionCompanion| Constructor and Description | 
|---|
SerializedBytes(byte[] bytes)
A type safe wrapper around a byte array that contains a serialised object. You can call SerializedBytes.deserialize
to get the original object back. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SecureHash | 
getHash()  | 
getBytes, getOffset, getSize, ofpublic SerializedBytes(byte[] bytes)
A type safe wrapper around a byte array that contains a serialised object. You can call SerializedBytes.deserialize to get the original object back.
public SecureHash getHash()