ModernUO/Projects/Server.Tests/Tests/Serialization
Kamron Batman 3b11a376f0
perf(saves): delete SerializedTypes.db write path and runtime type tracking
The idx v4 type table supersedes the global type queue: workers no longer
enqueue every Write(Type) into a shared ConcurrentQueue during the freeze,
WriteFiles no longer drains and dedupes millions of entries, and the db file
is no longer produced. Loading old saves still reads SerializedTypes.db via
the legacy v2/v3 path.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-16 22:38:49 -07:00
..
BufferWriterTests.cs Removes MemoryMapFileWriter 2026-07-16 22:38:47 -07:00
DecimalSerializationTests.cs chore: Use var everywhere (#2294) 2025-12-27 16:47:28 -08:00
EnumConversionTests.cs fix: Fixes spawner timer deserialization, decimal deserialization, and adds potion keg reverse lookup (#1711) 2024-03-28 13:34:12 -07:00
FileBufferWriterTests.cs perf(saves): delete SerializedTypes.db write path and runtime type tracking 2026-07-16 22:38:49 -07:00
GenericEntityPersistenceRoundTripTests.cs perf(saves): delete SerializedTypes.db write path and runtime type tracking 2026-07-16 22:38:49 -07:00
GenericEntityPersistenceTypeTableTests.cs test(saves): lock unresolved-type handling in v4 and legacy v3 loading 2026-07-16 22:38:49 -07:00
SerializationChunkSourceTests.cs perf(saves): drop the 9-byte per-entity placement state; write snapshots from worker segment logs 2026-07-16 22:38:47 -07:00
ShadowDictionaryEntriesTests.cs perf(saves): drop the 9-byte per-entity placement state; write snapshots from worker segment logs 2026-07-16 22:38:47 -07:00
TypeConverterTests.cs chore: Use var everywhere (#2294) 2025-12-27 16:47:28 -08:00