Méthode | Description | |
---|---|---|
Accepts ( System type ) : bool | ||
GuidConverter ( bool jsonCompatible ) : YamlDotNet.Core | ||
ReadYaml ( Core parser, System type ) : object | ||
WriteYaml ( Core emitter, object value, System type ) : void |
public GuidConverter ( bool jsonCompatible ) : YamlDotNet.Core | ||
jsonCompatible | bool | |
Résultat | YamlDotNet.Core |
public ReadYaml ( Core parser, System type ) : object | ||
parser | Core | |
type | System | |
Résultat | object |
public WriteYaml ( Core emitter, object value, System type ) : void | ||
emitter | Core | |
value | object | |
type | System | |
Résultat | void |