StringStructSerializer.serialize

Appends a named item to the output string.

Note: the main method to use from the outside is the first serialize() method above. This method is for the use of the StructSerializer.

  1. void serialize(Char[] output, T item, cstring[] timestamp_fields, bool turn_ws_char_to_str)
  2. void serialize(Char[] output, T item, cstring name)
    class StringStructSerializer(Char)
    void
    serialize
    (
    T
    )
    (
    ref Char[] output
    ,
    ref T item
    ,)

Parameters

T

type of item

output Char[]

string to serialize struct data to

item T

item to append

name cstring

name of item

Meta