-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
Description
As reported here (http://taka7646.hatenablog.com/entry/2013/02/17/005658) case classes need an explicit constructor in order to remove the exception "Can't find plain constructor or companion object".
Is this really needed f? Maybe for performance concerns ?
Other related issue: should it be possible to deserialize immutable fields (val) ?