Public Instance Methods : IdSstLwLoader
sstLoadFrom: stream register: flag
"ACTION
Load and return the next object from @stream according to the
loading format defined by the receiver. Typically the receiver will
be a class and will be able to load instances of itself and its
subclasses.
If @flag is true then ensure that the resultant object is registered
with @stream. Registering an object is required to maintain object
identity within a particular marshaled object group. It is vital that
the resultant be registered before any other sub-objects.
PARAMETERS
stream : <SstSTObjectReadStream>
flag : <Boolean>
RETURN VALUE
<Object>"
[FIRST] [PREV] [NEXT] [LAST]