예제 #1
0
 @Override
 public void writeExternal(ObjectOutput out) throws IOException {
   serialize(out);
 }
예제 #2
0
 @Override
 protected void writeArray(DataOutput out) throws IOException {
   serialize(out);
 }