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 deser
As far as I can tell, there is no such wrapper. You can write one that assigns NaN to the internal int if the argument to the constructor is null
NaN
int
null