Serialize a C array of basic bytes as raw bytes.
Declared in <serialize.h>
template<
typename Stream,
BasicByte B,
size_t N>
void
Serialize(
Stream& s,
B const(& a)[]);
| Name | Description |
|---|---|
| s | The output stream. |
| a | The array to serialize. |