Class DeserializeEJsonOptions<TOutput>
Represents the options parameter for DeserializeEJson<TInput, TOutput>(TInput, DeserializeEJsonOptions<TOutput>). This class allows setting 'onError'.
public class DeserializeEJsonOptions<TOutput> : DeserializeEJsonOptions
Type Parameters
TOutputThe type of 'onError'.
- Inheritance
-
DeserializeEJsonOptions<TOutput>
- Inherited Members
Properties
- OnError
The onError parameter.