KeyWithDefault
class KeyWithDefault[T](name: String)(`evidence$2`: Pickler[T], container: KeyContainer) extends Key[T]
Base for keys that have some kind of default value.
Base for keys that have some kind of default value.
Value members
Inherited methods
Indicates if a key should be skipped during serialization - if true
, the key will not be serialized.
Indicates if a key should be skipped during serialization - if true
, the key will not be serialized.
- Inherited from
- PicklerBasedKey