mutils ~master (2018-10-28T20:05:58Z)
Dub
Repo
TestC
mutils
serializer
tests
Undocumented in source.
struct
TestC {
int
a
;
int
b
;
TestA
c
;
void
customSerialize
(Serializer serializer, COS con);
}
Members
Functions
customSerialize
void
customSerialize
(Serializer serializer, COS con)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
a
int
a
;
Undocumented in source.
b
int
b
;
Undocumented in source.
c
TestA
c
;
Undocumented in source.
Meta
Source
See Implementation
mutils
serializer
tests
functions
getContainer
testSerializerBeginEnd
testSerializerInOut
structs
TestA
TestA_Diff
TestB
TestB_Diff
TestB_Diff2
TestC