2021.908
Adds new serializer system that is set to replace the old one. most cases everything will work as normal, but some parts will no longer work. This can be fixed by:
- Using the new
ApiSerializer
instead ofISerializer
- Using SerializerResolver.Register<T, TSerializer>() instead of
IntermediateSerializer