BroombridgeSerializer.Deserialize(TextReader) 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.
public static System.Collections.Generic.IEnumerable<Microsoft.Quantum.Chemistry.ElectronicStructureProblem> Deserialize (System.IO.TextReader reader);
static member Deserialize : System.IO.TextReader -> seq<Microsoft.Quantum.Chemistry.ElectronicStructureProblem>
Public Shared Function Deserialize (reader As TextReader) As IEnumerable(Of ElectronicStructureProblem)
Parameters
- reader
- TextReader