in reply to Re^2: (De)-Serializing from/to VB (generic bytes)
in thread (De)-Serializing from/to VB

Maybe I'm wrong but if you know the encoding and let's say that the data are not crypted, normally when translating the bytes in characters you should get the text serialized with the tags... if the structure is fixed, it will be easy but if tags are removed from time to time (optional fields), this could be more difficult to get the full structure.
  • Comment on Re^3: (De)-Serializing from/to VB (generic bytes)