ModernUO/Projects/Server/Serialization/Attributes
Kamron Batman 1323162628
fix(codegen): Adds codegen for embedded objects and timer fields (#686)
* Adds code genning for embedded objects. See `AquariumState` as an example.
* Adds code genning for fields that are `Timer`. See `Aquarium` as an example.
* Codegens aquariums
* Fixes missing option for most primitive field types.
2021-08-16 14:48:18 -07:00
..
DeltaDateTimeAttribute.cs feat: Adds tidy option for serialization. Codegens ballotbox. Fixes pooled timer leaking (#681) 2021-08-14 03:02:53 -07:00
DeserializeTimerField.cs fix(codegen): Adds codegen for embedded objects and timer fields (#686) 2021-08-16 14:48:18 -07:00
EmbeddedSerializableAttribute.cs fix(codegen): Adds codegen for embedded objects and timer fields (#686) 2021-08-16 14:48:18 -07:00
EncodedIntAttribute.cs feat: Adds tidy option for serialization. Codegens ballotbox. Fixes pooled timer leaking (#681) 2021-08-14 03:02:53 -07:00
InternStringAttribute.cs feat: Adds tidy option for serialization. Codegens ballotbox. Fixes pooled timer leaking (#681) 2021-08-14 03:02:53 -07:00
InvalidatePropertiesAttribute.cs feat: Adds tidy option for serialization. Codegens ballotbox. Fixes pooled timer leaking (#681) 2021-08-14 03:02:53 -07:00
SerializableAttribute.cs feat: Adds tidy option for serialization. Codegens ballotbox. Fixes pooled timer leaking (#681) 2021-08-14 03:02:53 -07:00
SerializableFieldAttribute.cs feat: Adds tidy option for serialization. Codegens ballotbox. Fixes pooled timer leaking (#681) 2021-08-14 03:02:53 -07:00
SerializableFieldAttributeAttribute.cs feat: Adds tidy option for serialization. Codegens ballotbox. Fixes pooled timer leaking (#681) 2021-08-14 03:02:53 -07:00
SerializableParentAttribute.cs fix(codegen): Adds codegen for embedded objects and timer fields (#686) 2021-08-16 14:48:18 -07:00
TidyAttribute.cs feat: Adds tidy option for serialization. Codegens ballotbox. Fixes pooled timer leaking (#681) 2021-08-14 03:02:53 -07:00
TimerDriftAttribute.cs fix(codegen): Adds codegen for embedded objects and timer fields (#686) 2021-08-16 14:48:18 -07:00