示例#1
0
 @Override
 protected void doDeserialize(Unpacker unpacker) throws IOException, MessageTypeException {
   result = MsgPackUtils.unpackValue(unpacker);
 }