Thanks Malik,

Requirement is urgent. and we I had settled down on sending the string and
retrieving the string from server .
But your answer gives me hope..it will be great if u can make the concept
available. I will always prefer object serialization over any string
exchange.


Thanks  a ton
Regards
PS



On 10/4/07, smalik <[EMAIL PROTECTED]> wrote:
>
>
> Until and unless you have a deserializer on java side, it will not
> work. Try sending your object as XML or String or something like that.
>
> You can also manually serialize your class into a byte array (meaning
> writing byte by byte) and then manually deserialize on the java side
> (reading byte by byte).
>
> When I started building my application, I faced the same problem, and
> knowing that AMF is a proprietary encoding and Red5 etc will use a
> "reverse engineered" version which could potentially run into copy
> right legal hassles, I had to build my own custom serialization
> protocol on similar terms with AMF and java serialization.
>
> One of these days, I am planning to donate it as open source and
> create a google project for it, it's just that it requires some
> "polishing". If your requirement is urgent and nothing else works out
> for you, let me know.
>
>
> Regards,
> Sandeep
>
> On Oct 4, 2:21 pm, learner <[EMAIL PROTECTED]> wrote:
> > Hi all,
> > I am trying to send Objects over socket connection from flex client to
> > java..basically I want  to set up the push channel.
> > i figured out that i need to user AMF -encoding on java side to read
> > actionscript object.
> > I am trying to look at the RMTP package of the red5 server..but not
> getting
> > much clue..
> > Can somebody point me to that ?
> > at IFBN I saw that Thed Patrick  has written something for it,,but only
> mxml
> > file is available there . no java code ..
> >
> > Thanks & Regards
> > PS
>
>
> --~--~---------~--~----~------------~-------~--~----~
> You received this message because you are subscribed to the Google Groups
> "Flex India Community" group.
> To post to this group, send email to [EMAIL PROTECTED]
> To unsubscribe from this group, send email to
> [EMAIL PROTECTED]
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en
> -~----------~----~----~----~------~----~------~--~---
>
>

Reply via email to