AMF through a BinarySocket written in .net
        Posted  
        
            by KensoDev
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by KensoDev
        
        
        
        Published on 2010-04-30T11:00:42Z
        Indexed on 
            2010/04/30
            11:07 UTC
        
        
        Read the original article
        Hit count: 325
        
Hi All,
I have a windows service behaving as a Binary Socket sending data to flex applications. Once I try to send strings or int's or any other native data-type, everything is working great.
I even succeeded in sending JSon from the server to the client parsing it on Flex.
I want to send AMF objects to the client.
Meaning, I have a class called User, I want to fill it with data and send it to the client, there I want it to be mapped to an object on the client.
How can I achieve this?
© Stack Overflow or respective owner