Enrollment 28.2.0
Loading...
Searching...
No Matches
Base64Strategy Class Referencefinal

It writes bytes represented as std::vector<uint8_t> as base64 coded string. More...

#include <Base64Strategy.h>

Collaboration diagram for Base64Strategy:

Public Member Functions

void WriteBytes (Writer &writer, const char *name, const std::vector< uint8_t > &value) final
 It writes bytes in given writer.

Detailed Description

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.

Member Function Documentation

◆ WriteBytes()

void WriteBytes ( Writer & writer,
const char * name,
const std::vector< uint8_t > & value )
inlinefinalvirtual

It writes bytes in given writer.

Parameters
writerwriter to use to write bytes
nameelement name
valuebytes to write

Implements BytesWriterStrategy.


The documentation for this class was generated from the following file: