case classKnownTypes(typeToKeyMap: Map[Class[_], String]) extends TypeHints with Product with Serializable
For known types, we store the type in JSON by a simple String key, which we map to and form the class.
For types not in the type map, we use the class path as the key, and use Class.forName(name) to get the class.
Linear Supertypes
Serializable, Serializable, Product, Equals, TypeHints, AnyRef, Any
For known types, we store the type in JSON by a simple String key, which we map to and form the class. For types not in the type map, we use the class path as the key, and use Class.forName(name) to get the class.