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

[FEATURE] Implement an optional JsonSerializer #164

Closed
AndreasLrx opened this issue Oct 10, 2024 · 0 comments · Fixed by #165
Closed

[FEATURE] Implement an optional JsonSerializer #164

AndreasLrx opened this issue Oct 10, 2024 · 0 comments · Fixed by #165
Assignees
Labels
enhancement New feature or request serialization

Comments

@AndreasLrx
Copy link
Owner

Describe the feature Behavior

Implement a new JsonSerializer, just like the RawSerializer but producing Json data

Describe the needs

RawSerializer was made for later network implementation. However Json is much more readable than binary (for normal people at least)

Anything else?

No response

@AndreasLrx AndreasLrx added enhancement New feature or request serialization labels Oct 10, 2024
@AndreasLrx AndreasLrx added this to the ECS Serialization milestone Oct 10, 2024
@AndreasLrx AndreasLrx self-assigned this Oct 10, 2024
AndreasLrx added a commit that referenced this issue Oct 11, 2024
AndreasLrx added a commit that referenced this issue Oct 13, 2024
Also fixed Serializer updateEntity and introduced new before/afterUpdate/SaveEntity virtual methods

Linked: #164
AndreasLrx added a commit that referenced this issue Oct 13, 2024
Also fixed Serializer updateEntity and introduced new before/afterUpdate/SaveEntity virtual methods

Linked: #164
AndreasLrx added a commit that referenced this issue Oct 13, 2024
Also fixed Serializer updateEntity and introduced new before/afterUpdate/SaveEntity virtual methods

Linked: #164
AndreasLrx added a commit that referenced this issue Oct 13, 2024
Also fixed Serializer updateEntity and introduced new before/afterUpdate/SaveEntity virtual methods

Linked: #164
AndreasLrx added a commit that referenced this issue Oct 13, 2024
Also fixed Serializer updateEntity and introduced new before/afterUpdate/SaveEntity virtual methods

Linked: #164
AndreasLrx added a commit that referenced this issue Oct 13, 2024
AndreasLrx added a commit that referenced this issue Oct 13, 2024
Also fixed Serializer updateEntity and introduced new before/afterUpdate/SaveEntity virtual methods

Linked: #164
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request serialization
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant