Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

php用motan2协议调用,序列化不支持java对象 集合? #2

Open
JerryChaox opened this issue Dec 1, 2017 · 6 comments
Open

Comments

@JerryChaox
Copy link

JerryChaox commented Dec 1, 2017

Serialize/Motan.php line 104
Fail to Decode response body, got a no support type!

@idevz
Copy link
Member

idevz commented Dec 5, 2017

@JerryChaox 目前序列化仅支持简单数据类型
简单序列化文档地址
相关跨语言调用实例参考motan-examples

@gyf19
Copy link

gyf19 commented Dec 29, 2017

@idevz motan-go \ motan-php \ motan-java 同时支持 msgpack 序列化吗?

@idevz
Copy link
Member

idevz commented Dec 29, 2017

@gyf19 目前开源的同时只支持 Motan2 协议使用 简单序列化(simple),但是 Motan 支持其他协议是比较容易实现的,可以参考下 Simple 的实现,欢迎 PR :)

@gyf19
Copy link

gyf19 commented Jan 8, 2018

@idevz 不好意思,才看到消息。 那目前 motan-go \ motan-php \ motan-java 同时支持 simple 序列化吗?

@idevz
Copy link
Member

idevz commented Jan 8, 2018

是的 :)

@gyf19
Copy link

gyf19 commented Jan 8, 2018

@idevz 明白, 谢谢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants