Skip to content

Commit

Permalink
Added serializer section
Browse files Browse the repository at this point in the history
  • Loading branch information
fulminazzo committed Dec 8, 2024
1 parent 84943a0 commit 9c9f09c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9c9f09c

Please sign in to comment.