예제 #1
0
 public static BPMRequest fromByteArray(final byte[] bytes) {
   return JSONUtils.deserialize(bytes, BPMRequest.class);
 }
예제 #2
0
 public static DatacenterTasks fromByteArray(final byte[] bytes) {
   return JSONUtils.deserialize(bytes, DatacenterTasks.class);
 }