Class PrimaryKeysFacadeConverter
Converter for deserializing and serializing objects of type PrimaryKeysFacade.
public class PrimaryKeysFacadeConverter : JsonConverter<object>
- Inheritance
-
PrimaryKeysFacadeConverter
Methods
- Read(ref Utf8JsonReader, Type, JsonSerializerOptions)
Reads the JSON representation of the object and converts it to an instance of PrimaryKeysFacade.
- Write(Utf8JsonWriter, object, JsonSerializerOptions)
Writes the JSON representation of the object.