siryul v0.5.3 (2019-05-05T18:19:35Z)
Home
Dub
Repo
getConvertToFunc
siryul
common
Undocumented in source.
package
template
getConvertToFunc (
T
alias
member
) {
import
std
.
meta
:
AliasSeq
;
;
alias
getConvertToFunc
=
AliasSeq
!(
__traits
(
getMember
,
T
,
getUDAs
!(
member
,
CustomParser
)[
0
].
toFunc
))[
0
]
;
alias
getConvertToFunc
=
T
.
toSiryulHelper
!(
member
.
stringof
)
;
}
Members
Aliases
getConvertToFunc
alias
getConvertToFunc
=
AliasSeq
!(
__traits
(
getMember
,
T
,
getUDAs
!(
member
,
CustomParser
)[
0
].
toFunc
))[
0
]
Undocumented in source.
getConvertToFunc
alias
getConvertToFunc
=
T
.
toSiryulHelper
!(
member
.
stringof
)
Undocumented in source.
Meta
Source
See Implementation
siryul
common
aliases
deserializationMethod
isSimpleList
serializationMethod
classes
DeserializeException
SerializeException
SiryulException
enums
AsBinary
AsString
DeSiryulize
DeserializationMethod
IgnoreErrors
Optional
SerializationMethod
Siryulize
hasDeserializationMethod
hasSerializationMethod
structs
CustomParser
SiryulizeAs
TimeTest
TimeTest2
templates
getConvertFromFunc
getConvertToFunc
getMemberName
hasConvertToFunc
isNullable