K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2017-01-11T10:51:54.094226Z K 7 svn:log V 391 Read and write Ruby-marshalled data. Only basics Ruby data types can be read and written: * `float`, * `bool`, * `int`, * `str` (mapped to `unicode` in Python 2), * `nil` (mapped to `None` in Python), * `array` (mapped to `list`), * `hash` (mapped to `dict`), * symbols and other classes are mapped to specific Python classes. WWW: https://pypi.python.org/pypi/rubymarshal END