Protocols.DeserializeQsCompilationFromSimpleBinary(Byte[]) Method

Definition

Deserializes a Q# compilation object from its Bond simple binary representation.

public static Microsoft.Quantum.QsCompiler.SyntaxTree.QsCompilation? DeserializeQsCompilationFromSimpleBinary (byte[] byteArray);
static member DeserializeQsCompilationFromSimpleBinary : byte[] -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsCompilation
Public Shared Function DeserializeQsCompilationFromSimpleBinary (byteArray As Byte()) As QsCompilation

Parameters

byteArray
Byte[]

Bond simple binary representation of a Q# compilation object.

Returns

QsCompilation

Remarks

This method waits for Tasks to complete and may deadlock if invoked through a Task.

Applies to