C# - Is there a way to deserialize struct serialized in C++ Boost ASIO?

后端 未结 0 619
南旧
南旧 2021-02-01 15:45

I am using Boost ASIO as a TCP server networking solution.

Here is how I serialize a struct in C++:

struct AccountRole {
    int id;
    std::string name;
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题