Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refs #35: Custom generic serialisation via type class #86

Merged
merged 8 commits into from
Apr 3, 2016

Commits on Mar 20, 2016

  1. Changes:

    - Add Codec typeclass to allow adhoc customisation of serialisation/deserialisation
    - Add some default Codecs for standard primitives w/ tests
    - Add a Java-basd object serialiser w/ test
    - Modify various existing methods, macros, and tests to make this work
    
    Misc:
    - Bump PGP plugin version
    lloydmeta committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    2dedc9e View commit details
    Browse the repository at this point in the history
  2. Add codec for float as well

    lloydmeta committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    33248f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2016

  1. Give credit where it'S due

    lloydmeta committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    22de056 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd6dc0e View commit details
    Browse the repository at this point in the history
  3. Rename package name

    lloydmeta committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    1cfbe81 View commit details
    Browse the repository at this point in the history
  4. Add Shade mention in specs

    lloydmeta committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    da9ad36 View commit details
    Browse the repository at this point in the history
  5. Add support for legacy ScalaCache serdes behaviour

    - Add a `useLegacySerialization` param to Memcached and Redis-related caches that activates old
      behaviour
    - Add explanation of Codec and Legacy Serialization option to readme and Changelog
    
    - Add tests for legacy codec support
    lloydmeta committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    ed20a0e View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2016

  1. Extend JavaSerializationCodec with scalacache

    Fix implicit not found message
    lloydmeta committed Apr 3, 2016
    Configuration menu
    Copy the full SHA
    6963d8d View commit details
    Browse the repository at this point in the history