Method | Description | |
---|---|---|
DeSerialize ( byte arr ) : Instruction |
Concerts byte[] to Instruction.
|
|
Serialize ( Instruction obj ) : byte[] |
Converts Instruction to byte[].
|
public static DeSerialize ( byte arr ) : Instruction | ||
arr | byte | A byte array of the Instruction. |
return | Instruction |
public static Serialize ( Instruction obj ) : byte[] | ||
obj | Instruction | The Instruction to be serialized. |
return | byte[] |