DefaultImmutableEnumerableConverter
public const string ImmutableHashSetGenericTypeName = "System.Collections.Immutable.ImmutableHashSet`1"
public const string ImmutableListGenericInterfaceTypeName = "System.Collections.Immutable.IImmutableList`1"
public const string ImmutableQueueGenericInterfaceTypeName = "System.Collections.Immutable.IImmutableQueue`1"
public const string ImmutableSetGenericInterfaceTypeName = "System.Collections.Immutable.IImmutableSet`1"
public const string ImmutableSortedSetGenericTypeName = "System.Collections.Immutable.ImmutableSortedSet`1"
public const string ImmutableStackGenericInterfaceTypeName = "System.Collections.Immutable.IImmutableStack`1"
public DefaultImmutableEnumerableConverter()
public static string GetDelegateKey(Type immutableCollectionType, Type elementType, out Type underlyingType, out string constructingTypeName)
public static void RegisterImmutableCollection(Type immutableCollectionType, Type elementType, JsonSerializerOptions options)