Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create serialization solution for RPGCore #29

Open
1 of 2 tasks
Fydar opened this issue May 30, 2021 · 0 comments
Open
1 of 2 tasks

Create serialization solution for RPGCore #29

Fydar opened this issue May 30, 2021 · 0 comments
Assignees
Labels
📦 RPGCore.Data.Polymorphic Issue related to the RPGCore.Data.Polymorphic package New feature or request

Comments

@Fydar
Copy link
Owner

Fydar commented May 30, 2021

RPGCore utilises abstract types and interfaces for Modular behaviours, many of which will need to be serialised.

Previously I have utilised Newtonsoft.Json, but since Microsoft has introduced System.Text.Json. I'm going to support both serializers and allow for user-defined serializers as well.

Serialisation libraries should support:

  • Polymorphism
  • Simple string serializers
@Fydar Fydar self-assigned this May 30, 2021
@Fydar Fydar added the New feature or request label Jun 16, 2021
@Fydar Fydar added the 📦 RPGCore.Data.Polymorphic Issue related to the RPGCore.Data.Polymorphic package label Aug 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 RPGCore.Data.Polymorphic Issue related to the RPGCore.Data.Polymorphic package New feature or request
Projects
Development

No branches or pull requests

1 participant