4#ifndef ISERIALIZABLEINTODATASTREAM_H
5#define ISERIALIZABLEINTODATASTREAM_H
6#include <Kanoop/kanoopcommon.h>
Interface for objects that can serialize to and deserialize from a QDataStream.
virtual void serializeIntoDataStream(QDataStream &stream) const =0
Write this object's state into a QDataStream.
virtual void deserializeFromDataStream(QDataStream &stream)=0
Populate this object by reading from a QDataStream.