From 3947961d22a59228d08076bafba06f7d5510e289 Mon Sep 17 00:00:00 2001 From: YaslePoy Date: Fri, 11 Jul 2025 23:26:29 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bbb445d..40903cb 100644 --- a/README.md +++ b/README.md @@ -47,5 +47,5 @@ Full example is represented in Example projects ## Roadmap * [ ] Encryption. RSA + AES standards -* [ ] CBOR or another binary format serialization -* [ ] Sessions for clients, tracking and clearing their remote objects \ No newline at end of file +* [x] CBOR or another binary format serialization +* [ ] Sessions for clients, tracking and clearing their remote objects