StructuredData: implement Binary LLSD #33
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Objective
Implement bounded binary LLSD parsing and serialization over borrowed or streaming byte interfaces.
Deliverables
Validation
Prerequisite
Milestone 04 supplies implemented value types and the global API/test gates are complete.
Project constraints
Implemented and pushed in commit
7a4f1f2(Implement bounded Binary LLSD codec).Implementation:
Verification:
Final review against the issue confirmed every Binary golden test, every OSD variant/nested round trip, exact header/whitespace handling, streaming paths, malformed corpus coverage, and bounded rejection behavior.