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

Add serde::Serialize for Opt records #343

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

Conversation

tertsdiepraam
Copy link
Contributor

This helps with the JSON output in dnsi.

Deserialize is left for later, becasue we don't need it yet.

derive(serde::Serialize),
serde(bound(
serialize = "
O: AsRef<[u8]> + octseq::serde::SerializeOctets,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@partim I copied this from elsewhere, but isn't AsRef<[u8]> always enough because we can do octs.as_ref().serialize_octets(serializer)?

Copy link
Member

Choose a reason for hiding this comment

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

You are right. It’s possible that SerializeOctets was doing more things in an earlier iteration. Or I was just not thinking straight.

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