You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: