BinarySerializationFormatterOptions Property

Options used for serialization and deserialization.
See the BinarySerializationOptions enumeration for details.

Definition

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

Property Value

BinarySerializationOptions

See Also