Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
5answers
314 views

Serialization bugs in .NET?

I'm reading up on serialization, and have so far been messing with BinaryFormatter and SoapFormatter. So far, so good - and everything have both Serialized and Deserialized perfectly. However, when I ...
4
votes
5answers
4k views

Which SOAP XML object serialization library for Java would you recommend?

Which Java SOAP XML object serialization library would you recommend for Java object exchange with other platforms / languages (.NET, Delphi)? Communication scenarios could look like this: Java ...
0
votes
0answers
69 views

Converting binary serialization to Soap serialization

I want to send binary serialized messages, but I am worried that if there is an error when de-serializing, I won't be able to figure out the problem. For SOAP, I would just be able to see the ...
0
votes
2answers
391 views

SoapFormatter versioning problem

In the application(C#) I am maintaining, there are some serialized object stored in the database, and some are created several versions ago. Now when the app tries to deserialize those objects, it ...