PHPSerializer.close

Called at the end of struct serialization

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

Parameters

output ubyte[]

string to serialize struct data to

name char[]

name of top-level object

Meta