telega v0.0.8 (2019-05-11T15:08:08Z)
Dub
Repo
JsonableAlgebraicProxy
telega
serialization
Undocumented in source.
struct
JsonableAlgebraicProxy (
Typelist
...
) {
import
std
.
variant
;
;
import
asdf
;
;
void
opAssign
(T value);
static
Algebraic
!
Typelist
deserialize
(Asdf data);
void
serialize
(S serializer);
}
Members
Functions
opAssign
void
opAssign
(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
serialize
void
serialize
(S serializer)
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
deserialize
Algebraic
!
Typelist
deserialize
(Asdf data)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
telega
serialization
functions
removeNulledNodes
serializeToJsonString
structs
JsonableAlgebraicProxy