Krypton
Krypton copied to clipboard
Move backend serialization logic back in to individual entities
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.