/** {@inheritDoc} */
 public void write(final Marshaller marshaller) throws IOException {
   marshaller.writeByte(value);
 }