SerializedT.SerializedT

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

Meta