|
Enrollment 28.2.0
|
It writes bytes represented as std::vector<uint8_t> as base64 coded string. More...
#include <Base64Strategy.h>
Public Member Functions | |
| void | WriteBytes (Writer &writer, const char *name, const std::vector< uint8_t > &value) final |
| It writes bytes in given writer. | |
It writes bytes represented as std::vector<uint8_t> as base64 coded string.
It uses Writer to write converted bytes to string. The serialization output id provide by used Writer.
|
inlinefinalvirtual |
It writes bytes in given writer.
| writer | writer to use to write bytes |
| name | element name |
| value | bytes to write |
Implements BytesWriterStrategy.