コード例 #1
0
 protected void writeInternal(ObjectDataOutput out) throws IOException {
   super.writeInternal(out);
   out.writeUTF(caller);
   out.writeLong(ttl);
 }
コード例 #2
0
 @Override
 protected void writeInternal(ObjectDataOutput out) throws IOException {
   super.writeInternal(out);
   out.writeLong(recordId);
   out.writeData(value);
 }