Replaces legacy JSON-in-Binary parameter envelopes with a length-prefixed, per-parameter binary format for all client→server calls. Introduces SerializeParametersToBinary and DeserializeParametersFromBinary for type-safe, zero-copy parameter handling. Marks IdMessage, SignalPostJsonDataMessage, and related wrappers as obsolete. Updates all client CRUD/messaging helpers and server-side dispatch to use object[] binary serialization. Adds DataSerializerType to SignalReceiveParams for response format indication. Updates tests and documentation to reflect new protocol. BREAKING CHANGE: not compatible with previous JSON-in-Binary clients/servers. |
||
|---|---|---|
| .. | ||
| SignalRs | ||
| AyCode.Services.Tests.csproj | ||
| MSTestSettings.cs | ||
| README.md | ||
README.md
AyCode.Services.Tests
@project { type = "test" }
MSTest project for service layer testing. Focuses on SignalR message serialization round-trips.
Folder Structure
| Folder | Purpose |
|---|---|
SignalRs/ |
SignalR message serialization/deserialization tests |
Key Files (Root)
MSTestSettings.cs— Assembly-level parallel test execution (MethodLevel scope).