Re: encode/decode usage in proton

2015-01-30 Thread Michael Ivanov
Hallo Rafael, *HUGE* thanks! 30.01.2015 19:59, Rafael Schloming пишет: > Hi Michael, > > I just pushed some documentation for pn_data_t into the source tree. You > can build the docs from source if you like. They will most likely apply to > whatever version you are using as that API hasn't chang

Re: encode/decode usage in proton

2015-01-30 Thread Rafael Schloming
Hi Michael, I just pushed some documentation for pn_data_t into the source tree. You can build the docs from source if you like. They will most likely apply to whatever version you are using as that API hasn't changed in a while. You can also just read the header file[1] directly, although it is l

encode/decode usage in proton

2015-01-30 Thread Michael Ivanov
Greetings! I want to port some c++ messaging code from qpid cpp messanger to proton. How one is supposed to perform data serialization/deserialization here? In cpp messenger I used encode/decode functionality and then copied the actual data between map and user object. What should I use in proton?