siryul ~master (2021-06-03T17:05:54Z)
Home
Dub
Repo
TimeTest
siryul
common
Undocumented in source.
version(unittest)
struct
TimeTest {
@
CustomParser
("fromJunk", "toJunk")
SysTime
time
;
string
nothing
;
static
SysTime
fromJunk
(string );
static
string
toJunk
(SysTime );
}
Members
Static functions
fromJunk
SysTime
fromJunk
(string )
Undocumented in source. Be warned that the author may not have intended to support it.
toJunk
string
toJunk
(SysTime )
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
nothing
string
nothing
;
Undocumented in source.
time
SysTime
time
;
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