1
3
Fork
You've already forked ZBuf
0

Support Double Optionals #1

Closed
opened 2025年12月26日 03:12:13 +01:00 by Gota7 · 1 comment
Owner
Copy link

Attempting to serialize a struct with for example ??u32 can lead to invalid deserialization in binary, as there is no way to tell the difference between ??u32 as being null or ?u32 as being null.

Attempting to serialize a struct with for example `??u32` can lead to invalid deserialization in binary, as there is no way to tell the difference between `??u32` as being `null` or `?u32` as being `null`.
Gota7 added this to the 1.0.0 milestone 2025年12月26日 03:16:23 +01:00
Gota7 added this to the Jupiter project 2025年12月26日 04:07:46 +01:00
Author
Owner
Copy link

JSON doesn't support this either and not really a point to it, so just don't care.

JSON doesn't support this either and not really a point to it, so just don't care.
Sign in to join this conversation.
No Branch/Tag specified
main
docs
v2.0.1
v2.0.0
v1.4.0
v1.3.0
v1.2.0
v1.1.0
v1.0.0
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
7Games/ZBuf#1
Reference in a new issue
7Games/ZBuf
No description provided.
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?