This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Description
Ever since the serialization was split from the entity implementation classes, it has had many issues, including having to over-expose private or protected types, some issues with weird casting so the serializer can be used, and other issues.
This suggestion recommends the logic be moved back in to the individual entity classes.