osu/osu.Game/IO/Serialization
Bartłomiej Dach 628e7a71ed Ignore possible nulls in `Type.GetType()` calls
They're mostly used in extensibility scenarios, so everything happens in
runtime. There is no better resolution than to crash with a null
reference exception.
2021-05-15 00:09:34 +02:00
..
Converters Ignore possible nulls in `Type.GetType()` calls 2021-05-15 00:09:34 +02:00
IJsonSerializable.cs Remove empty <returns> xmldoc 2021-04-12 17:46:14 +09:00
KeyContractResolver.cs