Binding System
Get It Now⭐
  • Welcome
  • Product
    • Minimal UI
    • Bind Class
    • Binding Values
    • Extending the System
      • Converters
      • Modifiers
      • Accessor Providers
    • Demo
    • Settings
    • Troubleshooting
      • Errors Visualization
      • Live Debug
      • Path Value Preview
    • Reserializer
    • Performance
    • FAQ
    • External Extensions
      • Odin Inspector
Powered by GitBook
On this page

Was this helpful?

  1. Product

Reserializer

PreviousPath Value PreviewNextPerformance

Last updated 9 months ago

Was this helpful?

Reserializer intercepts field type changes to/from bind type from/to standard type and applies a reserialization logic to transfer the data between these types keeping it the same.

When enabling the Reserializer, the very first compilation may take longer than normal, this is because Binding System is creating a database of currently defined fields to be able to detect changes.

For the serializer to work properly, assets need to be serialized in text mode.

The logic cannot perform reserialization on [SerializeReference] fields as of now.

Reserializer in action