ModernUO/Projects/Server/Serialization
Kamron Batman 49e6c6f2d1
fix: Adds AfterSerialize support. Removes BeforeSerialize support. (#1208)
### Changes
* Implements an AfterSerialize method that is executed synchronously.
* Removes `BeforeSerialize` support since it was dangerous in its current implementation.
* Moves PlayerMobile kill/virtual decay to AfterSerialize.
* Adds kill decay to after Deserialize.
2022-10-27 23:27:22 -07:00
..
Attributes fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
AdhocPersistence.cs fix: Adds ReadType/Write(Type) and improves type referencing (#1172) 2022-10-11 22:17:22 -07:00
BinaryFileReader.cs fix: Adds ReadType/Write(Type) and improves type referencing (#1172) 2022-10-11 22:17:22 -07:00
BinaryFileWriter.cs fix: Adds ReadType/Write(Type) and improves type referencing (#1172) 2022-10-11 22:17:22 -07:00
BufferReader.cs fix: Adds ReadType/Write(Type) and improves type referencing (#1172) 2022-10-11 22:17:22 -07:00
BufferWriter.cs fix: Adds ReadType/Write(Type) and improves type referencing (#1172) 2022-10-11 22:17:22 -07:00
GenericPersistence.cs fix: Adds AfterSerialize support. Removes BeforeSerialize support. (#1208) 2022-10-27 23:27:22 -07:00
IGenericReader.cs fix: Adds ReadType/Write(Type) and improves type referencing (#1172) 2022-10-11 22:17:22 -07:00
IGenericWriter.cs fix: Adds ReadType/Write(Type) and improves type referencing (#1172) 2022-10-11 22:17:22 -07:00
ISerializable.cs fix: Adds AfterSerialize support. Removes BeforeSerialize support. (#1208) 2022-10-27 23:27:22 -07:00
ISerializableExtensions.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
Persistence.cs fix: Adds AfterSerialize support. Removes BeforeSerialize support. (#1208) 2022-10-27 23:27:22 -07:00
SerializationExtensions.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00