From d4881f2d3bd4518494c07499f83215be06f21f2f Mon Sep 17 00:00:00 2001 From: Glenn Fiedler Date: Wed, 27 Dec 2023 10:09:28 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3dd6d5b..8358a99 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,8 @@ struct RigidBody }; ``` +And these serialize methods will handle both read and write. + See [example.cpp](example.cpp) for more examples. # Author