VECTO Input Manager
Loading...
Searching...
No Matches
VectoInputManager.Core.SimpleTypeNameBinder Class Reference

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...

Inheritance diagram for VectoInputManager.Core.SimpleTypeNameBinder:

Public Member Functions

void BindToName (Type serializedType, out string? assemblyName, out string? typeName)
Type BindToType (string? assemblyName, string typeName)

Detailed Description

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.


The documentation for this class was generated from the following file:
  • VectoInputManagerCore/Json/SimpleTypeNameBinder.cs