🧱Custom Accessors

This section is reserved for very experienced developers

The core of Binding System relies on combining various types of IAccessors to provide a fast access to bound values. There are plenty of accessors already available to the core, but it is also possible to add new ones. A custom implementation of an IAccessor is advisable only to very expert developers, with great expertise in generics, reflection and code optimizations and stripping.

To start developing custom accessors, developers are encouraged to start tinkering around with the APIs which are well documented and to analyze already existing accessors.

Last updated