retdec
Namespaces | Functions
function.h File Reference

Function (de)serialization. More...

#include <rapidjson/document.h>

Go to the source code of this file.

Namespaces

 retdec
 
 retdec::common
 
 retdec::serdes
 

Functions

template<typename Writer >
void retdec::serdes::serialize (Writer &writer, const common::Function &f)
 
void retdec::serdes::deserialize (const rapidjson::Value &val, common::Function &f)
 

Detailed Description

Function (de)serialization.