C# Class Pathfinding.Serialization.VectorConverter

Inheritance: Pathfinding.Serialization.BaseConverter
Mostrar archivo Open project: henryj41043/TheUnseen

Public Methods

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

Method Details

CanConvert() public method

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

ReadJson() public method

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

WriteJson() public method

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