magro / kryo-serializers

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

Support Kryo#copy for Guava Multimaps #99

Closed f4lco closed 5 years ago

f4lco commented 5 years ago

As stated in the Javadoc of the Guava multimap serializers (e.g., ArrayListMultimapSerializer), Kryo#copy is not supported yet.

To me it appears not too difficult to implement. Am I overlooking something? Is there any good reason why this has not already been implemented, @magro? If not, I'd be glad to file a PR.

magro commented 5 years ago

@f4lco I don't think that there's a good reason, so a PR would be great!