Serialization from c++ to C#
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I have a struct that I am serializing in C++ so I don't have access to the .Net architecture (and I can't change that). I'm using winsock to transmit it over to a C#. How can I correctly serialise and receive this? All of the serialisation techniques I have seen in .Net are for objects also serialised in .net, or, I'm worried that if I use some sort of binary formatter I am going to get the packing of the struct wrong for my c++ struct. Suggestions anyone? Did I post well? Rate it! Did I post badly? Rate that too!