Scenario: I\'m in the process of creating a WCF service that exposes user data. An instance of User has a property called Role. If I omit this property, the service works; if don\'t omit the property
I need to serialize a Transferable object to I can send it over an object data stream but during runtime I get the error java.io.NotSerializableException & I have no idea whats wrong. How do I fix
I\'m trying to serialize one of my modelswhich has an ImageField. The inbuilt serializer can\'t seem to serialize this and therefore I thought of writing a custom serializer. Could you tell me how I c
Trying to deserialize this JSON: { \"result\":\"success\" \"arguments\": { \"activeTorrentCount\":22, \"cumulative-stats\": {
I have tried implementing cross platform serialization between Java and Android. I have used Serializable, and having my code in Android in the same package as in desktop Java.
(I know this can be done in RMI, but I need to do this using sockets since I found there could be some setup process if RMI methods used)
By \"human-readable serialisation format\" I mean YAML, JSON, INI or like. Please note, XML is too verbose and too inconvenient for my purposes, so le开发者_StackOverflow中文版t\'s leave it alone as t
I have a class as shown below public class Survey { public Survey() { SurveyResponses=new List<SurveyResponse>();
I have to create JSON string from database values and push it back to database again. My Python code is:
How can I effectively serialize a property of type \"Type\" in my DataContract attributed class?I\'m assuming that Type is a non-serializable Type (wow that\'s getting silly sounding.) I\'m sure that