ITMSFNCCustomReadWriteIO Interface
Optional interface for objects that need to intercept individual property reads and writes during JSON persistence; implement to handle custom or non-RTTI properties.
API unit family: TMSFNCPersistence
Syntax
ITMSFNCCustomReadWriteIO = interface
Methods
| Name | Description |
|---|---|
| CustomReadProperty | Called before a property is read from JSON, allowing the implementor to supply a custom value or suppress the default read. |
| CustomWriteProperty | Called before a property is written to JSON, allowing the implementor to write a custom value or suppress the default write. |