From 5631d587a0c92d0f8ceda47f0f5255c6c8533d6d Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Fri, 21 Jan 2022 11:04:57 +0100 Subject: [PATCH] Revert "README: note on serialization, fix. #26" This reverts commit da41e2f16598768131c6f0bb10335aaa29ead507. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 02c1bb7..55f783e 100644 --- a/README.md +++ b/README.md @@ -249,6 +249,7 @@ The ContactSequence class also contains methods for easier access to the data co Finally, methods exists to return the complete trajectory along the contact sequence, concatenating the trajectories of each phases (eg. `concatenateCtrajectories` return the complete c(t) trajectory for all the contact sequence). -## Serialization -All classes have Boost Serialization features. This is intended for data transfert between processes, and not long-term storage. +## Examples + +[Examples](examples/README.md) provide several serialized ContactSequence files with descriptions.