AyCode.Core/AyCode.Services.Server.Tests
Loretta f9dc9a65fb High-performance, thread-safe JSON and data source overhaul
- Introduced AcJsonSerializer/Deserializer: fast, reflection-free, streaming JSON with optimized $id/$ref handling and Base62 IDs.
- Default serialization now uses new serializers; falls back to Newtonsoft for complex cases.
- Extensive type/property caching for performance and thread safety.
- Refactored MergeContractResolver and collection merge logic; all merge/populate operations use centralized caches.
- AcObservableCollection and AcSignalRDataSource are now fully thread-safe and support batch operations.
- SignalResponseMessage<T> supports lazy deserialization and direct JSON access.
- Added comprehensive unit tests and benchmarks for serialization, deserialization, and collection operations.
- Updated .gitignore and solution files; refactored core classes for clarity and performance.
2025-12-09 03:24:51 +01:00
..
LoginServices ForgotPassword 2024-08-02 17:58:19 +02:00
SignalRs High-performance, thread-safe JSON and data source overhaul 2025-12-09 03:24:51 +01:00
AyCode.Services.Server.Tests.csproj microsoft packages update 2025-12-01 16:18:36 +01:00