aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-02-01 20:56:03 +0100
committerdec05eba <dec05eba@protonmail.com>2020-07-06 07:16:10 +0200
commit6fd8decb98ce81fd71cebd0226e30b0024ffd77c (patch)
tree7428c0f539af0a36f5ffe31e59757ae3027bb96d /README.md
parentbf9ff3ab31a996a0d6628eb23291d4a4b59543ec (diff)
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index aa22c39..fec9380 100644
--- a/README.md
+++ b/README.md
@@ -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