How to parse AMF data in Ruby?

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

If not, how can I best use tools created in other languages ? I suppose I could write something in Python or Java or something else and call it from Ruby directly through backticks ... but first I would like to make sure that there really is no better option.

Thank!

+3
source share
1 answer

Rocket-amf - , . AMF0 AMF3 .

+3

Source: https://habr.com/ru/post/1746722/


All Articles