Question

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.

Was it helpful?

Solution

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...)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top