CustomClassField<TValue>.ValueToJson method (1 of 4)
Serializes this field's value to JSON.
public override void ValueToJson(JsonWriter writer, IRow row, JsonSerializer serializer)
| parameter | description |
|---|---|
| writer | The writer. |
| row | The row. |
| serializer | The serializer. |
See Also
- interface IRow
- class CustomClassField<TValue>
CustomClassField<TValue>.ValueToJson method (2 of 4)
Serializes this field's value to JSON.
public virtual void ValueToJson(JsonWriter writer, TValue value, JsonSerializer serializer)
| parameter | description |
|---|---|
| writer | The writer. |
| value | The value. |
| serializer | The serializer. |
See Also
- class CustomClassField<TValue>
CustomClassField<TValue>.ValueToJson method (3 of 4)
public override void ValueToJson(Utf8JsonWriter writer, IRow row, JsonSerializerOptions options)
See Also
- interface IRow
- class CustomClassField<TValue>
CustomClassField<TValue>.ValueToJson method (4 of 4)
Serializes the value to JSON.
public virtual void ValueToJson(Utf8JsonWriter writer, TValue value, JsonSerializerOptions options)
| parameter | description |
|---|---|
| writer | The writer. |
| value | The value. |
| options | The serializer options. |
See Also
- class CustomClassField<TValue>