|
Enrollment 28.2.0
|
It is used by Writer class to modify bytes serialization algorithm. More...
#include <Writer.h>
Public Member Functions | |
| virtual void | WriteBytes (Writer &writer, const char *name, const std::vector< uint8_t > &value)=0 |
| It writes bytes in given writer. | |
It is used by Writer class to modify bytes serialization algorithm.
|
pure virtual |
It writes bytes in given writer.
| writer | writer to use to write bytes |
| name | element name |
| value | bytes to write |
Implemented in Base64Strategy.