20#ifndef KICAD_WIDGETS_AUI_JSON_SERIALIZER_H
21#define KICAD_WIDGETS_AUI_JSON_SERIALIZER_H
23#include <nlohmann/json_fwd.hpp>
34 bool Deserialize(
const nlohmann::json& aState )
const;
bool Deserialize(const nlohmann::json &aState) const
nlohmann::json Serialize() const
WX_AUI_JSON_SERIALIZER(wxAuiManager &aManager)