36#ifndef IMT_BASE_CORE_SERIALIZATION_SERIALIZABLEIFC_H
37#define IMT_BASE_CORE_SERIALIZATION_SERIALIZABLEIFC_H
44namespace serialization {
Deserializes various data types from the given byte buffer.
Serialization is the process of translating data structures into a binary representation.
SerializableIfc() noexcept=default
virtual void deserialize(Deserializer &buffer)=0
Deserialize this object from the given deserialize.
virtual void serialize(Serializer &buffer) const =0
Serialize this object into the given serializer.
Serializes various data types into the given byte buffer.
This is a application specific file which is used to configure Imt.Base.Core.Math.