[GH-ISSUE #1318] Serde support for proto crate #648

Closed
opened 2026-03-15 23:39:59 +03:00 by kerem · 0 comments
Owner

Originally created by @LEXUGE on GitHub (Dec 13, 2020).
Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/1318

Is your feature request related to a problem? Please describe.
It's quite frustrating when I want to use serde on structures which contain RData, RecordType, etc. as they don't implement serde by themselves.

Describe the solution you'd like
Implement serde for RData, RecordType if serde-cfg is enabled.

Describe alternatives you've considered
None

Originally created by @LEXUGE on GitHub (Dec 13, 2020). Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/1318 **Is your feature request related to a problem? Please describe.** It's quite frustrating when I want to use serde on structures which contain `RData`, `RecordType`, etc. as they don't implement serde by themselves. **Describe the solution you'd like** Implement serde for `RData`, `RecordType` if `serde-cfg` is enabled. **Describe alternatives you've considered** None
kerem closed this issue 2026-03-15 23:40:05 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#648
No description provided.