scala / pickling

Fast, customizable, boilerplate-free pickling support for Scala
lampwww.epfl.ch/~hmiller/pickling
BSD 3-Clause "New" or "Revised" License
831 stars 79 forks source link

Remove JSON support from core #82

Closed huntc closed 10 years ago

huntc commented 10 years ago

JSON support is likely to be provided via other libraries and its functionality is of a wider scope than that provided by scala-pickling. Having JSON functionality as part of the pickling library could therefore confuse users of the standard Scala distribution.

My recommendation is that the scala.pickling.json package be relegated to a sample.

The package in question:

https://github.com/scala/pickling/tree/2.10.x/core/src/main/scala/pickling/json

phaller commented 10 years ago

Closing for now given ongoing discussion.