اقرأ باللغة الإنجليزية تحرير

مشاركة عبر


WebRequest.GetObjectData(SerializationInfo, StreamingContext) Method

Definition

Caution

Serialization has been deprecated for WebRequest.

Populates a SerializationInfo with the data needed to serialize the target object.

[System.Obsolete("Serialization has been deprecated for WebRequest.")]
protected virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext);
protected virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext);

Parameters

serializationInfo
SerializationInfo

The SerializationInfo to populate with data.

streamingContext
StreamingContext

A StreamingContext that specifies the destination for this serialization.

Attributes

Remarks

Any objects included in the SerializationInfo are automatically tracked and serialized by the formatter.

Applies to