jhelovuo / RustDDS

Rust implementation of Data Distribution Service
Apache License 2.0
316 stars 65 forks source link

Derive serde::{Deserialize, Serialize} for QosPolicies #297

Closed samcarey closed 9 months ago

samcarey commented 11 months ago

I have an application where I need to communicate QoS across non-DDS channels, so I'd like to be able use serde to send these around, unless there's already an easy, public was to serialize/deserialize this struct?

jhelovuo commented 11 months ago

Yes, it should be pretty straightforward to add those derives for QosPolicy and its component types. Please submit a PR.