From c08214321a3ac87f2746daf2f7b8142b546258ab Mon Sep 17 00:00:00 2001 From: edizor <113095366+edizor@users.noreply.github.com> Date: Wed, 26 Oct 2022 22:33:13 +0800 Subject: [PATCH] Update README.md --- libraries-7/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries-7/README.md b/libraries-7/README.md index 105a2ef16d..6f0a7d2505 100644 --- a/libraries-7/README.md +++ b/libraries-7/README.md @@ -8,4 +8,5 @@ The code examples related to different libraries are each in their own module. Remember, for advanced libraries like [Jackson](/jackson) and [JUnit](/testing-modules) we already have separate modules. Please make sure to have a look at the existing modules in such cases. ### Relevant articles +- [Guide to Simple Binary Encoding](https://www.baeldung.com/java-sbe) - More articles [[<-- prev]](/libraries-6)