Pyrolite v4.21 Release Notes

Release Date: 2018-08-17 // over 5 years ago
  • Java Version 4.21 changes:

    Pickle memoization uses regular obj.hashCode again (compare by value) rather than identityHashCode (compare by object identity).
    🔧 This can be configured via a new Pickler(useMemo, valueCompare) constructor.

    📚 Updated Pyro documentation url.