SerializerFactory
SerializerFactory()
GetDefaultSerializer<T>()
GetSerializer(String)
RegisterSerializer(Type, ISerializer, Boolean)
RegisterSerializer<T>(ISerializer<T>, Boolean)
net10.0
namespace Microsoft.Data.Encryption.Cryptography.Serializers
{
public abstract class SerializerFactory
{
public abstract void RegisterSerializer(Type type, ISerializer serializer, bool overrideDefault = false);
}
}
| .NET | 6.07.08.09.010.0 |
|---|---|
Information specific to net10.0 | |
| Assembly | Microsoft.Data.Encryption.Cryptography , Version=1.2.0.0, PublicKeyToken=c3b5f9fbd84304f1 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.Data.Encryption.Cryptography (1.2.0) net8.0 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API