Table of Contents

Class TableJsonConverter

Namespace
PowerSync.Common.DB.Schema
Assembly
PowerSync.Common.dll

Serializes a Table into the JSON format expected by the powersync_replace_schema SQLite function.

public class TableJsonConverter : JsonConverter<Table>
Inheritance
JsonConverter
JsonConverter<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.