Protobuf compiler for several languages
- by Stipa
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