I\'d like to read a string as an instance of a case class. For example, if the function were named \"read\" it would let me do the following:
case class Pers
Scala uses Java's serialization stuff, with no String representation.
String