SerPolicyT.SerPolicyT

Undocumented in source.
  1. alias SerPolicyT = getUDAs!(Iface, SerPolicy)[0]
    template SerPolicyT(Iface)
    package
    static if(getUDAs!(Iface, SerPolicy).length)
    alias SerPolicyT = getUDAs!(Iface, SerPolicy)[0]
  2. alias SerPolicyT = SerPolicy!DefaultPolicy

Meta