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