Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot deserialize list items #21

Open
dscaffo opened this issue Nov 7, 2017 · 0 comments
Open

Cannot deserialize list items #21

dscaffo opened this issue Nov 7, 2017 · 0 comments

Comments

@dscaffo
Copy link

dscaffo commented Nov 7, 2017

Hi!

There's a problem when the class AIDataService try to perform a deserialization to an AIResponse, because AIResponse contains a Result, and the Result has a "parameters" field typed of Dictionary<string,object>. So, when the parameter is list, it dictionary should be: Dictionary<string, List>, in order to deserializate the json correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant