Interface for serializing samples.
More...
#include <sample_serialization_intf.h>
|
| ~IObject ()=default |
| Protected destructor --> Only the final implementation can be destroyed!
|
|
Interface for serializing samples.
Definition at line 21 of file sample_serialization_intf.h.
◆ Deserialize()
Deserializes a sample from a stream.
- Parameters
-
[in] | oStream | The input stream. |
[out] | pSample | The sample to deserialize the data to. |
- Returns
- Standard result.
◆ Serialize()
Serializes a given sample into the given stream.
- Parameters
-
[in] | pSample | The sample to serialize. |
[out] | oStream | The output stream. |
- Returns
- Standard result.
◆ SetStreamType()
Set the stream type information.
- Parameters
-
- Returns
- Standard result.