Class TableJsonConverter
Serializes a Table into the JSON format expected by the
powersync_replace_schema SQLite function.
public class TableJsonConverter : JsonConverter<Table>
- Inheritance
-
JsonConverterJsonConverter<Table>TableJsonConverter
- Inherited Members
-
JsonConverter.CanWrite
Properties
- CanRead
Gets a value indicating whether this Newtonsoft.Json.JsonConverter can read JSON.
Methods
- ReadJson(JsonReader, Type, Table?, bool, JsonSerializer)
Reads the JSON representation of the object.
- WriteJson(JsonWriter, Table?, JsonSerializer)
Writes the JSON representation of the object.