Sending already serialized data #2697
deeplearningrobotics
started this conversation in
Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My data is already serialized in a
std::vector<char>
and I want to avoid the any additional copies done by serialization. Can I tell FastDDS somehow that the serialization routine should be a noop?Beta Was this translation helpful? Give feedback.
All reactions