How to correctly process !!binary on a given YAML? #648
andrefrsousa
started this conversation in
General
Replies: 1 comment
-
This isn't something currently supported by Kaml. Emitting the tag with If you'd like to raise a PR to add support for this scenario, I'd be happy to review it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
Imagine that you have this YAML file content:
When parsing it and converting it again to string, the representation of the binary changes since the tag is removed in the process. How to enforce that information is keep between decodeFromString/encodeToString processes?
Here is the code I have right now:
The output I receive is:
Yaml configuration:
Beta Was this translation helpful? Give feedback.
All reactions