Json Converter Methods
Methods
| Can | Determines whether the specified type can be converted. (Inherited from JsonConverter<PolynomialRegressionModel>) |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Get | Serves as the default hash function. (Inherited from Object) |
| Get | Gets 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)) |
| Read | Reads a dictionary key from a JSON property name. (Inherited from JsonConverter<PolynomialRegressionModel>) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Write |
Writes a PolynomialRegressionModel as JSON.
(Overrides JsonConverter<T>.Write(Utf8JsonWriter, T, JsonSerializerOptions)) |
| Write | Writes a dictionary key as a JSON property name. (Inherited from JsonConverter<PolynomialRegressionModel>) |