AyCode.Core/AyCode.Core.Tests/Serialization
Loretta 1a9e760b68 Fix Binary serialization of string DateTimes in attributes
Add regression tests for string-stored DateTime values in GenericAttribute-like collections, ensuring exact value preservation in Binary serialization. Fix AcBinaryDeserializer to only intern strings >= 4 chars, matching serializer logic and preventing intern table index mismatches. Refactor SignalR tests to run under both JSON and Binary modes, and add comprehensive tests for edge cases and production bug scenarios. Clean up test code and comments for clarity.
2025-12-12 22:59:54 +01:00
..
AcBinaryDateTimeSerializationTests.cs Fix Binary serialization of string DateTimes in attributes 2025-12-12 22:59:54 +01:00
AcBinarySerializerTests.cs Refactor: new high-performance binary serializer/deserializer 2025-12-12 21:03:39 +01:00