Esempio n. 1
0
 @Override
 public void write(Integer obj, SerializationContext context) throws IOException {
   context.writeInt(obj);
 }