dpeq ~master (2018-04-04T19:49:06Z)
Home
Dub
Repo
deserializeNullableStringField
dpeq
serialize
returns inplace-constructed string without allocations. Hacky.
@
safe
pure
void
deserializeNullableStringField
@
trusted
(
Dummy
=
void
)
(
immutable
(
ubyte
)[]
from
,
in
FormatCode
fc
,
in
int
len
,
scope
Nullable
!
string
*
val
)
Meta
Source
See Implementation
dpeq
serialize
aliases
DeserializeF
SerializeF
VariantDeserializer
classes
VariantConverter
functions
deserializeNullableStringField
deserializeNumber
deserializeProtocolString
deserializeString
serializeCstring
structs
FieldSpec
NullableVariant
templates
DefaultSerializer
FSpecsToFCodes
NopSerializer
StaticFieldSerializer
StringSerializer
returns inplace-constructed string without allocations. Hacky.