invoke

abstract operator fun invoke(): PickleKey?
abstract operator fun invoke(value: ByteArray?): PickleKey?
abstract operator fun invoke(value: String?): PickleKey?