ModernUO/Projects/Server/Serialization
Kamron Batman 3c7355f5c4
feat: mark WriteDeltaTime obsolete; document ReadDeltaTime as legacy-decode-only
WriteDeltaTime has no remaining callers - with warnings-as-errors, any new
delta-time write now fails the build with migration instructions in the
message. ReadDeltaTime stays un-attributed: its ~25 remaining callers (old-
version fallbacks and generated migration replays) decode existing bytes and
are correct forever; its docs now say exactly that.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-22 19:32:47 -07:00
..
Attributes fix: Bumps deps. Updates copyrights (#2353) 2026-03-05 19:36:54 -08:00
AdhocPersistence.cs perf(saves): eliminate world-save freeze bottlenecks (~9.5x faster freeze) (#2525) 2026-07-16 22:53:28 -07:00
BinaryFileReader.cs feat: anchored-time infrastructure with a save-start anchor in idx v5 (#2585) 2026-08-22 15:59:39 -07:00
BufferReader.cs feat: anchored-time infrastructure with a save-start anchor in idx v5 (#2585) 2026-08-22 15:59:39 -07:00
BufferWriter.cs feat: mark WriteDeltaTime obsolete; document ReadDeltaTime as legacy-decode-only 2026-08-22 19:32:47 -07:00
FileBufferWriter.cs perf(saves): eliminate world-save freeze bottlenecks (~9.5x faster freeze) (#2525) 2026-07-16 22:53:28 -07:00
GenericEntityPersistence.cs feat: convert all delta-time serialization to anchored time 2026-08-22 19:19:42 -07:00
GenericPersistence.cs feat: convert all delta-time serialization to anchored time 2026-08-22 19:19:42 -07:00
IGenericReader.cs feat: mark WriteDeltaTime obsolete; document ReadDeltaTime as legacy-decode-only 2026-08-22 19:32:47 -07:00
IGenericSerializable.cs perf(saves): eliminate world-save freeze bottlenecks (~9.5x faster freeze) (#2525) 2026-07-16 22:53:28 -07:00
IGenericWriter.cs feat: mark WriteDeltaTime obsolete; document ReadDeltaTime as legacy-decode-only 2026-08-22 19:32:47 -07:00
ISerializable.cs fix: Bumps deps. Updates copyrights (#2353) 2026-03-05 19:36:54 -08:00
ISerializableExtensions.cs fix: Bumps deps. Updates copyrights (#2353) 2026-03-05 19:36:54 -08:00
Persistence.cs perf(saves): eliminate world-save freeze bottlenecks (~9.5x faster freeze) (#2525) 2026-07-16 22:53:28 -07:00
SerializationChunkSource.cs perf(saves): eliminate world-save freeze bottlenecks (~9.5x faster freeze) (#2525) 2026-07-16 22:53:28 -07:00
SerializationExtensions.cs feat: Refactor Poison system, implement Darkglow & Parasitic effects (#2385) 2026-03-21 21:27:22 -07:00
SerializationThreadWorker.cs perf(saves): eliminate world-save freeze bottlenecks (~9.5x faster freeze) (#2525) 2026-07-16 22:53:28 -07:00
ShadowDictionaryEntries.cs perf(saves): eliminate world-save freeze bottlenecks (~9.5x faster freeze) (#2525) 2026-07-16 22:53:28 -07:00
UnmanagedDataReader.cs feat: anchored-time infrastructure with a save-start anchor in idx v5 (#2585) 2026-08-22 15:59:39 -07:00