PHPSerializer.closeStructArray

Called after a struct array is serialized.

class PHPSerializer
void
closeStructArray
(
T
)
(
ref ubyte[] output
,
char[] name
,
T[] array
)

Parameters

T

base type of array

output ubyte[]

string to serialize struct data to

name char[]

name of struct item

array T[]

array to append

Meta