[PATCH] Make Limit and Offset Serializable ------------------------------------------
Key: FUNCTOR-9 URL: https://issues.apache.org/jira/browse/FUNCTOR-9 Project: Commons Functor Issue Type: Improvement Environment: Win7 Enterprise, jdk-1.6.0_27, Eclipse Galileo Reporter: Bruno P. Kinoshita Priority: Minor In org.apache.commons.functor.core all classes that are in someway a Functor implement Serializable, with exception of Limit and Offset (as pointed by E. Bourg in the mailing list). This patch marks both classes as Serializable and includes equals() and hashcode() methods. Notice that these changes are already covered by the test org.apache.commons.functor.BaseFunctorTest#testSerializeDeserializeThenCompare. Bruno P. Kinoshita -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira