public class State extends Object implements Serializable
| Constructor and Description |
|---|
State() |
State(Address from,
Address to,
long amount) |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(BinaryReader reader) |
static State |
deserializeFrom(byte[] value) |
Object |
json() |
void |
serialize(BinaryWriter writer) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfrom, toArray, toHexStringpublic void deserialize(BinaryReader reader) throws IOException
deserialize in interface SerializableIOExceptionpublic void serialize(BinaryWriter writer) throws IOException
serialize in interface SerializableIOExceptionpublic static State deserializeFrom(byte[] value) throws IOException
IOExceptionpublic Object json()
Copyright © 2020. All rights reserved.