diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-02-01 20:56:03 +0100 |
---|---|---|
committer | Aleksi Lindeman <aleksi_888@hotmail.com> | 2018-02-01 20:56:11 +0100 |
commit | 91418b32d7b67c335eb3baffc0bf381c04f68035 (patch) | |
tree | 37afbd00ee237b039baa83042567d7be9ec0f742 /README.md | |
parent | d6f8d63dc4ed077fa986a78d6390fa4497110152 (diff) |
Initial commit0.1.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,2 +1,7 @@ -# serializer -Safe serializer +# 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
\ No newline at end of file |