aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: fec9380db0e33da4956633baada1a369bdb04d62 (plain)
1
2
3
4
5
6
7
# Note
Using this library to serialize non plain old data types will result in platform defined behavior unless you specify
padding for the struct yourself. If you want to serialize non plain old data types, then it is recommended to serialize
each field manually (also when deserializing)

# TODO
Add more tests