<PackageReference Include="Relativity.ObjectManager" Version="12.1.171.20" />

DefaultConversionManager

public ITypeConverter Composition { get; }

public ITypeConverterContext Context { get; set; }

public ComponentModel CurrentModel { get; }

public void Add(ITypeConverter converter)

public bool CanHandleType(Type type)

public bool CanHandleType(Type type, IConfiguration configuration)

protected virtual void InitDefaultConverters()

public object PerformConversion(string value, Type targetType)

public object PerformConversion(IConfiguration configuration, Type targetType)

public TTarget PerformConversion<TTarget>(string value)

public TTarget PerformConversion<TTarget>(IConfiguration configuration)

public void Pop()

public void Push(ComponentModel model, CreationContext context)