ModernUO/Projects/Server/Serialization
Kamron Batman 6b3617b08f
fix: Fixes BitArray serialization (#1027)
Fixes bit array serialization. This may cause objects that were serialized by bit array to fail to deserialize. I am sorry, please accept my condolences. It is probably easiest to just delete those objects. If it becomes a major problem, contact me and I'll help with a hacky per-case solution.
2022-05-18 17:25:03 -07:00
..
Attributes fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
AdhocPersistence.cs fix(core): Updates to serialization (#590) 2021-05-09 00:10:39 -07:00
BinaryFileReader.cs fix: Adds BitArray support with codegen (#888) 2021-12-13 09:31:02 -08: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 BitArray serialization (#1027) 2022-05-18 17:25:03 -07:00
BufferWriter.cs fix: Fixes BitArray serialization (#1027) 2022-05-18 17:25:03 -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 BitArray support with codegen (#888) 2021-12-13 09:31:02 -08:00
IGenericWriter.cs fix: Adds BitArray support with codegen (#888) 2021-12-13 09:31:02 -08: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 fix: Fixes factions and makes it static (#993) 2022-05-10 11:57:37 -07:00
SerializationExtensions.cs fix: Adds Poison to codegen (#1002) 2022-04-18 00:05:44 -07:00