docs: switch cache conversion design from MessagePack to protobuf-net-data

protobuf-net-data is purpose-built for IDataReader serialization and
returns IDataReader directly from Deserialize(), eliminating the need
for custom streaming reader implementations.
This commit is contained in:
Joseph Doherty
2026-01-06 14:15:19 -05:00
parent 4965b49c4e
commit 8ce9a7dae1
8 changed files with 169 additions and 720 deletions
-1
View File
@@ -5,7 +5,6 @@
<Project Path="src/JdeScoping.Core/JdeScoping.Core.csproj" />
<Project Path="src/JdeScoping.DataAccess/JdeScoping.DataAccess.csproj" />
<Project Path="src/JdeScoping.Database/JdeScoping.Database.csproj" />
<Project Path="src/JdeScoping.DataSync.SourceGenerators/JdeScoping.DataSync.SourceGenerators.csproj" />
<Project Path="src/JdeScoping.DataSync/JdeScoping.DataSync.csproj" />
<Project Path="src/JdeScoping.DataSync.Dev/JdeScoping.DataSync.Dev.csproj" />
<Project Path="src/JdeScoping.ExcelIO/JdeScoping.ExcelIO.csproj" />