C# Class Pathfinding.Serialization.BoundsConverter

Inheritance: Pathfinding.Serialization.BaseConverter
Afficher le fichier Open project: henryj41043/TheUnseen

Méthodes publiques

Méthode Description
CanConvert ( Type type ) : bool
ReadJson ( Type objectType, object>.Dictionary values ) : object
WriteJson ( Type type, object value ) : object>.Dictionary

Method Details

CanConvert() public méthode

public CanConvert ( Type type ) : bool
type Type
Résultat bool

ReadJson() public méthode

public ReadJson ( Type objectType, object>.Dictionary values ) : object
objectType Type
values object>.Dictionary
Résultat object

WriteJson() public méthode

public WriteJson ( Type type, object value ) : object>.Dictionary
type Type
value object
Résultat object>.Dictionary