AbstractValueMapConverterTWrite Method
Writes a specified value as JSON.
Namespace: MobileTrack.Common.Services.JsonConverters.GenericsAssembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public override void Write(
Utf8JsonWriter writer,
T value,
JsonSerializerOptions options
)
Parameters
- writer Utf8JsonWriter
- The writer to write to.
- value T
- The value to convert to JSON.
- options JsonSerializerOptions
- An object that specifies serialization options to use.