Tagged Questions
3
votes
2answers
436 views
How can I deserialize json to create an IRecordset?
I've got a Silverlight client that serializes a FeatureSet and sends to an SOE. I'd like for the SOE to deserialize the json into an IRecordSet. ESRI.ArcGIS.SOESupport.Conversion has a method for ...