Should ```public val SerialDescriptor.capturedKCla...
# serialization
j
Should
Copy code
public val SerialDescriptor.capturedKClass: KClass<*>?
have a
when
case for
WrappedSerialDescriptor
? I'd like to have a type whose default serializer is to be contextual with a fallback to a basic string mode.