-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Remove the usage Serialization yaml mapper #4998
Comments
The What would be a viable substitution for it? |
@andreaTP the unmarshal methods and asYaml will handle deserialization and serialization. Do you have a scenario that requires direct access to the mapper? |
In the java-generator we are only using the high level: |
The yaml mapper is mostly not needed and can be avoided entirely with logic similar to what is done for parsing. This will also remove the need for the method to clear the mapper.
The text was updated successfully, but these errors were encountered: