Andro2015 / ksoap2-android

Automatically exported from code.google.com/p/ksoap2-android
0 stars 0 forks source link

How to serialize double #58

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. java.lang.RuntimeException: Cannot serialize: 5.0
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
Eclipse galielo,ubuntu 11.04

Please provide any additional information below.
I'm trying to pass a double to the request, ed i get 06-02 
java.lang.RuntimeException: Cannot serialize: 5.0
how can i do?

Original issue reported on code.google.com by daume...@gmail.com on 2 Jun 2011 at 9:30

GoogleCodeExporter commented 9 years ago
Read the wiki and links there about marshalling and KVMSerializable

Original comment by mosa...@gmail.com on 2 Jun 2011 at 10:25

GoogleCodeExporter commented 9 years ago
Thanks..

Original comment by daume...@gmail.com on 3 Jun 2011 at 7:07