I don't use .NET (I use PHP) but two things off the top of my head...

The property of the corresponding object on the .NET side is typed as an int.

You are actually sending what looks like an int so .NET is coercing it for you.

You could also try sending the property as a string and then coercing it to a 
float on the .NET side.


--- In [email protected], "gordofeatherfoot" <anthony.janss...@...> 
wrote:
>
> Hello all,
> 
> I don't know if it this is the right place to ask but i have had little (not 
> to say no) feedback from the weborb forum, so i apologize if this is not 
> appropriate.
> 
> I am sending a simple AS3 Object to my .net backend through weborb. This 
> object has a property 'foo' with a decimal value. This object gets mapped to 
> a dictionnary in .net but the value of 'foo' is serialized to an integer.
> 
> Anyone have an idea of why this is?
> 
> Thanks,
> Tony.
>


Reply via email to