public void write(PortableWriter writer) throws IOException {
   writer.writeUTF("n", name);
   super.write(writer);
 }