telega ~master (2021-06-18T23:53:05Z)
Dub
Repo
JsonableAlgebraicProxy
telega
serialization
Undocumented in source.
struct
JsonableAlgebraicProxy (
Typelist
...
) {
import
std
.
variant
:
Algebraic
;
;
this
(T value);
void
opAssign
(T value);
static
Algebraic
!
Typelist
deserialize
(Asdf data);
void
serialize
(S serializer);
}
Constructors
this
this
(T value)
Undocumented in source.
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
enums
E
functions
removeNulledNodes
serializeToJsonString
structs
JsonableAlgebraicProxy
SerializableEnumProxy