discord-w ~master (2022-03-12T05:59:06.0972821)
Dub
Repo
OptionalSerializer
discord
w
json
Undocumented in source.
mixin template
OptionalSerializer (
T
) {
import
std
.
traits
;
;
import
vibe
.
data
.
json
;
;
import
vibe
.
data
.
serialization
;
;
Json
toJson
();
static
T
fromJson
(Json src);
}
Members
Functions
toJson
Json
toJson
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
fromJson
T
fromJson
(Json src)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
discord
w
json
functions
stripLastUnderscore
mixin templates
OptionalSerializer