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