Cache some additional types during reading the stream

This commit is contained in:
Ankit. 2024-07-30 14:59:50 -07:00
Родитель d2f177fe66
Коммит 8ef83d2446
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -78,6 +78,13 @@ public class MessagePackSerializerContext
typeof(TypeRef),
typeof(AssemblyName),
typeof(StrongAssemblyIdentity),
typeof(PartCreationPolicyConstraint),
typeof(Guid),
typeof(ImportMetadataViewConstraint),
typeof(ExportDefinition),
typeof(PartDiscoveryException),
typeof(ImportCardinality),
typeof(IReadOnlyDictionary<string, object?>),
];
public IMessagePackFormatter<T>? GetFormatter<T>()