Posts Tagged: AMFDateConverter
-
Nov 28, 2008
5 CommentsAMFDateConverter – Convert PHP AMF to Flex Date Class
One of the frustrating things about AMF is that there is no mapping to the Flex Date class from PHP. Unlike converting to an ArrayCollection which utilizes the flex.messaging.io.ArrayCollection class in PHP to automatically map everything for you, there appears to be no support for Date serialization. So, a few months back, I figured out...