DefaultFieldMarshaller.type

Undocumented in source.
  1. alias type = Pre!field.type
  2. alias type = StaticFieldMarshaller!field.type
  3. alias type = Post!field.type
    template DefaultFieldMarshaller(FieldSpec field, alias Pre = NopMarshaller, alias Post = PromiscuousStringMarshaller)
    static if(!(Pre!field.canDigest))
    static if(!(StaticFieldMarshaller!field.canDigest))
    static if(Post!field.canDigest)
    alias type = Post!field.type

Meta