ModernUO/Projects/Server/Serialization
Kamron Batman b125146b27
fix: Adds BitArray support with codegen (#888)
* Adds a custom BitArray class with the following added features:
  * ctor for creating BitArray against read only span
  * ctor for creating BitArray against BinaryReader
  * CopyTo to copy a BitArray to a Span
* Adds BitArray to UO Primitive serialization so it can be codegenned.
2021-12-13 09:31:02 -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 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: Adds BitArray support with codegen (#888) 2021-12-13 09:31:02 -08:00
BufferWriter.cs fix: Adds BitArray support with codegen (#888) 2021-12-13 09:31:02 -08: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
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