JsonDeserializerBuilderCaseResult
class
Represents the outcome of a
IDeserializerBuilderCase<,>
.
Constructors
Initializes a new instance of the
JsonDeserializerBuilderCaseResult
class.
Properties
Gets or sets exceptions regarding the inapplicability of the case. If
Expression
is not null, these exceptions should be interpreted as warnings.
Gets or sets the expression obtained by applying the case. If null, the case was
not applied successfully.
Methods
Creates a new
JsonDeserializerBuilderCaseResult
for an unsuccessful
outcome.
Creates a new
JsonDeserializerBuilderCaseResult
for an unsuccessful
outcome.