-
Notifications
You must be signed in to change notification settings - Fork 1
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
Comments
AndreasLrx
added a commit
that referenced
this issue
Oct 10, 2024
AndreasLrx
added a commit
that referenced
this issue
Oct 10, 2024
AndreasLrx
added a commit
that referenced
this issue
Oct 10, 2024
AndreasLrx
added a commit
that referenced
this issue
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
AndreasLrx
added a commit
that referenced
this issue
Oct 13, 2024
AndreasLrx
added a commit
that referenced
this issue
Oct 13, 2024
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
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
The text was updated successfully, but these errors were encountered: