StringStructSerializer.openStructArray

Called before a struct array is serialized.

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

Parameters

T

base type of array

output Char[]

string to serialize struct data to

name cstring

name of struct item

array T[]

array to append

Meta