Ah OK. We are intending to use msgpack. Would you know, if we used an alternative serialization format, would we still need to use the IDL (protobuf IDL)?
Sanjay On Wed, Feb 8, 2017 at 11:54 AM, 'Carl Mastrangelo' via grpc.io < [email protected]> wrote: > What language are you using? In Java, you can define your own > MethodDescriptor.Marshaller to do the conversion. > > On Tuesday, February 7, 2017 at 2:46:15 PM UTC-8, ziffusion wrote: >> >> I have a question about how gRPC would work with a serializing format >> other than protobufs. >> >> >> Where would I find information on this? Examples maybe. >> >> >> When one uses a different serialization, do you still have to use the IDL? >> >> >> Help will be much appreciated! >> > -- > You received this message because you are subscribed to a topic in the > Google Groups "grpc.io" group. > To unsubscribe from this topic, visit https://groups.google.com/d/ > topic/grpc-io/DPgipyU0g5Y/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > 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/d800d6ce-3968-4953-9b74-1d072445cd03%40googlegroups.com > <https://groups.google.com/d/msgid/grpc-io/d800d6ce-3968-4953-9b74-1d072445cd03%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. To post to this group, send email to [email protected]. 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/CAGTUL_NQxNG59gnpPEqMWfNrS0saZG8O4%2BuBbzKBcuYVXLPMWQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
