class Key[T](val name: String)(`evidence$1`: Pickler[T], container: KeyContainer) extends PicklerBasedKey[T]
- Companion
- object
Value members
Concrete methods
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