PHPSerializer.open

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

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

Parameters

output ubyte[]

string to serialize struct data to

name char[]

name of top-level object

Meta