StringStructSerializer.serializeArray

Appends a named array to the output string

class StringStructSerializer(Char)
void
serializeArray
(
T
)
(
ref Char[] output
,,
T[] array
)

Parameters

T

base type of array

output Char[]

string to serialize struct data to

array T[]

array to append

name cstring

name of array item

Meta