views:

82

answers:

1

i have designed a protocol using google protocol buffers and now want to write a java me client. but this implementation that i have found is severely restricted. it does not allow enums, nested messages and is very basic which defeats the purpose of using it.

is there an alternative implementation of protocol buffers for java-me.

+2  A: 

Hmm... I didn't know that the java-me story was lacking; you might want to ask on the specific group. The 3rd party page lists one other that might be worth a look.

Of course, you could write your own ;-p (and yes: I realise that defeats the purpose even further; I'm half in jest here... nearly half...)

Marc Gravell
i'll go to the forum, thanks
iamrohitbanga

related questions