RelationshipManager.OnSerializing(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.
Called by Object Services to prepare an EntityKey for binary serialization with a serialized relationship.
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2238:ImplementSerializationMethodsCorrectly")]
[System.Runtime.Serialization.OnSerializing]
public void OnSerializing(System.Runtime.Serialization.StreamingContext context);
member this.OnSerializing : System.Runtime.Serialization.StreamingContext -> unit
Public Sub OnSerializing (context As StreamingContext)
Parameters
- context
- StreamingContext
Describes the source and destination of a given serialized stream, and provides an additional caller-defined context.
- Attributes