36#ifndef IMT_BASE_DFF_ACTIVEPARTS_TEST_EVENTARGSSERIALIZER_H
37#define IMT_BASE_DFF_ACTIVEPARTS_TEST_EVENTARGSSERIALIZER_H
48namespace activeparts {
63 m_dataToSerialize {dataToSerialize},
64 m_deserializer {nullptr} {
74 if (m_deserializer !=
nullptr) {
75 delete m_deserializer;
76 m_deserializer =
nullptr;
85 if (m_deserializer !=
nullptr) {
86 delete m_deserializer;
89 return *m_deserializer;
Deserializes various data types from the given byte buffer.
Serialization is the process of translating data structures into a binary representation.
virtual void serialize(Serializer &buffer) const =0
Serialize this object into the given serializer.
Serializes various data types into the given byte buffer.
Helper class for passing serializable data and getting a deserialize.
uint32_t m_dataSize
Size of the serialized data in bytes.
uint8_t m_dataBuffer[imt::base::dff::runtime::EVENTDATA_SIZE_BYTES]
Data buffer that holds the serialized data.
EventArgsSerializer(::imt::base::core::serialization::SerializableIfc &dataToSerialize)
Constructor.
::imt::base::core::serialization::Deserializer & getDeserializer()
Get deserialize of the data.
virtual ~EventArgsSerializer()
Destructor.
This is a application specific file which is used to configure Imt.Base.Core.Math.
unsigned __int32 uint32_t