Support generic serialization/deserialization methods for krotoDC dataclasses
mscheong01 opened this issue · 0 comments
mscheong01 commented
reported at: #24 (comment) by @anjanbk
The currently provided serialization/deserialization extension methods, toJson
and fromJson
are hard to use inside generic serialization/deserialization classes.
Although workaround through reflection is possible(something like this), official support through krotoDC would be better.