Skip to main content
May 19, 2008
Question

SharedObject - ByteArray

  • May 19, 2008
  • 1 reply
  • 658 views
Dear all, I have a problem with a SharedObject remote and flash media server (I'm using Flex). I have to store a custom class in a sharedObject, so I implemented the IExternalizable class in my custom object then I stored it on a ByteArray object. I stored this ByteArray on a remote Shared Object, but when I try to retrieve this data, I receive the error of type coercion failed. Does anybody how I can solve this problem?
    This topic has been closed for replies.

    1 reply

    Participant
    June 25, 2008
    set encoding of connection to amf3
    amf0 will not serialize ByteArray properly