debasishg/sjson

Visible default constructor restriction to be reviewed for Scala classes for de-serialization

debasishg opened this issue · 0 comments

Currently all Scala classes need a visible default constructor for de-serialization. The constructor need not be public, but has to be visible, maybe package private. Can we make this private ?