Uploaded image for project: 'Commons Geometry'
  1. Commons Geometry
  2. GEOMETRY-65

Use of "Serializable"

    XMLWordPrintableJSON

Details

    Description

      Many classes are declared to be Serializable. But in effect they are not because some of their fields are not Serializable (this is reported by "soundcloud.io").

      In my opinion, the

      implements Serializable
      

      declaration must be removed from all classes but those explicitly designed for persistence. Actually, even for those, I'd favour a design where persistence is implemented "externally" (i.e. not by Serializable).

      Attachments

        Activity

          People

            Unassigned Unassigned
            erans Gilles Sadowski
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: