Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
nlohmann::adl_serializer< T > Struct Template Reference

StrongTypedef specialization. More...

#include <src/utils/serialization.h>

Static Public Member Functions

static void to_json (json &json_value, const T &strong_type)
static void from_json (const json &json_value, T &strong_type)

Detailed Description

template<StrongTypedef T>
struct nlohmann::adl_serializer< T >

StrongTypedef specialization.

Definition at line 219 of file serialization.h.

Member Function Documentation

◆ from_json()

template<StrongTypedef T>
void nlohmann::adl_serializer< T >::from_json ( const json & json_value,
T & strong_type )
inlinestatic

Definition at line 225 of file serialization.h.

◆ to_json()

template<StrongTypedef T>
void nlohmann::adl_serializer< T >::to_json ( json & json_value,
const T & strong_type )
inlinestatic

Definition at line 221 of file serialization.h.


The documentation for this struct was generated from the following file: