a message serialization support #2595
wuyueandrew
started this conversation in
General
Replies: 1 comment
-
You may want to implement the serialization/deserialization for your structure in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
My cpp_pregel algo needs to send a structed message and now it is not supported.
My solution is connecting these field using concat, it's not elegant.
Describe the solution you'd like
a specify message serialization , like flatbuffers which can offer a encapsulation of structed message.
Beta Was this translation helpful? Give feedback.
All reactions