====== Serialization on ooRexx ====== As of today, there is no standardized way of serializing object in ooRexx. ===== Protocol ===== The protocol stores the serial representation of rexx objects. It should be simple and easy to parse. Object1 ref1 ... refN.Object2 ref1 ... refN. ...; ===== Accessing data =====