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(serialization): added the url serializer #262

Merged
merged 2 commits into from
Apr 26, 2023

Conversation

basmasking
Copy link
Member

Fixes #222

Changes proposed in this pull request:

  • url serialzer implemented

@MaskingTechnology/jitar

@basmasking basmasking linked an issue Apr 26, 2023 that may be closed by this pull request
{
constructor(urlString: string)
{
super(`Invalid url string: '${urlString}'`);
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
super(`Invalid url string: '${urlString}'`);
super(`The url string '${urlString}' is invalid`);

Same format as the InvalidClass error

Also updated the InvalidDateString to be consistent
@petermasking petermasking merged commit a1b6f1e into main Apr 26, 2023
@petermasking petermasking deleted the 222-add-url-serialization-support branch April 26, 2023 07:38
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.

Add URL serialization support
2 participants