Ejemplo n.º 1
0
 /**
  * Serialize this object into a POF stream.
  *
  * @param writer POF writer to use
  * @throws IOException if an error occurs during serialization
  */
 public void writeExternal(PofWriter writer) throws IOException {
   super.writeExternal(writer);
   writer.writeBinary(0, toBinary(value));
   writer.writeBoolean(1, fReturnOld);
 }