Support for !binary tag
See original GitHub issueHi,
I have to read yaml files with tags like this:
!binary "SSBMaWtlIGJlYW5zIQ=="
This tag seems to be YAML standard, a Base64 encoded string.
I have already managed to read this as String by insert reader.getConfig().setClassTag("binary", String.class);
, and doing a base64 decode later, but the problem is the value on this position is not always Base64 encoded, it’s also a simple string.
Can you add internal support for the !binary tag, or hint me how to write a proper proxy class?
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Enabling binary support using the API Gateway console
The section explains how to enable binary support using the API Gateway console. As an example, we use an API that is integrated...
Read more >Problem with binary tag on tag logging WinCC 7.0 - 119329
Hi friends, I've been trying to create a Binary Tag Tag logging on and i have success, but i can not monitoring this...
Read more >OUD 11.1.2.3.x: A "binary" Tag is Being ... - My Oracle Support
After upgrading OUD from 11.1.2.2.0 to 11.1.2.3.0, the custom attribute used for OpenSSH Public Key now contains a ";binary::" tag in the name ......
Read more >NBT - wiki.vg
The Named Binary Tag (NBT) file format is an extremely simple and efficient structured binary format used by the Minecraft game for a...
Read more >javascript - Populating an input type tag with a Binary response
Since you don't show how you made this request, we can't help you much here. Then you'll be able to convert either of...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Or a little shorter, use BinarySerializer instead of the BinaryString placeholder:
Ah, gotcha. You can do this: