calrissian / mango

Common utilities for rapid application development
Apache License 2.0
17 stars 7 forks source link

Provide encoders for guava's UnsignedInteger and UnsignedLong #136

Closed eawagner closed 9 years ago

eawagner commented 9 years ago

Due to the way the type registry works, we need a new class to be able to be able to support both signed and unsigned numbers. Currently guava does provide data objects that support holding these values and we can use that to allow for serialization and deserialization of unsigned integer types.