Exemple #1
0
 public void writeExternal(ObjectOutput out) throws IOException {
   GraphIOUtil.writeDelimitedTo(out, this, this);
 }
Exemple #2
0
 public void readExternal(ObjectInput in) throws IOException {
   GraphIOUtil.mergeDelimitedFrom(in, this, this);
 }