> From: mono-list-boun...@lists.ximian.com [mailto:mono-list-
> boun...@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?
_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to