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

feat(server): add custom serializers #325

Merged
merged 3 commits into from
Jun 22, 2023

Conversation

basmasking
Copy link
Member

Fixes #302

Changes proposed in this pull request:

  • add your own serializer
  • get the jitar class loader

@MaskingTechnology/jitar

@basmasking basmasking linked an issue Jun 22, 2023 that may be closed by this pull request
@basmasking basmasking changed the title feat(server): add custom serializer feat(server): add custom serializers Jun 22, 2023
Comment on lines 28 to 29
* Big integers
* Regular expressions
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Big integers
* Regular expressions

* Big integers
* Regular expressions
* Others (Date and URL)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Others (Date and URL)
* Others (BigInt, Date, RegExp and URL)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I doubted between my writings and your suggestion 😊

@petermasking petermasking merged commit 5b100c8 into main Jun 22, 2023
6 checks passed
@petermasking petermasking deleted the 302-register-custom-serializers branch June 22, 2023 12:15
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.

Register custom serializers
2 participants