C# Class VectorConverter, UnityRose

Inheritance: JsonConverter
Afficher le fichier Open project: osROSE/UnityRose Class Usage Examples

Méthodes publiques

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

Method Details

CanConvert() public méthode

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

ReadJson() public méthode

public ReadJson ( Type type, object>.Dictionary value ) : object
type Type
value 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