How to parse AMF data in Ruby?

Posted by Matchu on Stack Overflow See other posts from Stack Overflow or by Matchu
Published on 2010-05-23T03:36:59Z Indexed on 2010/05/23 3:40 UTC
Read the original article Hit count: 471

Filed under:
|
|
|

So I see that there are a few Rails plugins for serving AMF. However, is there a library that I can use in a Ruby environment to act as an AMF client: to read AMF data, and deserialize it into a Ruby object?

If not, how could I best go about using tools built in other languages? I suppose I could write something in Python or Java or whatever, and call it from Ruby directly via backticks... but I'd first like to ensure that there isn't really any better option.

Thanks!

© Stack Overflow or respective owner

Related posts about ruby

Related posts about parsing