heathermiller / scala-pickling

Fast, customizable, boilerplate-free pickling support for Scala. MOVED TO http://github.com/scala/pickling
18 stars 1 forks source link

our collection pickler only supports primitives #9

Open xeno-by opened 11 years ago

xeno-by commented 11 years ago

Because we use readPrimitive when unpickling, probably due to optimization purposes

heathermiller commented 11 years ago

Yes, this was probably an optimization. This is something we definitely need to revisit first thing.