ADTF  3.18.3
workspace/conan/dev_essential/1.3.4/dw/stable/package/aef85909f792a5a628750d25016a24323084963f/include/ddl/serialization/serialization.h File Reference

Implementation of ddl base serialization. More...

Go to the source code of this file.

Namespaces

 ddl
 definition of the ddl namespace
 
 ddl::codec
 Namespace for the new faster CodecFactory/Decoder/Codec implementation.
 

Functions

 _MAKE_RESULT (-3, ERR_AUTIL_UNEXPECTED)
 Creates an a_util error ERR_AUTIL_UNEXPECTED.
 
template<typename DECODER , typename ENCODER >
a_util::result::Result transform (const DECODER &decoder, ENCODER &encoder)
 Copies all elements from a decoder to a codec. More...
 
a_util::result::Result transformToBuffer (const codec::Decoder &decoder, a_util::memory::MemoryBuffer &buffer, bool zero=false)
 Tranforms the data from a given decoder into the opposite data representation. More...
 

Detailed Description

Implementation of ddl base serialization.

Definition in file workspace/conan/dev_essential/1.3.4/dw/stable/package/aef85909f792a5a628750d25016a24323084963f/include/ddl/serialization/serialization.h.