I am using jQuery.ajax(...) to retrieve JSON data from an ASP.NET MVC service. When the server encounters an exception, I send a 400 Bad Request status back to the client and send my exception as a Js
I have set of api\'s to be called over a transport (say for eg RS232 and some other transports). Essentially the calling side runs on a host and sends something like this:
I am working on a small roguelike game, and need some help with creating save games.I have tried several开发者_如何学Python ways of saving games, but the load always fails, because I am not exactly su
When I try to serialize a populated instance of ty开发者_StackOverflowpe List<C>() where: public class A<T> : List<T>
GWT doesn\'t serialize Java Date properly. When I tried sending Date created in Javascript through the wi开发者_开发百科re, I found out that dates between April 1st (funny) and 25th October for years
[Serializable] public class ModelResource:ISerializable { public Int64 Ore { get; private set; } public Int64 Crystal { get; private set; }
Is it possible to store something like the foll开发者_Go百科owing using only one table?Right now, what hibernate will do is create two tables, one for Families and one for people.I would like for the
I have a set of data transfer objects (e.g. a lot of reqest, response message classes, like MainRequest, MainResponse, ShutDownRequest, ShutDownResponse) Where new classes keep coming as the project e
I\'m getting an: System.Runtime.Serialization.SerializationException: Unable to find assembly \'myNameSpace, Version=1.0.0.0, Culture=neutral,
I am returning the 开发者_运维技巧xml output to the browser with a wcf webservice, if a property of a DataContract is null, it still comes through in the response as