class %Collection.MV.ListOfStream
extends %Collection.ListOfStream
parameter IdCollection = 1;
If true then in the container we have an array of id's rather than an array of oid's
method DeSerialize(serialized As %String(MAXLEN=""))
as %Status
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