quick-xml icon indicating copy to clipboard operation
quick-xml copied to clipboard

Serde support for serializing and deserializing binary blobs in XML files

Open elrnv opened this issue 7 months ago • 0 comments

This is another attempt to support binary blobs in serde, needed for vtkio.

This attempts to address #623 While initial support was added #783 this adds it for the serde api.

This PR also adjusts how trimming is handled in the serde API since this is important when dealing with binary. I tried to be consistent with the event based Reader/Writer APIs.

Please inspect the test failures to evaluate if this makes sense.

elrnv avatar Jul 21 '24 22:07 elrnv