Class PrimaryKeysJsonConverter<T>
public class PrimaryKeysJsonConverter<T> : JsonConverter<PrimaryKeys<T>>
Type Parameters
T
- Inheritance
-
PrimaryKeysJsonConverter<T>
Methods
- Read(ref Utf8JsonReader, Type, JsonSerializerOptions)
Reads and converts the JSON to type PrimaryKeys.
- Write(Utf8JsonWriter, PrimaryKeys<T>, JsonSerializerOptions)
Writes a specified value as JSON.