Use this trait to make your ScallopConf serializable.
Warning: this serialization method expects your ScallopConf class
to have public constructor that accepts Seq[String] or List[String] as a single parameter.
If your class does not have such constructor, you will need to implement
serialization/deserialization logic yourself (see https://github.com/scallop/scallop/issues/137)
Use this trait to make your ScallopConf serializable. Warning: this serialization method expects your ScallopConf class to have public constructor that accepts Seq[String] or List[String] as a single parameter.
If your class does not have such constructor, you will need to implement serialization/deserialization logic yourself (see https://github.com/scallop/scallop/issues/137)