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
Infer alternate type rules using serializers and deserializers #1490
Comments
Create an alternate type rule to map |
As a followup to this feature request, could someone take a look at this link and let me know if it's the same problem? I'm finding it a bit hard to read from context. If so, could you also elaborate on "Create an alternate type rule to map A to B" in the previous comment? I'm struggling to find documentation on how to do this. |
@kinbiko answered in SO. |
if in request body is used interface, only with getters, with custom serialization and deserialization
model is not detected correctly
problem is probably in implementation of
The text was updated successfully, but these errors were encountered: