Method | Description | |
---|---|---|
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. |
return |
public static Serialize ( |
||
obj | The Instruction to be serialized. | |
return | byte[] |