StormByte::Detail::Codec specialization for StormByte::String::String.
More...
#include <StormByte/string/serializable.hxx>
StormByte::Detail::Codec specialization for StormByte::String::String.
Same wire as std::string: uint64 byte count (LE) + raw UTF-8 bytes. A null StormByte::String::String is written as an empty payload. Decode always yields a non-null buffer ("" when the payload is empty).
◆ Read()
◆ Size()
Serialized size of data.
- Parameters
-
- Returns
- Size in bytes.
◆ Write()
Encodes data.
- Parameters
-
- Returns
- Blob.
The documentation for this struct was generated from the following file: