ModernUO/Projects/Server/Serialization
Kamron Batman 9887818e7e
fix: Prevent cascading deletes during world deserialization (#2298)
### Summary

Fixes an issue where deleting entities during world load can cause cascading delete failures when the world is not fully loaded.
2025-12-28 17:54:53 -08:00
..
Attributes chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
AdhocPersistence.cs chore: Use var everywhere (#2294) 2025-12-27 16:47:28 -08:00
BinaryFileReader.cs fix: Eliminate intermediate string in typecache (#2176) 2025-05-06 21:04:54 -07:00
BufferReader.cs feat: Updates serialization to use MMF (considerable memory savings) (#1841) 2024-06-23 10:51:20 -07:00
BufferWriter.cs feat: Upgrades serialization v4 (Threaded Heap Serialization) (#1947) 2024-09-14 09:57:43 -07:00
GenericEntityPersistence.cs fix: Prevent cascading deletes during world deserialization (#2298) 2025-12-28 17:54:53 -08:00
GenericPersistence.cs feat: Upgrades serialization v4 (Threaded Heap Serialization) (#1947) 2024-09-14 09:57:43 -07:00
IGenericReader.cs chore: Use var everywhere (#2294) 2025-12-27 16:47:28 -08:00
IGenericSerializable.cs feat: Upgrades serialization v4 (Threaded Heap Serialization) (#1947) 2024-09-14 09:57:43 -07:00
IGenericWriter.cs chore: Use var everywhere (#2294) 2025-12-27 16:47:28 -08:00
ISerializable.cs feat: Updates serialization to use MMF (considerable memory savings) (#1841) 2024-06-23 10:51:20 -07:00
ISerializableExtensions.cs feat: Updates serialization to use MMF (considerable memory savings) (#1841) 2024-06-23 10:51:20 -07:00
MemoryMapFileWriter.cs feat: Upgrades serialization v4 (Threaded Heap Serialization) (#1947) 2024-09-14 09:57:43 -07:00
Persistence.cs chore: Use var everywhere (#2294) 2025-12-27 16:47:28 -08:00
SerializationExtensions.cs chore: Use var everywhere (#2294) 2025-12-27 16:47:28 -08:00
SerializationThreadWorker.cs feat: Upgrades serialization v4 (Threaded Heap Serialization) (#1947) 2024-09-14 09:57:43 -07:00
UnmanagedDataReader.cs fix: Eliminate intermediate string in typecache (#2176) 2025-05-06 21:04:54 -07:00