Menu

#566 Serialization support

None
open
None
code+doc+test
1
2015-11-09
2013-12-10
No

Add serialization support to ooRexx. This includes the implementation, documentation and testing of a basic serialization framework and the required changes to the ooRexx core classes. It is required to:

  • Add a Serializable class providing read/writeObject methods without implementation.
  • Let core classes inherit from Serializable when applicable and implement read/writeObject methods
  • Add basic serialization support framework to handle the serialization/deserialization.

The implementation is already part of the trunk.

Discussion

  • Moritz Hoffmann

    Moritz Hoffmann - 2013-12-10

    Removed serialization support from 4.2.0 branch in [r9670].

     

    Related

    Commit: [r9670]

  • Rick McGuire

    Rick McGuire - 2014-09-25
    • status: accepted --> open
     
  • Erich

    Erich - 2015-06-27

    Moritz, as far as I can see the SVN trunk (i.e. 5.0.0) contains a few pieces of Serializable, e. g. interpreter\RexxClasses\Serializable.orx and the readObject / writeObject methods of CircularQueue.

    Will you want to add full support for Serializable for 5.0.0 or should above be removed and the RFE be postponed?

     
  • Erich

    Erich - 2015-11-09

    References to Serializable class removed from 5.0 trunk with revision [r10991].

     

    Related

    Commit: [r10991]

  • Erich

    Erich - 2015-11-09
    • Pending work items: doc+test --> code+doc+test
     

Anonymous
Anonymous

Add attachments
Cancel