C# Class YamlDotNet.Serialization.Converters.GuidConverter

Converter for System.Guid.
Inheritance: IYamlTypeConverter
Afficher le fichier Open project: aaubry/YamlDotNet

Méthodes publiques

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

Method Details

Accepts() public méthode

public Accepts ( System type ) : bool
type System
Résultat bool

GuidConverter() public méthode

public GuidConverter ( bool jsonCompatible ) : YamlDotNet.Core
jsonCompatible bool
Résultat YamlDotNet.Core

ReadYaml() public méthode

public ReadYaml ( Core parser, System type ) : object
parser Core
type System
Résultat object

WriteYaml() public méthode

public WriteYaml ( Core emitter, object value, System type ) : void
emitter Core
value object
type System
Résultat void