Example #1
0
 @Override
 public void write(final OutputCapsule capsule) throws IOException {
   super.write(capsule);
   capsule.write(_length, "length", 1);
   capsule.write(_width, "width", .25);
 }