mFAST
mFAST copied to clipboard
the pmap of encoder problem
why the pmap from the encoder is different from the original data? i follow the steps below:
- i use decoder api to parse the original binary data, i got the json file;
- using the encoder api to encode json file,then binary data was obtained,but i found the pmap in this binary data is different from the original data. can someone tell me why? thanks very much!!