Coder :: Code (String)

01 Serializes a string value.
02

[C++] virtual void Code(std::string &value) = 0;
[C#] abstract void Code(ref string value);

03 Parameters:
  • value: Reference to a string value.
04 [C++] No conversion will be performed on the string data; It is up to the user to either provide only ASCII characters or have the passed string object contain pre-encoded UTF-8 bytes.
05 Binary description:
VTypeDataReq
-uint32byteAmount
-uint8[]bytes
06 It is advised to maintain identical coding on both the Encoder and Decoder. Only the C# variant performs automatic en-/decoding in UTF-8.
07 Reference: net::semys
Implementation: Semys Architecture
See Also: Arch Coder Sub-System, Coder

Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details.