You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems related to #39 but for serialization (not deserialization).
I think it is reasonable that we would try to add metadata as suggested.
As to whether encoding should be done by snakeyaml emitter or jackson is an open question.
The only concern I have is that if serialization format changes there may older code that could have problems: however, since type id is just metadata and value itself does not change maybe that is fine.
YAML binary data http://yaml.org/type/binary.html
This code
Returns
The expected result
The YAMLGenerator does not support for binary literal.
SnakeYAML(actual low-level decoder/encoder) is having this feature https://bitbucket.org/asomov/snakeyaml/src/190f378138123971777405fbabeab704724b1860/src/main/java/org/yaml/snakeyaml/representer/SafeRepresenter.java?at=default&fileviewer=file-view-default#SafeRepresenter.java-430
The text was updated successfully, but these errors were encountered: