BinarySerializer.oArchive

Undocumented in source. Be warned that the author may not have intended to support it.
  1. ubyte[] oArchive(T val)
  2. ubyte[] oArchive(T val)
    struct BinarySerializer
    ubyte[]
    oArchive
    (
    const ref T val
    )
    if (
    !isDynamicArray!T &&
    !isAssociativeArray!T
    &&
    !isAggregateType!T
    )
  3. ubyte[] oArchive(const(T)[] val)
  4. ubyte[] oArchive(const(V[K]) val)

Meta