|
VECTO Input Manager
|
Used in JSON serialization to simplify type names by omitting namespaces and assemblies, restricting to a specific allowed namespace and assembly for security, and handling generic types like List<T> with a shortened format. More...
Public Member Functions | |
| void | BindToName (Type serializedType, out string? assemblyName, out string? typeName) |
| Type | BindToType (string? assemblyName, string typeName) |
Used in JSON serialization to simplify type names by omitting namespaces and assemblies, restricting to a specific allowed namespace and assembly for security, and handling generic types like List<T> with a shortened format.