ModernUO/Projects/Server/Serialization
Kamron Batman 313eda6a3e
Speeds up world loading (#315)
- [X] Speeds up world loading
- [X] Removes PeekChar cause it wasn't used
- [X] Adds a BufferReader
- [X] Removes BinaryFileReader
- [X] Removes reading/writing `char` since it is not consistent and will cause a deserialize issue if used.

Bumps version release
2020-11-16 21:58:58 -08:00
..
BinaryFileWriter.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
BufferReader.cs Speeds up world loading (#315) 2020-11-16 21:58:58 -08:00
BufferWriter.cs Speeds up world loading (#315) 2020-11-16 21:58:58 -08:00
IGenericReader.cs Speeds up world loading (#315) 2020-11-16 21:58:58 -08:00
IGenericWriter.cs Speeds up world loading (#315) 2020-11-16 21:58:58 -08:00
ISerializable.cs Fixes bugs in world save (#297) 2020-11-01 17:22:18 -08:00