objectcomputing / mFAST

A FAST (FIX Adapted for STreaming) encoder/decoder
http://objectcomputing.github.io/mFAST
BSD 3-Clause "New" or "Revised" License
224 stars 112 forks source link

the pmap of encoder problem #92

Open TCZWJ opened 4 years ago

TCZWJ commented 4 years ago

why the pmap from the encoder is different from the original data? i follow the steps below:

  1. i use decoder api to parse the original binary data, i got the json file;
  2. 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!!