diff options
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 |