From 9c9f09cc6607bc9f1a9c0bde44743fb52281e7ed Mon Sep 17 00:00:00 2001 From: Fulminazzo Date: Sun, 8 Dec 2024 23:01:37 +0100 Subject: [PATCH] Added serializer section --- gui/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gui/README.md b/gui/README.md index febf9143..c385f6d6 100644 --- a/gui/README.md +++ b/gui/README.md @@ -70,5 +70,10 @@ dependencies { ### Base ### Serializer +The `serializer` submodule is entitled to **saving and loading** all the **guis related objects**. +A developer **should not be concerned** with the **contents** of this module as it should **never be used explicitly**. +However, for it to work properly, it is required to execute `GUIYAGLParser#addAllParsers()` **before any serialization operation**. +Note that this **will include calls to `WrappersYAGLParser#addAllParsers()` and `ItemYAGLParser#addAllParsers()`**, +therefore it is **not necessary** to include them later. ### Bukkit