Closed Tewr closed 9 months ago
… also a baseclass for just adding known types to the Serialize.Linq JsonSerializer. Really the same goal as #73 but stays away from modifying BlazorWorker.Core, as core should not deal with types or serialization. Draft for resolving #27 .
BlazorWorker.Core
Working prototype and test page but needs some love (no repeat of the init code, and also probably needs Merge() to work fully)
… also a baseclass for just adding known types to the Serialize.Linq JsonSerializer. Really the same goal as #73 but stays away from modifying
BlazorWorker.Core
, as core should not deal with types or serialization. Draft for resolving #27 .