We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a great library and it is working as expected, however I would really love the option to alter how the Either is serialized.
Either
Is it possible to use JsonUnwrapped on the left and right objects?
JsonUnwrapped
I just need to not have the "left" and "right" keys in a single valued‑array that I get in the response json.
Is there a way I can maybe modify the existing serializer in some kind of bean definition?
The text was updated successfully, but these errors were encountered:
My two cents: modifying existing behavior may break applications that rely on it... However, a major release may contain breaking changes.
Sorry, something went wrong.
Is there a way I can maybe modify the existing serializer in some kind of bean definition? My two cents: modifying existing behavior may break applications that rely on it... However, a major release may contain breaking changes.
Not necessary... maybe it can be configurable with the property.
No branches or pull requests
This is a great library and it is working as expected, however I would really love the option to alter how the
Either
is serialized.Is it possible to use
JsonUnwrapped
on the left and right objects?I just need to not have the "left" and "right" keys in a single valued‑array that I get in the response json.
Is there a way I can maybe modify the existing serializer in some kind of bean definition?
The text was updated successfully, but these errors were encountered: