JsonConverter Methods

Methods

CanConvertDetermines whether the specified type can be converted.
(Inherited from JsonConverter<PolynomialRegressionModel>)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
Read Reads and converts the JSON to a PolynomialRegressionModel.
(Overrides JsonConverter<T>.Read(Utf8JsonReader, Type, JsonSerializerOptions))
ReadAsPropertyNameReads a dictionary key from a JSON property name.
(Inherited from JsonConverter<PolynomialRegressionModel>)
ToStringReturns a string that represents the current object.
(Inherited from Object)
Write Writes a PolynomialRegressionModel as JSON.
(Overrides JsonConverter<T>.Write(Utf8JsonWriter, T, JsonSerializerOptions))
WriteAsPropertyNameWrites a dictionary key as a JSON property name.
(Inherited from JsonConverter<PolynomialRegressionModel>)

See Also