dpeq v0.3.0 (2018-03-10T00:11:21Z)
Home
Dub
Repo
DefaultFieldMarshaller.type
dpeq
marshalling
DefaultFieldMarshaller
Undocumented in source.
alias
type
=
Pre
!
field
.
type
alias
type
=
StaticFieldMarshaller
!
field
.
type
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
Source
See Implementation
dpeq
marshalling
DefaultFieldMarshaller
aliases
demarshal
marshal
type
manifest constants
formatCode