Template Struct PropertiesSerializable

Inheritance Relationships

Base Type

  • public Base

Struct Documentation

template<typename Base, typename Derived>
struct PropertiesSerializable : public Base

Serializable properties.

Public Functions

inline virtual void serialize(std::vector<std::uint8_t> &data, SerializationType type = SerializationType::LIBNOP) const override
inline virtual std::unique_ptr<Properties> clone() const override