RepeatedBuffer.serialize

Serialize the buffer

If the buffer is marked as packed and the type is primitive, then it will attempt to pack the data.

struct RepeatedBuffer(ulong id, string TypeString, RealType, bool isDeprecated = false, bool packed = false)
ubyte[]
serialize
()

Return Value

Type: ubyte[]

The proto-encoded data

Meta