コード例 #1
0
 @Override
 protected void readInternal(ObjectDataInput in) throws IOException {
   super.readInternal(in);
   ownerUuid = in.readUTF();
 }