7 #ifndef RETDEC_SERDES_FUNCTION_H
8 #define RETDEC_SERDES_FUNCTION_H
10 #include <rapidjson/document.h>
20 template <
typename Writer>
21 void serialize(Writer& writer,
const common::Function& f);
22 void deserialize(
const rapidjson::Value& val, common::Function& f);
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