AyCode.Core/AyCode.Services.Server.Tests/SignalRs
Loretta bc30a3aede Refactor: Add high-perf JSON serializer & merge support
- Introduced AcJsonSerializer/AcJsonDeserializer in AyCode.Core.Serializers.Jsons, optimized for IId<T> reference and circular reference handling.
- Added AcJsonSerializerOptions/AcSerializerOptions for configurable reference handling and max depth.
- Implemented fast-path streaming (Utf8JsonReader/Writer) with fallback to DOM for reference scenarios.
- Added type metadata/property accessor caching for performance.
- Provided robust object/collection population with merge semantics for IId<T> collections.
- Added AcJsonDeserializationException for detailed error reporting.
- Implemented UnifiedMergeContractResolver for Newtonsoft.Json, supporting JsonNoMergeCollectionAttribute to control merge behavior.
- Added IdAwareCollectionMergeConverter<TItem, TId> for merging IId<T> collections by ID.
- Included helpers for ID extraction and semantic ID generation.
- Added DeepPopulateWithMerge extension for deep merging.
- Optimized with frozen dictionaries, pre-encoded property names, and context pooling.
- Ensured compatibility with both System.Text.Json and Newtonsoft.Json.
2025-12-14 19:34:49 +01:00
..
SignalRClientToHubTest.cs Refactor: Add high-perf JSON serializer & merge support 2025-12-14 19:34:49 +01:00
SignalRDataSourceTests.cs Refactor: Add high-perf JSON serializer & merge support 2025-12-14 19:34:49 +01:00
SignalRTestHelper.cs Remove MessagePack; unify SignalR serialization model 2025-12-14 01:45:17 +01:00
TestSignalRService2.cs Unify SignalR response serialization (JSON/Binary/Brotli) 2025-12-13 23:01:18 +01:00
TestSignalRTags.cs Unify SignalR response serialization (JSON/Binary/Brotli) 2025-12-13 23:01:18 +01:00
TestableSignalRClient2.cs Remove MessagePack; unify SignalR serialization model 2025-12-14 01:45:17 +01:00
TestableSignalRHub2.cs Refactor: Add high-perf JSON serializer & merge support 2025-12-14 19:34:49 +01:00