mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-04 11:07:12 +02:00
* Change serialization reading to only do type checks once per type * Optimize for sealed types in arrays * Oops the context * Fix ISelfSerialize node type and null values * Add int read test * Remove nullability from constructor and property of DeserializedValue * Add clearing readers to serialization shutdown * Fix struct populate default values Remove some notnull constraints * Replace robust gen with normal il generator