Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我必须从 Android 客户端调用 WCF Web 服务。该 Web 服务方法有它自己的类(.net 类对象)。如何将自定义(.net 类对象)作为参数传递给 Web 服务方法。
提前致谢...!
看看这个教程Complex objects with KSOAP,你必须实现 KvmSerializable 接口。