开发者

How to create my own serializer from app engine types to Android over RPC

开发者 https://www.devze.com 2023-03-15 17:01 出处:网络
I would like to serialize the Text db type to something that Android can deseria开发者_StackOverflowlize. Any pointers on the subject ?

I would like to serialize the Text db type to something that Android can deseria开发者_StackOverflowlize. Any pointers on the subject ?

Thanks, Efi


The Text type just stores a Unicode string - serializing it is just a matter of encoding it in a given codec (eg, UTF-8). If that's all you need to send, just send it in the plain in the body of the response.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号