I have Queryset: queryset = Status.objects.all()[:10] Model Status hasn\'t got field commentAmount so I would add it to every object in Queryset:
I\'m creating a WCF service which I want to consume from a Java app. But the question isn\'t about .net-java interop.
I am hitting a strange problem in relation to equals on an object transported over RMI. This has been wrecking my head for a few days now and I was wondering if anyone can help shed some light on the
I\'m making a program that opens a previous saved file through serialization and开发者_运维百科 want to create a new one, however, data stays in.
I want to pass a serialized Perl data structure as a GET variable to a CGI application. I tried Data::Serializer as my first option. Unfortunately the serialized string is too long for my comfort, in
I have a whole list of entity classes which I need to make Serializ开发者_Python百科able (due to storing session state in SQL, but that\'s another story).
I can\'t figure this out as I go through demos that seem to work. I have a WCF service I was trying to use Linq to SQL with. However, all I ever get is the error System.Data.Linq.Table cannot be seria
Consider the following JSON: { \"Code\": 2, \"Body\": { \"Dynamic-Key\": { \"Key1\": \"Val1\", \"Key2\": \"Val2\"
I need to pass som开发者_JAVA百科e container of objects to WCF call [DataContract] class Foo { // other fields omited
Is it possible to deserialize an XML file to a class in Flex without manually checking the XML and/or creating the class, with the help of a HttpService?