deserialize
Deserializes this string to an object of type T using the specified deserializer and format.
Return
The deserialized object of type T.
Parameters
deserializer
The KSerializer to use for deserialization.
format
The StringFormat to use for decoding (default: jsonForMachines).
See also
Throws
Serialization Exception
if deserialization fails.