Example #1
0
 @Override
 public Byte deserialize(DataInput2 in, int available) throws IOException {
   return in.readByte();
 }