ModernUO/Projects/Server/Json/Converters
Kamron Batman e869c105d0
fix(core): Fixes type caching & cleanup (#422)
- [X] Fixes some issues with the type caching
- [X] Changes type check default to ignore case
- [X] Splits out type caching of insensitive and sensitive lists. This means less stuff to iterate through when checking a type against the string.
- [X] Adds an ArrayEnumerator, mostly for reference purposes (copy/paste as needed)
2021-01-20 00:10:33 -08:00
..
IPEndPointConverter.cs chore: Code cleanup (#399) 2021-01-10 09:14:03 -08:00
IPEndPointConverterFactory.cs Adds property sorting for json output (#266) 2020-09-26 22:38:50 -07:00
MapConverter.cs Adds property sorting for json output (#266) 2020-09-26 22:38:50 -07:00
MapConverterFactory.cs Adds property sorting for json output (#266) 2020-09-26 22:38:50 -07:00
NullableStructSerializer.cs Adds property sorting for json output (#266) 2020-09-26 22:38:50 -07:00
NullableStructSerializerFactory.cs fix(core): Optimizes strings / .NET 5 compatibility changes (#354) 2020-12-20 23:21:55 -08:00
Point2DConverter.cs Adds property sorting for json output (#266) 2020-09-26 22:38:50 -07:00
Point2DConverterFactory.cs Adds property sorting for json output (#266) 2020-09-26 22:38:50 -07:00
Point3DConverter.cs Adds property sorting for json output (#266) 2020-09-26 22:38:50 -07:00
Point3DConverterFactory.cs Adds property sorting for json output (#266) 2020-09-26 22:38:50 -07:00
Rectangle3DConverter.cs Adds property sorting for json output (#266) 2020-09-26 22:38:50 -07:00
Rectangle3DConverterFactory.cs Adds property sorting for json output (#266) 2020-09-26 22:38:50 -07:00
TimeSpanConverter.cs chore: Code cleanup (#399) 2021-01-10 09:14:03 -08:00
TimeSpanConverterFactory.cs Adds property sorting for json output (#266) 2020-09-26 22:38:50 -07:00
TypeConverter.cs fix(core): Fixes type caching & cleanup (#422) 2021-01-20 00:10:33 -08:00
TypeConverterFactory.cs Adds property sorting for json output (#266) 2020-09-26 22:38:50 -07:00
WorldLocationConverter.cs Adds property sorting for json output (#266) 2020-09-26 22:38:50 -07:00
WorldLocationConverterFactory.cs Adds property sorting for json output (#266) 2020-09-26 22:38:50 -07:00