-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Craig Hesling edited this page Feb 3, 2016
·
8 revisions
- Add separate unsigned and signed type inputs and outputs
- Add universalize the data types sizes across architectures
- Switch to using the standard printf formatting line
- Add feature that inserts magic number into header and checksums of packed data. This would allow receivers to detect the presence of serialized data with other data. This should be a feature like the HASTABLE that can be optionally enabled.
- Ability to send and recv the serialized data to a file descriptor
- Architecture independent packed data (correct endianess)
- Add C string type handing for convenience.