7 #ifndef RETDEC_SERDES_ARCHITECTURE_H
8 #define RETDEC_SERDES_ARCHITECTURE_H
10 #include <rapidjson/document.h>
11 #include <rapidjson/writer.h>
21 template <
typename Writer>
void serialize(Writer &writer, const common::Address &a)
Definition: address.cpp:24
void deserialize(const rapidjson::Value &val, common::Address &a)
Definition: address.cpp:30
Definition: archive_wrapper.h:19