|
-
Apr 18th, 2018, 10:38 AM
#5
Thread Starter
Member
Re: RestSharp JSON deserialize on multiple different maps using the same header names
The underlying data for the JSON data that is being returned from the web server to be deserialized determines the required name of the class in order to successfully deserialize it.
In this case using a different command returns data under a different JSON map, but the header name is the same. So the class name has to be the same but the definition now has to be different.
Yes, because of this constraint it looks like I will need to use a different namespace for each command that I enable in the interface.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|