ObjectSerializer.SerializeStateManager(IStateManager, StringLookup) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static System::IO::Stream ^ SerializeStateManager(Microsoft::XLANGs::Core::IStateManager ^ stateMgr, Microsoft::XLANGs::Core::StringLookup ^ lookup);
public static System.IO.Stream SerializeStateManager (Microsoft.XLANGs.Core.IStateManager stateMgr, Microsoft.XLANGs.Core.StringLookup lookup);
static member SerializeStateManager : Microsoft.XLANGs.Core.IStateManager * Microsoft.XLANGs.Core.StringLookup -> System.IO.Stream
Public Shared Function SerializeStateManager (stateMgr As IStateManager, lookup As StringLookup) As Stream
Parameters
- stateMgr
- IStateManager
- lookup
- StringLookup