Not with AMFPHP, but I do with WebORB. They should be fairly close. I use it to create my menubar. I have Menu objects and MenuItem objects. Each Menu object can contain MenuItem objects as well as Menu objects. With this structure, the Flex menubar can take the entire arraycollection as a dataprovider and automatically create my menubar.
Let me know if you would like me to create a small example. --- In [email protected], "Amy" <[EMAIL PROTECTED]> wrote: > > Does anyone have an example of using AMFPHP to serialize and > deserialize hierarchical collections of typed objects? > > Thanks; > > Amy >

