I have a RESTful web service that returns JSON-serialized data.It can successfully serialize a Dictionary<string, string> object, but I would like each function to be able to return Dictionary&l
I am using a UDP api that basically accept string parameter to be send only. send_udp(str data, ip_address dest);
This question already has answers here: Cl开发者_JAVA技巧osed 11 years ago. Possible Duplicate: Boost Serialization Library upgrade
I\'m using Session.save() method (in Hibernate) to persist my entity objects which returns an object of type java.io.Serializable.
I\'m developing a RESTful WCF, and am currently having trouble getting nice, clean JSON-serialized return values.
Bit confused on the proper decorators to use, or whatever design might be necessary. When serializing a class which is implementing IXmlSerializable is there a way to include the namespace and its pre
I have a collection class that implements IEnumerable and I am having trouble deserializing a serialized version of the same. I am using Json.net v 4.0.2.13623
A request object that I\'m dealing with has the following value开发者_Go百科 for the key \"address\":
I was reading an article written by an ASF contributor, and he briefly mentioned that an \"old Java trick\" to deep clone an object is to serialize it and then deserialize it back into another object.
Im trying to send a custom-made object over a socket connection. The class implements serializable but the cons开发者_开发问答tructor still throws a NotSerializableException when im trying to write th