Serialization
01 Syntax
Microsoft.VisualBasic.MIME.text.yaml.Serialization
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| LoadYAML | 1 | De-serialization of the yaml document file as the required .NET CLR object |
| LoadYAML | 1 | |
| LoadYAMLDocument | 1 |
03 Members
LoadYAML``1(
String)De-serialization of the yaml document file as the required .NET CLR object
Type Parameters
| Name | Description |
|---|---|
T | the type information of the required .NET CLR object to be deserialization from the YAML document data |
Parameters
| Name | Type | Description |
|---|---|---|
path | String | 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.
LoadYAML(
String)LoadYAMLDocument(
String)