%Collection.MV.ArrayOfObj
Class %Collection.MV.ArrayOfObj Extends %Collection.ArrayOfObj [ System = 2 ]
Parameters
IdCollection
Parameter IdCollection As BOOLEAN = 1;
Methods
Serialize
Method Serialize(force As %Integer = 0) As %String(MAXLEN="")
Serialize() constructs a serialized form of the collection as a string
DeSerialize
Method DeSerialize(serialized As %String(MAXLEN="")) As %Status