Exemple #1
0
  public void write(WriteContext context, Object obj) {
    if (Deploy.debug) {
      Debug4.writeBegin(context, Const4.YAPBYTE);
    }

    context.writeByte(((Byte) obj).byteValue());

    if (Deploy.debug) {
      Debug4.writeEnd(context);
    }
  }