Tewr / BlazorWorker

Library for creating DotNet Web Worker threads/multithreading in Client side Blazor
MIT License
377 stars 34 forks source link

Enables a custom expression serializer, and… #98

Closed Tewr closed 7 months ago

Tewr commented 7 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 .

Tewr commented 7 months ago

Working prototype and test page but needs some love (no repeat of the init code, and also probably needs Merge() to work fully)