Protobuf compiler for several languages
Posted
by Stipa
on Stack Overflow
See other posts from Stack Overflow
or by Stipa
Published on 2010-05-05T08:56:20Z
Indexed on
2010/05/05
8:58 UTC
Read the original article
Hit count: 274
Hi,
In my project I have components written on Python, ObjectiveC and J2ME. I want to use protobuf as data interchange format. However, there are one issue I need to resolve.
Google implementation doesn't support ObjC and J2ME. There are 3rd party implementations that supports those languages. But I really don't want to be depended of several protoc implementations.
What is the best way for me to have protobufs for several languages? Do I need to use different compilers or there is other option?
Thanks,
-Lev
© Stack Overflow or respective owner