SharedObjectVisitor

SharedObjectVisitor
Scaleform::GFx::SharedObjectVisitor
Declaration
class SharedObjectVisitor : public RefCountBaseNTS<SharedObjectVisitor, Stat_Default_Mem>;
Description

SharedObjectVisitor is an interface for shared object representations and is used in both reading and writing data to/from physical media and other sources. Reading occurs from ActionScript when the SharedObject.getLocal method is invoked. Writing occurs from ActionScript when the SharedObject.flush method is invoked.

Methods
Method 
Description 
Adds a named property to the locally stored shared object. 
Notifies the reader or the writer that data processing has begun. 
End 
Notifies the reader or writer that data processing has ended. 
Notifies the reader or writer that an array element has been processed. 
Notifies the reader or writer that an object element has been processed. 
Notifies the reader or writer that an array element is about to be processed. 
PushObject notifies the reader or writer that an object element is about to be processed. 
File

GFx_SharedObject.h