BinarySerializationFormatterContext Property

Gets or sets the StreamingContext used for serialization and deserialization.

Definition

Namespace: KGySoft.Serialization.Binary
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public StreamingContext Context { get; set; }

Property Value

StreamingContext

Implements

IFormatterContext

See Also