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

Fix response deserialization #193

Open
petrdvorak opened this issue May 5, 2021 · 0 comments
Open

Fix response deserialization #193

petrdvorak opened this issue May 5, 2021 · 0 comments
Assignees

Comments

@petrdvorak
Copy link
Member

Because of this line, we are unable to deserialize a response that has a simple structure, for example, the ObjectResponse<String>:

{
  "responseObject": "id_1229"
}

While this is not a big issue in general, it complicates some testing setups.

@petrdvorak petrdvorak self-assigned this May 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant