ModernUO/Projects/SerializationGenerator
Kamron Batman 75db56edc4
fix(core): Fixes accounts and moves it to codegen (#644)
- [X] Fixes TimeSpan not working with codegen
- [X] Fixes bad check for generic classes with a serialize method and deserialize ctor
- [X] Moves Accounts to codegen so it is versioned
- [X] Fixes deserialization of old Accounts with no version variable.
- [X] Fixes deserialize seek not doing anything. 🙈 
- [X] Adds Email to serialization
2021-06-05 19:39:16 -07:00
..
SerializableEntityGeneration fix(core): Fixes accounts and moves it to codegen (#644) 2021-06-05 19:39:16 -07:00
SerializableMigration fix(core): Fixes accounts and moves it to codegen (#644) 2021-06-05 19:39:16 -07:00
SourceGeneration fix(core): Fixes accounts and moves it to codegen (#644) 2021-06-05 19:39:16 -07:00
EntitySerializationGenerator.cs fix(codegen): Creates multiple steps for serialization source generator (#628) 2021-05-31 11:54:59 -07:00
IsExternalInit.cs feat: Source generated Serialization/Deserialization (#550) 2021-05-23 21:06:23 -07:00
SerializationGenerator.csproj fix(codegen): Fixes codegen on VS2019 (#629) 2021-05-31 16:30:17 -07:00
SerializerSyntaxReceiver.cs fix(codegen): Adds access modifiers to serializable fields (#633) 2021-06-01 22:53:51 -07:00
Utility.cs fix(codegen): Creates multiple steps for serialization source generator (#628) 2021-05-31 11:54:59 -07:00