- encodeArray(arr, stream, encodeElementFunc): void
Parameters
- arr: null | any[]
- stream: OutputBinaryStream
- encodeElementFunc: ((value: any, stream: OutputBinaryStream) => void)
- (value, stream): void
Parameters
- value: any
- stream: OutputBinaryStream
Returns void
Returns void
the array to encode.