Hi;
I take data from Java to Flex by AMF (BlazeDS)
In java side object has Integer field. So it can be null.
In Flex side object is int. So null values are deserialized as 0.
This is not what I want, I want to see whether it is 0 or null.
Is there wrapper like (Integer in Java) for Flex? Thanks