![]() |
Multilevel Deduplication Engine (MDE)
|
Default serialization behavior. If the type of the property in MDE is something that can be directly serialized to JSON (like numbers, strings), or has a serializer routine already written for it (see nlohmann/json documentation), this struct will do so. More...
#include <mde_serialization.hpp>


Public Member Functions | |
| JSON | save (const T &val) |
| T | load (const JSON &j) |
Public Member Functions inherited from mde::slz::ValueSerializer< T > | |
| JSON | save (const T &val) |
| T | load (const JSON &j) |
Default serialization behavior. If the type of the property in MDE is something that can be directly serialized to JSON (like numbers, strings), or has a serializer routine already written for it (see nlohmann/json documentation), this struct will do so.
| T | the value to serialize. |
Definition at line 47 of file mde_serialization.hpp.
|
inline |
Definition at line 52 of file mde_serialization.hpp.
|
inline |
Definition at line 48 of file mde_serialization.hpp.