Marshal dump/load should be in application code. You cannot serialize to other formats - json, protobuf, whatever - library will serialize to ruby byte stream. Library only works if (1) ruby only client on the other side and (2) ruby client doing Marshal on binary data coming back.
Marshal dump/load should be in application code. You cannot serialize to other formats - json, protobuf, whatever - library will serialize to ruby byte stream. Library only works if (1) ruby only client on the other side and (2) ruby client doing Marshal on binary data coming back.