C# Class FullSerializer.fsConverter

The serialization converter allows for customization of the serialization process.
显示文件 Open project: vikramkarthikeyan/voice-over-unity Class Usage Examples

Public Methods

Method Description
CanProcess ( Type type ) : bool

Can this converter serialize and deserialize the given object type?

Method Details

CanProcess() public abstract method

Can this converter serialize and deserialize the given object type?
public abstract CanProcess ( Type type ) : bool
type Type The given object type.
return bool