nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.MIME.text.yaml / Serialization

Serialization

Full name Microsoft.VisualBasic.MIME.text.yaml.Serialization Assembly Microsoft.VisualBasic.MIME.text.yaml Members 3

01 Syntax

Microsoft.VisualBasic.MIME.text.yaml.Serialization

02 Methods

NameOverloadsSummary
LoadYAML 1 De-serialization of the yaml document file as the required .NET CLR object
LoadYAML 1
LoadYAMLDocument 1

03 Members

method LoadYAML #
LoadYAML``1(String)

De-serialization of the yaml document file as the required .NET CLR object

Type Parameters
NameDescription
T

the type information of the required .NET CLR object to be deserialization from the YAML document data

Parameters
NameTypeDescription
pathString

file path to the target yaml document file

Returns

Target .NET clr object that de-serialized from the given yaml document file, contains the data that read from the yaml document file.

method LoadYAML #
LoadYAML(String)
method LoadYAMLDocument #
LoadYAMLDocument(String)