ObjectSerializer.DeserializeObject(Stream, 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::Object ^ DeserializeObject(System::IO::Stream ^ s, Microsoft::XLANGs::Core::StringLookup ^ lookup);
public static object DeserializeObject (System.IO.Stream s, Microsoft.XLANGs.Core.StringLookup lookup);
static member DeserializeObject : System.IO.Stream * Microsoft.XLANGs.Core.StringLookup -> obj
Public Shared Function DeserializeObject (s As Stream, lookup As StringLookup) As Object
Parameters
- s
- Stream
- lookup
- StringLookup