コード例 #1
0
 @Override
 protected void writeInternal(ObjectDataOutput out) throws IOException {
   super.writeInternal(out);
   out.writeUTF(lockOwner);
   out.writeLong(lockThreadId);
 }
コード例 #2
0
 protected void writeInternal(ObjectDataOutput out) throws IOException {
   super.writeInternal(out);
   out.writeBoolean(unlockKey);
 }