serialize in .NET, deserialize in C++

前端 未结 7 882
死守一世寂寞
死守一世寂寞 2021-02-13 20:03

I have a .NET application which serializes an object in binary format. this object is a struct consisting of a few fields.

I must deserialize and use this object in a C+

相关标签:
7条回答
  • 2021-02-13 20:48

    Can you edit the .NET app? If so why not use XML Serialization to output the data in a easy to import format?

    0 讨论(0)
提交回复
热议问题