Table of Contents

ITMSMCPBasePersistenceIO 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: TMS.MCP.Persistence

Syntax

ITMSMCPBasePersistenceIO = interface

Methods

Name Description
CreateObject Creates and returns a new instance of the class identified by AClassName, constrained to be a descendant of ABaseClass.