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

Add pickler and unpickler for Nothing #433

Closed jvican closed 8 years ago

jvican commented 8 years ago
jsuereth commented 8 years ago

So besides the fact I think we should try to statically catch piclking nothign and issue an error, this looks good.