AyCode.Core/AyCode.Services.Server
Loretta 2f1c00fd5c Remove MessagePack; unify SignalR serialization model
Major refactor to eliminate MessagePack from SignalR messaging.
All serialization now uses explicit binary methods (.ToBinary/.BinaryTo)
and Brotli-compressed JSON, managed via a new SignalRSerializationHelper.
Custom stream classes and MessagePack attributes are removed.
API is now consistent, type-safe, and easier to maintain.
Test code and all message handling updated to use the new model.
2025-12-14 01:45:17 +01:00
..
Emails Add Logger 2024-05-14 13:04:01 +02:00
Logins ... 2024-10-29 10:52:35 +01:00
SignalRs Remove MessagePack; unify SignalR serialization model 2025-12-14 01:45:17 +01:00
AyCode.Services.Server.csproj Enhance JSON handling and add hybrid reference support 2025-12-08 15:50:48 +01:00