magro / kryo-serializers

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

how to serialize this kind of class #45

Closed venture758 closed 6 years ago

venture758 commented 8 years ago

public class X { private List xs = new ArrayList(); }

magro commented 8 years ago

What have you tried and what didn't work as expected? Am 17.11.2015 18:01 schrieb "venture758" notifications@github.com:

public class X { private List xs = new ArrayList(); }

— Reply to this email directly or view it on GitHub https://github.com/magro/kryo-serializers/issues/45.