#include <source/ariba/utility/serialization/Serialization.hpp>
Public Member Functions | |
virtual size_t | SERIALIZATION_METHOD_NAME (SERIALIZATION_NS::Mode __mode, Data &__binary, int __variant=SERIALIZATION_NS::DEFAULT_V) |
Definition at line 225 of file Serialization.hpp.
size_t VSerializeable::SERIALIZATION_METHOD_NAME | ( | SERIALIZATION_NS::Mode | __mode, | |
Data & | __binary, | |||
int | __variant = SERIALIZATION_NS::DEFAULT_V | |||
) | [virtual] |
Serializes/Deserializes an this object in the specified variant. The special case is, that virtual serializeable objects are bound to byte boundaries -- so they cannot be smaller than a byte.
data | BitData object that holds or is used to serialize data | |
mode | Mode of operation (serialize/deserialize) | |
variant | Variant of encoding/decoding |
Definition at line 41 of file Serialization.cpp.
Referenced by data_serialization().