aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-02-01 20:56:03 +0100
committerAleksi Lindeman <aleksi_888@hotmail.com>2018-02-01 20:56:11 +0100
commit91418b32d7b67c335eb3baffc0bf381c04f68035 (patch)
tree37afbd00ee237b039baa83042567d7be9ec0f742 /README.md
parentd6f8d63dc4ed077fa986a78d6390fa4497110152 (diff)
Initial commit0.1.0
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