Closed GoogleCodeExporter closed 9 years ago
An empty constructor is no longer required in protostuff (trunk). See Issue 52.
However, since the internal fields of UUID are all transient, it still would
not work.
I'll add this in.
Original comment by david.yu...@gmail.com
on 7 Feb 2011 at 4:15
Was wrong, fields aren't all transient.
The mostSigBits and leastSigBits are whats needed to construct the UUID.
Therefore, it will work.
I just committed a UUID test-case using UUID.compareTo for equality.
You'll have to test with trunk atm.
Lemme know if you still got issues.
Original comment by david.yu...@gmail.com
on 7 Feb 2011 at 4:37
Original comment by david.yu...@gmail.com
on 8 Feb 2011 at 3:03
Original issue reported on code.google.com by
noize.r...@gmail.com
on 7 Feb 2011 at 3:55