ModernUO/Projects/SerializationGenerator/SerializableMigration
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
..
Rules fix: Adds BitArray support with codegen (#888) 2021-12-13 09:31:02 -08:00
IPostDeserializeMethod.cs fix(codegen): Adds codegen for embedded objects and timer fields (#686) 2021-08-16 14:48:18 -07:00
ISerializableMigrationRule.cs fix(codegen): Fixes various code gen issues. Adds better embedded serialization support (#688) 2021-08-17 02:43:52 -07:00
SerializableMetadata.cs fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
SerializableMetadataComparer.cs fix(codegen): Creates multiple steps for serialization source generator (#628) 2021-05-31 11:54:59 -07:00
SerializableMigrationRulesEngine.cs Adds dictionary to codegen (#838) 2021-11-07 13:20:11 -08:00
SerializableMigrationSchema.cs feat: Updates to .NET 6 (#843) 2021-11-13 13:38:01 -08:00
SerializableProperty.cs fix(codegen): Removes unused json fields (#691) 2021-08-17 09:51:08 -07:00
SerializablePropertyComparer.cs fix(codegen): Creates multiple steps for serialization source generator (#628) 2021-05-31 11:54:59 -07:00