mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-31 03:18:43 -06:00
The new serialization format use "t " as in typed. The rest of the message is a JSON array describing the typed data. The type is described by types.TypeRef Fixes #384 Issues #281, #304