ITMSFNCBasePersistenceIO Interface
Base interface for persistence I/O helpers that can create objects by class name; used by the JSON deserializer to reconstruct typed instances.
API unit family: TMSFNCPersistence
Syntax
ITMSFNCBasePersistenceIO = interface
Methods
| Name | Description |
|---|---|
| CreateObject | Creates and returns a new instance of the class identified by AClassName, constrained to be a descendant of ABaseClass. |