This repository has been archived by the owner on Sep 27, 2024. It is now read-only.
Should we move serialisers to the classes (rather than staying in the serialiser file)? #432
Labels
Help Wanted
Extra attention and manpower is needed.
Optimization
Optimizing and improving existing features and code,
Question
Further information is requested.
One major benefit of this is that we can achieve runtime polymorphism through this approach.
Currently, we can only serialise data according to it's declared type. If we run the serialiser with member methods, we can keep more data as base types (e.g. Primitive*), and they will still be serialised correctly.
The text was updated successfully, but these errors were encountered: