StringStructSerializer.open

Called at the start of struct serialization - outputs the name of the top-level object.

class StringStructSerializer(Char)
void
open
(
ref Char[] output
,)

Parameters

output Char[]

string to serialize struct data to

name cstring

name of top-level object

Meta