magro / kryo-serializers

More kryo serializers
Apache License 2.0
381 stars 120 forks source link

Add support for missing Guava immutable types #135

Open mcanalesmayo opened 1 year ago

mcanalesmayo commented 1 year ago

Currently there's support for the following Guava immutable types: ImmutableList, ImmutableSet, ImmutableMap, ImmutableMultimap, ImmutableTable

Other missing immutable types should also be supported, such as ImmutableRangeSet or ImmutableRangeMap