コード例 #1
0
 public void deserialize(ByteArray data) {
   this._ready = data.readBoolean();
   this._type = data.readByte();
 }