[Mono-list] Deserialising double values

Edward Ned Harvey (mono) edward.harvey.mono at clevertrove.com
Fri Oct 16 11:39:25 UTC 2015


> From: mono-list-bounces at lists.ximian.com [mailto:mono-list-
> bounces at lists.ximian.com] On Behalf Of Peter Hagen
> 
> Posted:
> 
> dValue: 3.4563000202179
> dcValue: 12.3457
> fValue: 0.12345
> 
> Received:
> 
> dValue: 34563000202179
> dcValue: 123457
> fValue: 12345

You probably need to get into some specifics, like - 
When you serialize, what class or method are you using?
What string is returned?
What class/method are you using to POST?
At the server, what string is received?
The server presumably then deserializes. What's the type of the variables that it deserializes to?
And then the server repeats the process - it serializes. What string does it generate?
What string is received by the client?
What types does the client deserialize to?


More information about the Mono-list mailing list