Table of Contents

ITMSFNCBaseCollectionIO Interface

Interface for collection types that support item creation during JSON deserialization; the persistence engine calls AddItem to append new items to the collection.

API unit family: TMSFNCPersistence

Syntax

ITMSFNCBaseCollectionIO = interface

Methods

Name Description
AddItem Creates a new item in the collection that corresponds to the given source object and returns it.