|
ADTF File Library
|
interface class for sample serializer More...
#include <adtf_file_writer.h>
Public Member Functions | |
| virtual std::string | getId () const =0 |
| Get the id of the serializer. | |
| virtual std::shared_ptr< SampleSerializer > | build () const =0 |
| Create an instance of a SampleSerializer. | |
interface class for sample serializer
|
pure virtual |
Create an instance of a SampleSerializer.
Implemented in adtf_file::sample_serializer_factory< SERIALIZER >.
|
pure virtual |
Get the id of the serializer.
Implemented in adtf_file::sample_serializer_factory< SERIALIZER >.