PHPSerializer.openStruct

Called before a sub-struct is serialized.

class PHPSerializer
void
openStruct
(
ref ubyte[] output
,
char[] name
)

Parameters

output ubyte[]

string to serialize struct data to

name char[]

name of struct item

Meta