EntityKey.OnDeserializing(StreamingContext) 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.
Helper method that is used to deserialize an EntityKey.
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2238:ImplementSerializationMethodsCorrectly")]
[System.Runtime.Serialization.OnDeserializing]
public void OnDeserializing(System.Runtime.Serialization.StreamingContext context);
member this.OnDeserializing : System.Runtime.Serialization.StreamingContext -> unit
Public Sub OnDeserializing (context As StreamingContext)
Parameters
- context
- StreamingContext
Describes the source and destination of a given serialized stream, and provides an additional caller-defined context.
- Attributes