eclipse-uprotocol / up-rust

uProtocol Language Specific Library for Rust
Apache License 2.0
9 stars 8 forks source link

Serialize/Deserialize - UMessage, UAttribute, UURI etc. #99

Closed sagarsshah closed 3 weeks ago

sagarsshah commented 2 months ago

We have bunch deserialization functions in this file. it is used for convering json message to proto messages. will this be worth having it in up-rust? https://github.com/sagarsshah/up-tck/blob/main/test_agent/rust/src/utils.rs

sophokles73 commented 2 months ago

Maybe you can provide a little context regarding the use case that this functionality would be helpful in?

PLeVasseur commented 1 month ago

@sagarsshah -- any further motivation you can provide?