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

scalajs support #343

Open rgwilton opened 9 years ago

rgwilton commented 9 years ago

Hi Heather,

Is scala/pickling supported in scala-js? If not, then do you have any plans to add support please?

Many thanks, Rob

phaller commented 9 years ago

There is no Scala.js support, yet. We do have plans to add support, though. There were already several refactorings done in order to cleanly separate out parts depending on runtime reflection (not supported on Scala.js). In addition, we have the static-only switch for generating reflection-free picklers. Both of these things should help get Scala.js support in place soon.

rgwilton commented 9 years ago

Thanks for the update.