serialization
RESTful ASP.NET webservice - How can I return JSON-serialized Dictionary<string,object>?
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[详细]
2023-04-09 15:24 分类:问答sending nested struct over UDP api that accept string
I am using a UDP api that basically accept string parameter to be send only. send_udp(str data, ip_address dest);[详细]
2023-04-09 15:09 分类:问答Is the C++ boost binary serialization library backward/foward compatible? [duplicate]
This question already has answers here: Cl开发者_JAVA技巧osed 11 years ago. Possible Duplicate: Boost Serialization Library upgrade[详细]
2023-04-09 14:54 分类:问答Java, convert(cast) Serializable objects to other objects
I\'m using Session.save() method (in Hibernate) to persist my entity objects which returns an object of type java.io.Serializable.[详细]
2023-04-09 14:09 分类:问答Remove internal "__type" tags in ASP.NET Restful WCF
I\'m developing a RESTful WCF, and am currently having trouble getting nice, clean JSON-serialized return values.[详细]
2023-04-09 11:32 分类:问答Namespace Prefixes with IXmlSerializable
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[详细]
2023-04-09 01:12 分类:问答Json.net serialization of custom collection implementing IEnumerable<T>
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[详细]
2023-04-08 21:14 分类:问答Convert Unicode Object to Python Dict
A request object that I\'m dealing with has the following value开发者_Go百科 for the key \"address\":[详细]
2023-04-08 15:12 分类:问答Serializing Begets Deep Cloning?
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.[详细]
2023-04-08 10:59 分类:问答NotSerializableException when sending an serializable object over socket?
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[详细]
2023-04-08 08:21 分类:问答