An interface to provide the user with a context when serializing and deserializing data. More...
#include <TopicDataType.hpp>
Public Member Functions | |
| virtual | ~Context ()=default |
An interface to provide the user with a context when serializing and deserializing data.
This context can be used to store specific information of the data type that can be used during serialization and deserialization. For example, it can be used to store the upper bounds of strings and sequences.
|
virtualdefault |