示例#1
0
 @Override
 public Object fromBytes(byte[] bytes) throws Exception {
   return BSON.decode(bytes);
 }