Cysharp / MemoryPack

Zero encoding extreme performance binary serializer for C# and Unity.
MIT License
3.01k stars 182 forks source link

Remove default value detection #267

Closed hadashiA closed 3 months ago

hadashiA commented 3 months ago

From #242, I tried to pick up the default value from the source code, but then I got all sorts of errors.

Also, perhaps the problem in #265 cannot be solved with the same approach.

We decided to revert these functions for now.