25#ifndef TGUI_SERIALIZER_HPP
26#define TGUI_SERIALIZER_HPP
28#include <TGUI/ObjectConverter.hpp>
30#include <unordered_map>
47 static void setFunction(ObjectConverter::Type type,
const SerializeFunc& serializer);
48 TGUI_NODISCARD
static const SerializeFunc& getFunction(ObjectConverter::Type type);
51 static std::unordered_map<ObjectConverter::Type, SerializeFunc> m_serializers;
Implicit converter for settable properties.
Definition ObjectConverter.hpp:46
Serializes an settable property.
Definition Serializer.hpp:41
Wrapper class to store strings.
Definition String.hpp:94
Namespace that contains all TGUI functions and classes.
Definition AbsoluteOrRelativeValue.hpp:36