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