Ruff Binary Serializer
New binary serializer to replace JSON - easy to use like JSON and optimized similar to Protobuf.
by z-dev
Price History +
Having amount of data in JSON - leads to a number of performance issues, such as increased crash/anr rate, application startup time, especially if to store in PlayerPrefs and growth build size
It's easy to use with single line - Ruff.Save(path, object), no advanced markup or ids required.