The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
NetDataContractSerializer Constructor (StreamingContext)
.NET Framework (current version)
Initializes a new instance of the NetDataContractSerializer class with the supplied streaming context data.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
Parameters
- context
-
Type:
System.Runtime.Serialization::StreamingContext
A StreamingContext that contains context data.
The StreamingContext class allows you to pass in user-specific context data to use while reading and writing objects.
The following example creates an instance of the NetDataContractSerializer using a StreamingContext.
.NET Framework
Available since 3.0
Available since 3.0
Show: