ModernUO/Projects/Server/Serialization
Kamron Batman 0dc4acc164
fix(core): Removes implicit cast between Serial and uint (#728)
* Fixes spellbooks using serial ctor
* Fixes misc items where someone thought they had an amount and it didn't
* Fixes all `Food` types.
2021-08-25 00:27:19 -07: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(core): Removes implicit cast between Serial and uint (#728) 2021-08-25 00:27:19 -07:00
BinaryFileWriter.cs fix(core): Updates to serialization (#590) 2021-05-09 00:10:39 -07:00
BufferReader.cs fix(core): Removes implicit cast between Serial and uint (#728) 2021-08-25 00:27:19 -07:00
BufferWriter.cs fix(core): Removes implicit cast between Serial and uint (#728) 2021-08-25 00:27:19 -07:00
GenericPersistence.cs feat: Source generated Serialization/Deserialization (#550) 2021-05-23 21:06:23 -07:00
IGenericReader.cs fix(core): Removes implicit cast between Serial and uint (#728) 2021-08-25 00:27:19 -07:00
IGenericWriter.cs fix(core): Removes implicit cast between Serial and uint (#728) 2021-08-25 00:27:19 -07: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 feat: Adds tidy option for serialization. Codegens ballotbox. Fixes pooled timer leaking (#681) 2021-08-14 03:02:53 -07:00
ISerializableExtensions.cs fix(codegen): Adds codegen for embedded objects and timer fields (#686) 2021-08-16 14:48:18 -07:00
Persistence.cs feat(logging): Adds support for Serilog (#573) 2021-04-19 23:43:54 -07:00