Does flex not support hashmaps?
- by Dr.Dredel
I have a Flex object which collects a DTO from the server. All the fields arrive filled in correctly except for the one that is a HashMap. It arrives as null.
I've tried giving it a type of both ArrayCollection and Dictionary, but that hasn't fixed it.
Does anyone know if there's an inherent incomaptability between Java HashMap and Flex?
If not,…