openEHR / archie

OpenEHR library implementing ADL 2, AOM 2, BMM, RM 1.0.4 and many tools
Apache License 2.0
53 stars 25 forks source link

Support byte[] attributes in FlatJsonGenerator #600

Closed EBrader closed 6 months ago

EBrader commented 6 months ago

fixes #597

Add check for child instanceof byte[] in FlatJsonGenerator.addAttribute and convert byte to String using Base64 encoding if so.