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:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user