메소드 | 설명 | |
---|---|---|
DeSerialize ( byte arr ) : |
Concerts byte[] to Instruction.
|
|
Serialize ( |
Converts Instruction to byte[].
|
public static DeSerialize ( byte arr ) : |
||
arr | byte | A byte array of the Instruction. |
리턴 |
public static Serialize ( |
||
obj | The Instruction to be serialized. | |
리턴 | byte[] |