Represents an object that can be used to deserialize strings to objects.
The type of data to deserialize.
The serialization input.
Deserializes a candidate string to an object T.
The candidate string to deserialize.
The object that was deserialized.
An error if the candidate contains semantic errors and cannot be deserialized to the given target type.
Represents an object that can be used to deserialize strings to objects.