Is there an easy way to serialize data in c++ (either to xml or binary), and then deserialize the data in C#?
I\'m working with some remote WINNT machines that won\
I checked out all mentioned projects like prottocol buffers, json, xml, etc. but after I have found BSON I use this because of the following reasons: