MsgPack Serialization Implementation in Zer0 RGSS
DescriptionMsgPack::Dump and MsgPack::Load need to be implemented.
Because datafiles will be in the msgpack format, load_data in Ruby needs to be implemented through usage of the MsgPack::Load method.
PriorityMedium.
PrerequisitesMsgPack serialization modules for Python and Ruby (http://forum.chaos-project.com/index.php/topic,9485.0.html)
AssignedBlizzard
Everything elseThe task is not directly dependent on the implementation of the MsgPack serialization modules for Python and Ruby but on the definition of how the data will be serialized.
The tag [rul] doesn't seem to exist.
so if I'm right you were going to try and convert the pure ruby module to c++ that invokes ruby? I know I did that with something else but I can't remember what. it was annoying and tedious, good luck!
Don't worry. It's not a big deal to port it myself. I don't have to use a special tool or something.
I might get this time done even today, depends on how tired I'll be after work.
I am marking this task as finished because I have implemented the C++ version of our own serialization procedure.