NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
jitify::experimental::serialization Namespace Reference

Namespaces

 detail
 

Functions

template<typename... Values>
std::string serialize (Values const &... values)
 
template<typename... Values>
bool deserialize (std::string const &serialized, Values *... values)
 

Function Documentation

◆ deserialize()

template<typename... Values>
bool jitify::experimental::serialization::deserialize ( std::string const &  serialized,
Values *...  values 
)
inline

References jitify::experimental::serialization::detail::deserialize(), jitify::experimental::serialization::detail::deserialize_magic_number(), and magic_enum::detail::values().

Referenced by jitify::experimental::KernelInstantiation::deserialize(), and jitify::experimental::Program::deserialize().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ serialize()

template<typename... Values>
std::string jitify::experimental::serialization::serialize ( Values const &...  values)
inline

References jitify::experimental::serialization::detail::serialize(), jitify::experimental::serialization::detail::serialize_magic_number(), and magic_enum::detail::values().

Referenced by jitify::experimental::Program::serialize(), and jitify::experimental::KernelInstantiation::serialize().

Here is the call graph for this function:
Here is the caller graph for this function: