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