jsonl row codec: one table row is stored as one compact json object line, the columns are written in schema order so that the file stays diff friendly.
RowJson
01 Syntax
JSql.Storage.RowJson
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| Serialize | 1 | serialize a row into a single line json object |
| Deserialize | 1 | parse one jsonl line back into a row |
| ConvertElement | 1 | unpack a json element into a plain clr scalar |
03 Members
Serialize(
Dictionary(Of String, Object), TableSchema)serialize a row into a single line json object
Deserialize(
String)parse one jsonl line back into a row
ConvertElement(
JsonElement)unpack a json element into a plain clr scalar