SerializedT.SerializedT

Undocumented in source.
  1. alias SerializedT = string
  2. alias SerializedT = immutable(ubyte)[]
  3. alias SerializedT = immutable(void)[]
    template SerializedT(alias S)
    static if(!(is(Unqual!(typeof(S.serialize(0))) == string)))
    static if(!(is(Unqual!(typeof(S.serialize(0))) == immutable(ubyte)[])))
    static if(is(typeof(S.serialize(0)) : immutable(void)[]))
    alias SerializedT = immutable(void)[]

Meta