コード例 #1
0
ファイル: Foo.java プロジェクト: jeffreywugz/protostuff
 public void writeExternal(ObjectOutput out) throws IOException {
   GraphIOUtil.writeDelimitedTo(out, this, this);
 }
コード例 #2
0
ファイル: Foo.java プロジェクト: jeffreywugz/protostuff
 public void readExternal(ObjectInput in) throws IOException {
   GraphIOUtil.mergeDelimitedFrom(in, this, this);
 }