IDeserializableObject.IsBinaryFormat Property

Definition

Returns true if the underlying object got serialized in binary format and false if it was with JSON.

public:
 property bool IsBinaryFormat { bool get(); };
public bool IsBinaryFormat { get; }
member this.IsBinaryFormat : bool
Public ReadOnly Property IsBinaryFormat As Boolean

Property Value

Applies to