public class Transfers extends Object implements Serializable
| 限定符和类型 | 方法和说明 |
|---|---|
void |
deserialize(BinaryReader reader) |
static Transfers |
deserializeFrom(byte[] value) |
Object |
json() |
void |
serialize(BinaryWriter writer) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfrom, toArray, toHexStringpublic State[] states
public Transfers()
public Transfers(State[] states)
public void deserialize(BinaryReader reader) throws IOException
deserialize 在接口中 SerializableIOExceptionpublic void serialize(BinaryWriter writer) throws IOException
serialize 在接口中 SerializableIOExceptionpublic static Transfers deserializeFrom(byte[] value) throws IOException
IOExceptionpublic Object json()
Copyright © 2021. All rights reserved.