Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

%Collection.MV.ArrayOfObj

class %Collection.MV.ArrayOfObj extends %Collection.ArrayOfObj

Method Inventory

Parameters

parameter IdCollection = 1;
Inherited description: If true then in the container we have an array of id's rather than an array of oid's

Methods

method DeSerialize(serialized As %String(MAXLEN="")) as %Status
Inherited description: Deserialize from string created with Serialize() back to collection
method Serialize(force As %Integer = 0) as %String
Serialize() constructs a serialized form of the collection as a string

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab