ModernUO/Projects/Server/Serialization
Kamron Batman aff2f15a6c
fix: Fixes guild deserialization (#867)
* Fixes guilds being marked as deleted because the leader hasn't been deserialized yet.
* Fixes LastSerialization issue.
2021-11-28 20:54:16 -08:00
..
Attributes fix(codegen): Codegens clothing (#714) 2021-08-24 23:11:59 -07:00
AdhocPersistence.cs fix(core): Updates to serialization (#590) 2021-05-09 00:10:39 -07:00
BinaryFileReader.cs fix: Adds Created, LastSerialized, and BeforeSerialize for all entities. (#775) 2021-09-26 01:09:45 -07:00
BinaryFileWriter.cs fix: Adds Created, LastSerialized, and BeforeSerialize for all entities. (#775) 2021-09-26 01:09:45 -07:00
BufferReader.cs fix: Fixes guild deserialization (#867) 2021-11-28 20:54:16 -08:00
BufferWriter.cs fix(core): Removes implicit cast between Serial and uint (#728) 2021-08-25 00:27:19 -07:00
GenericPersistence.cs fix: Cleans up file system paths and archiving (#815) 2021-10-05 08:54:44 -07:00
IGenericReader.cs fix: Adds Created, LastSerialized, and BeforeSerialize for all entities. (#775) 2021-09-26 01:09:45 -07:00
IGenericWriter.cs fix: Adds Created, LastSerialized, and BeforeSerialize for all entities. (#775) 2021-09-26 01:09:45 -07:00
IRawSerializable.cs fix(codegen): Fixes various code gen issues. Adds better embedded serialization support (#688) 2021-08-17 02:43:52 -07:00
ISerializable.cs fix: Adds Created, LastSerialized, and BeforeSerialize for all entities. (#775) 2021-09-26 01:09:45 -07:00
ISerializableExtensions.cs fix: Codegens some decorations (#806) 2021-09-26 20:02:16 -07:00
Persistence.cs feat(logging): Adds support for Serilog (#573) 2021-04-19 23:43:54 -07:00