Hi! I'm trying to add support for 2 types that I need: 

- BSON.ObjectId (for MongoDB IDs)
- Unknown object structure

For the first one, I was thinking on just a type that 
serializes/deserializes the BSON.ObjectId to a string, it it may be sent as 
a string.

For the second one, as I need to pass objects where I don't know how 
they're gonna be, I was thinking on serializing them to a JSON string, and 
then deserialize it in the other side. 

Is any of this possible? 

If so, how do I start? 

Thanks!
Luciano

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To post to this group, send email to grpc-io@googlegroups.com.
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/f8c06c9c-ea11-4900-b307-d26fc2350b34%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to