Hi is it posible to use protobuffer serialization with b4a.for my application is a must. I love b4a and don'T Want to use another plataform.i would appreciate any help
While I haven't tried it myself, I don't expect it to be too difficult to use CodedInputStream to low-level read an encoded message.
You will not gain the main benefit of protobuf which allows you to serialize and deserialize structures (it is a more sophisticated version of B4XSerializator).