Sure, If someone doesn't chime in before me, I'll look for the exact code that does the serializing, but in the mean time just check the Serializer.java . That file should have all the serialized types. Note that the serialization is very similar if not exactly like the serialization for remoting. So you could probably check out the remoting documentation on adobe's livedocs to see how things serialize/deserialize between actionscript and java types..
good luck.
On 8/8/06, Thomas Williams <[EMAIL PROTECTED]> wrote:
Dominick,
That's fantastic, thanks! Where in the code is this implemented? I
couldn't find it for the life of me. Do you have any documentation for
this?
Best regards,
Tom Williams
On Tue, 2006-08-08 at 06:38 -0700, Dominick Accattato wrote:
>
> Any Java List is serialized to a MIXED_ARRAY on the client. For
> example an ArrayList is serialized to a MIXED_ARRAY.
>
>
>
> On 8/8/06, Thomas Williams <[EMAIL PROTECTED]> wrote:
> Hi,
> Does anyone know if red5 can deal with converting a java
> construct to a
> mixed array for Actionscript? It's listed in the data types
> for AMF, but
> I can't find any mention of it in the red5 documentation.
>
> Best regards,
> Tom Williams
>
>
> _______________________________________________
> Red5 mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/red5_osflash.org
>
> _______________________________________________
> Red5 mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/red5_osflash.org
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org
_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
