Why not also make them writablecomparable, allowing for comparison and serialization within each class.
On Wed, Jun 27, 2012 at 2:35 PM, Eric Newton (JIRA) <[email protected]> wrote: > Eric Newton created ACCUMULO-659: > ------------------------------------ > > Summary: ArrayByteSequence needs to be Serializable > Key: ACCUMULO-659 > URL: https://issues.apache.org/jira/browse/ACCUMULO-659 > Project: Accumulo > Issue Type: Bug > Components: client > Affects Versions: 1.4.0 > Reporter: Eric Newton > Assignee: Billie Rinaldi > Priority: Minor > Fix For: 1.4.1 > > > Authorizations is Serializable, and points to a set of ByteSequence, which > is implemented ArrayByteSequence. > > > -- > 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 > > >
