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

Refactoring Json handling #28

Merged
merged 11 commits into from Apr 27, 2023
Merged

Refactoring Json handling #28

merged 11 commits into from Apr 27, 2023

Conversation

Mazyod
Copy link
Owner

@Mazyod Mazyod commented Apr 24, 2023

  • Streamline Json Serialization/Deserialization
  • Allow arbitrary Json object to be more concisely declared with a JsonBox type instead of object
  • Support arbitrary Json usage for Presence

Fixes #27

- Streamline Json Serialization/Deserialization
- Allow arbitrary Json object to be more concisely declared with a JsonBox type instead of object
- Support arbitrary Json usage for Presence
Change WebsocketSharp to DotNetWebSocket, since WebSocket sharp is outdated on NuGet and doesn't support wss/tls properly.
Allow JSONMessageSerializer file to be completely decoupled from the rest of the project once more
Missed replacing JsonBox with IJsonBox in Presence.cs
@Mazyod Mazyod merged commit 18eb202 into master Apr 27, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to correctly handle Presence data?
1 participant