serializationLength

Undocumented in source. Be warned that the author may not have intended to support it.
  1. size_t serializationLength(T t)
  2. size_t serializationLength(T t)
  3. size_t serializationLength(T t)
    nothrow @safe nothrow @trusted
    serializationLength
    (
    T
    )
    (
    T t
    )
    if (
    (
    isArray!T ||
    (
    is(T == struct) &&
    hasMember!(T, "opSlice")
    )
    ||
    )
    &&
    )

Meta