[ 
https://issues.apache.org/jira/browse/LUCENE-2908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12991177#comment-12991177
 ] 

Simon Willnauer commented on LUCENE-2908:
-----------------------------------------

big +1 to get rid of Serializable its broken anyway, slow and not really 
working across versions! Folks that want to send stuff through the wire using 
java serialization should put api sugar on top.



> clean up serialization in the codebase
> --------------------------------------
>
>                 Key: LUCENE-2908
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2908
>             Project: Lucene - Java
>          Issue Type: Task
>            Reporter: Robert Muir
>             Fix For: 4.0
>
>         Attachments: LUCENE-2908.patch
>
>
> We removed contrib/remote, but forgot to cleanup serialization hell 
> everywhere.
> this is no longer needed, never really worked (e.g. across versions), and 
> slows 
> development (e.g. i wasted a long time debugging stupid serialization of 
> Similarity.idfExplain when trying to make a patch for the scoring system).

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to