Hello Pablo, Any serverside call that sends a result to a client is esentially serializing java objects to amf. This is done through Serializer.java. For instance a List in Java is serialized to an Array in the flash client. Is this the answer your looking for?
On 11/30/06, Pablo Ruggia <[EMAIL PROTECTED]> wrote:
Hi !! I want to serialize Java objects and send them via AMF to a Flex client. I've tried hard to find a good tutorial on doing this. So I have two questions: - Does RED5 can do what I want ? - Are there any documentation/example/blog on this topic ? Thanks ! _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
-- Dominick Accattato, CTO New View Networks www.newviewnetworks.com
_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
