C Christopher Dedels Oct 13, 2004 #1 Is it possible to deserialize an object which was serialized in c/c++? If so, how? Regards, Chris
D Daniel O'Connell [C# MVP] Oct 13, 2004 #2 Christopher Dedels said: Is it possible to deserialize an object which was serialized in c/c++? If so, how? Click to expand... That depends, *how* was the object serialized? I imagine its possible, within some restrictions, but you would have to know the serialization format.
Christopher Dedels said: Is it possible to deserialize an object which was serialized in c/c++? If so, how? Click to expand... That depends, *how* was the object serialized? I imagine its possible, within some restrictions, but you would have to know the serialization format.