Commit graph

5 commits

Author SHA1 Message Date
zervo
60635cce46 Add full tree serialization test 2025-02-14 16:55:19 +01:00
zervo
b2cc3359a8 Add SerializeBuffered function
Add a SerializeBuffered function to provide full tree serialization support to non-seeking writers.
2025-02-14 16:55:10 +01:00
zervo
edad47b568 Fix serializer test 2025-02-14 12:04:11 +01:00
zervo
96f0b64a11 Add SeekableBuffer
Add a specialised bytes.Buffer variant with seeking capabilities. This allows writers without seeking support to serialize using NodeSerializerStreamed.
2025-02-14 12:04:04 +01:00
0a4c62f9e3 Initial commit 2025-02-14 01:40:36 +01:00