OptionalBuffer.serialize

Serialize the buffer

struct OptionalBuffer(ulong id, string TypeString, RealType, bool isDeprecated = false, alias defaultValue = RealType.init)
ubyte[]
serialize
()

Return Value

Type: ubyte[]

The proto-encoded data, or an empty array if the buffer is not set

Meta