aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index ca208b1..9ca353c 100644
--- a/README
+++ b/README
@@ -60,7 +60,9 @@ serialization interface:
object obj{};
nv_list nvl = bsd::nv_serialize(obj);
- object obj2 = bsd::nv_deserialize<object>(nvl);
+
+ object obj2{};
+ bsd::nv_deserialize(nvl, obj);
infrequently asked questions: