Ejemplo n.º 1
0
 public static byte[] toBytes(Object object) {
   return StringHelper.getBytes(toJson(object));
 }