C# Class VectorConverter, UnityRose

Inheritance: JsonConverter
Exibir arquivo Open project: osROSE/UnityRose Class Usage Examples

Public Methods

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

Method Details

CanConvert() public method

public CanConvert ( Type t ) : bool
t Type
return bool

ReadJson() public method

public ReadJson ( Type type, object>.Dictionary value ) : object
type Type
value object>.Dictionary
return object

WriteJson() public method

public WriteJson ( Type type, object value ) : object>.Dictionary
type Type
value object
return object>.Dictionary