Tagged Questions
5
votes
2answers
710 views
How do I deserialize GP Result Json?
The value part of a GP Result can be any type of GP object (or literal).
Does anyone know of a general way to deserialize this, preferably with either WCF or Json.NET?
I'd prefer not to have to ...
4
votes
2answers
4k views
How do I serialize/deserialize .NET dictionary without key value elements?
I'm trying to get my C# class to serialize to a json that complies with GP Job, for example:
{
"jobId" : "jb10b153b77e74a839e31af53e5d4d0d1",
"jobStatus" : "esriJobSucceeded",
...