Class fsConverter
The serialization converter allows for customization of the serialization process.
Inherited Members
Namespace: Unity.VisualScripting.FullSerializer
Syntax
public abstract class fsConverter : fsBaseConverter
Methods
CanProcess(Type)
Can this converter serialize and deserialize the given object type?
Declaration
public abstract bool CanProcess(Type type)
Parameters
Type | Name | Description |
---|---|---|
Type | type | The given object type. |
Returns
Type | Description |
---|---|
Boolean | True if the converter can serialize it, false otherwise. |