ModernUO/Projects/Server/Serialization
Kamron Batman e6d30fef0f
fix: Reverts GetAccount to use IAccount. Adds IAccount to serialization. (#1565)
### Summary

- Fixes usernames not being `Intern`ed
- Reverts methods related to getting accounts from returning `Account` to `IAccount`.
- Makes `IAccount` also `ISerializable`
- Adds `IGenericReader.ReadAccount()` and `IGenericWriter.Write(IAccount)` -> The read method supports the original serialization of username, and using `IAccount.Serial`. The write method only serializes the `Serial`.
- Exposes `ReadStringRaw()` to allow some advanced scenarios.
2023-10-25 19:17:57 -07:00
..
Attributes chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
AdhocPersistence.cs fix: Cleans up entity persistence. Generalizes Mobiles/Items/Guilds (#1528) 2023-10-01 22:10:47 -07:00
BinaryFileReader.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
BinaryFileWriter.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
BufferReader.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
BufferWriter.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
GenericEntityPersistence.cs fix: Fixes item serials (#1551) 2023-10-15 16:58:51 -07:00
GenericPersistence.cs fix: Fixes serialization threading, moves world save to end of loop, and eliminates Parallel.ForEach. (#1530) 2023-10-03 00:42:49 -07:00
IGenericReader.cs fix: Reverts GetAccount to use IAccount. Adds IAccount to serialization. (#1565) 2023-10-25 19:17:57 -07:00
IGenericWriter.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
ISerializable.cs fix: Fixes serialization threading, moves world save to end of loop, and eliminates Parallel.ForEach. (#1530) 2023-10-03 00:42:49 -07:00
ISerializableExtensions.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
Persistence.cs chore: Cleans up unused imports (#1550) 2023-10-15 11:45:42 -07:00
SerializationExtensions.cs fix: Adds generic entity persistence support and BOBEntry as entities (#1527) 2023-10-01 17:38:52 -07:00