Protocols.DeserializeQsCompilationFromSimpleBinary(Byte[]) 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.
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
Remarks
This method waits for Tasks to complete and may deadlock if invoked through a Task.