Class fsDirectConverter
The direct converter is similar to a regular converter, except that it targets specifically only one type. This means that it can be used without performance impact when discovering converters. It is strongly recommended that you derive from fsDirectConverter{TModel}.
Inherited Members
Namespace: Unity.VisualScripting.FullSerializer
Syntax
public abstract class fsDirectConverter : fsBaseConverter
Remarks
Due to the way that direct converters operate, inheritance is not supported. Direct converters will only be used with the exact ModelType object.
Properties
ModelType
Declaration
public abstract Type ModelType { get; }
Property Value
Type | Description |
---|---|
Type |