%Collection.MV.ListOfStream
Class %Collection.MV.ListOfStream Extends %Collection.ListOfStream [ System = 4 ]
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