siryul ~master (2021-06-03T17:05:54Z)
Home
Dub
Repo
getConvertFromFunc
siryul
common
Undocumented in source.
package
template
getConvertFromFunc (
T
alias
member
) {
import
std
.
meta
:
AliasSeq
;
;
alias
getConvertFromFunc
=
AliasSeq
!(
__traits
(
getMember
,
T
,
getUDAs
!(
member
,
CustomParser
)[
0
].
fromFunc
))[
0
]
;
alias
getConvertFromFunc
=
T
.
fromSiryulHelper
!(
member
.
stringof
)
;
}
Members
Aliases
getConvertFromFunc
alias
getConvertFromFunc
=
AliasSeq
!(
__traits
(
getMember
,
T
,
getUDAs
!(
member
,
CustomParser
)[
0
].
fromFunc
))[
0
]
Undocumented in source.
getConvertFromFunc
alias
getConvertFromFunc
=
T
.
fromSiryulHelper
!(
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
Required
SerializationMethod
Siryulize
hasDeserializationMethod
hasSerializationMethod
isNullable
structs
CustomParser
SiryulizeAs
TimeTest
TimeTest2
templates
getConvertFromFunc
getConvertToFunc
getMemberName
hasConvertToFunc
isStaticString
isTimeType