Class Utf8JsonMemoryDbSerializer
Inheritance
Utf8JsonMemoryDbSerializer
Assembly: Volo.Abp.MemoryDb.dll
Syntax
public class Utf8JsonMemoryDbSerializer : IMemoryDbSerializer, ITransientDependency
Constructors
Utf8JsonMemoryDbSerializer(IOptions<Utf8JsonMemoryDbSerializerOptions>)
Declaration
public Utf8JsonMemoryDbSerializer(IOptions<Utf8JsonMemoryDbSerializerOptions> options)
Parameters
Properties
Options
Declaration
protected Utf8JsonMemoryDbSerializerOptions Options { get; }
Property Value
Methods
Deserialize(byte[], Type)
Declaration
public object Deserialize(byte[] value, Type type)
Parameters
Type |
Name |
Description |
byte[] |
value |
|
Type |
type |
|
Returns
Implements
Extension Methods