You could always marshall the object to XML, JSON, etc... that both sides could load up. Assuming TimeSpan can be placed into a string that is parsable or other primitive types, you should be fine.
于 2012-10-12T22:12:06.460 に答える
This answer is useful
0
wcfなどの任意の Web サービス機能を使用できます。互換性を最大限に高めるために、必ずbasicHttpBindingを使用してください。JNBridgeも使用できます。