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

Implement Deserialize trait for ServerAddress #1022

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

nepalez
Copy link
Contributor

@nepalez nepalez commented Jul 11, 2023

See: #717

Impement the serde deserializer for the ServerAddress(Url) struct based on the existing implementation of from_str.

@n1ghtmare n1ghtmare requested review from Jarema and caspervonb July 11, 2023 15:44
@nepalez nepalez force-pushed the main branch 3 times, most recently from 9a9c9c9 to fc43063 Compare July 18, 2023 14:11
@caspervonb
Copy link
Collaborator

I'm not sure about this, as there are a lot of types that are serialized with try_from/from_str via serde itself. @Jarema wdyt?

See: nats-io#717

Impement the serde deserializer for the ServerAddress(Url) struct
based on the existing implementation of `from_str`.
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.

2 participants