On the server side, I have an array of objects. Each object has 3 integer fields and 2 binary fields. I've utf encoded the binary data and json encoded the array & sent it to Flex client side.
On the client side, decoding data, I've got a String representing the binary data (utf decoded).
Now, how can I convert this String to ByteArray? Or how can I read each byte of the String?