[
https://issues.apache.org/jira/browse/GEOMETRY-65?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gilles Sadowski resolved GEOMETRY-65.
-------------------------------------
Resolution: Done
{{Serializable}} removed (in commits 97f9ebc68c7ba219f018a7be5b32715d178c3df5
and 8287fed56844a59182611bb8245b1b194c3eabe2)
> Use of "Serializable"
> ---------------------
>
> Key: GEOMETRY-65
> URL: https://issues.apache.org/jira/browse/GEOMETRY-65
> Project: Apache Commons Geometry
> Issue Type: Task
> Components: core, Euclidean 1D, Euclidean 2D, Euclidean 3D,
> Spherical 1D, Spherical 2D
> Reporter: Gilles Sadowski
> Priority: Major
> Labels: persistence, serializable
>
> 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
> {code}
> implements Serializable
> {code}
> 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}}).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)