Serialized Form
-
Package io.github.toberocat.guiengine.exception
-
Exception io.github.toberocat.guiengine.exception.GuiIORuntimeException
class GuiIORuntimeException extends RuntimeException implements Serializable -
Exception io.github.toberocat.guiengine.exception.GuiNotFoundRuntimeException
class GuiNotFoundRuntimeException extends RuntimeException implements Serializable -
Exception io.github.toberocat.guiengine.exception.InvalidGuiComponentException
class InvalidGuiComponentException extends RuntimeException implements Serializable -
Exception io.github.toberocat.guiengine.exception.InvalidGuiFileException
class InvalidGuiFileException extends RuntimeException implements Serializable -
Exception io.github.toberocat.guiengine.exception.MissingRequiredParamException
class MissingRequiredParamException extends InvalidGuiComponentException implements Serializable
-
-
Package io.github.toberocat.guiengine.xml
-
Class io.github.toberocat.guiengine.xml.GuiComponentSerializer
class GuiComponentSerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<C extends GuiComponent> implements Serializable
-