dpeq v0.3.0 (2018-03-10T00:11:21Z)
Home
Dub
Repo
PromiscuousStringMarshaller
dpeq
marshalling
This is a fallback marshaller that simply accepts any type as a string
template
PromiscuousStringMarshaller (
FieldSpec
field
) {
mixin
MarshTemplate
!(
string
,
FormatCode
.
Text
,
"StringField"
)
;
}
Members
Mixins
__anonymous
mixin
MarshTemplate
!(
string
,
FormatCode
.
Text
,
"StringField"
)
Undocumented in source.
Meta
Source
See Implementation
dpeq
marshalling
aliases
VariantDemarshaller
classes
VariantConverter
functions
demarshalFixedField
demarshalNullableFixedField
demarshalNullableStringField
demarshalNullableUuidField
demarshalNumber
demarshalProtocolString
demarshalString
demarshalStringField
demarshalUuidField
marshalCstring
marshalFixedField
marshalNull
marshalNullableFixedField
marshalNullableStringField
marshalNullableUuidField
marshalStringField
marshalUuidField
to
wrapToVariant
mixin templates
MarshTemplate
structs
FieldSpec
NullableVariant
templates
DefaultFieldMarshaller
FCodeOfFSpec
FSpecsToFCodes
NopMarshaller
PromiscuousStringMarshaller
StaticFieldMarshaller
This is a fallback marshaller that simply accepts any type as a string