MissingSerializerException

constructor(@NotNull message: String, @NotNull typeDescriptor: String)

Constructs a MissingSerializerException with the specified message and type descriptor.

Parameters

message

Error message describing exception.

typeDescriptor

Type descriptor to help diagnose the exception.


constructor(@NotNull message: String, @NotNull typeNames: List<String>)

Constructs a MissingSerializerException with the specified message and type names.

Parameters

message

Error message describing the exception.

typeNames

Type names to help diagnose the exception.