sbinSerialize

Serialize to ubyte[]

using appender!(ubyte[]) as output range

  1. void sbinSerialize(ref R r, auto ref const T vals)
  2. ubyte[] sbinSerialize(auto ref const T val)
    ubyte[]
    sbinSerialize
    (
    T
    )
    (
    auto ref const T val
    )

Parameters

val
Type: T

serializible value

Return Value

Type: ubyte[]

serialized data

Meta