Skip to content

2021.908

Compare
Choose a tag to compare
@aspriddell aspriddell released this 08 Sep 17:00
· 401 commits to master since this release
163543b

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 of ISerializer
  • Using SerializerResolver.Register<T, TSerializer>() instead of IntermediateSerializer