Reserializer

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.

Reserializer triggers only when there is a code change, either added or removed, involving one of the Bind<T> classes.

Reserializer in action

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.

Last updated

Was this helpful?