Interface IMemoryDbSerializer
Namespace: Volo.Abp.Domain.Repositories.MemoryDb
Assembly: Volo.Abp.MemoryDb.dll
Syntax
public interface IMemoryDbSerializer
Methods
Deserialize(byte[], Type)
Declaration
object Deserialize(byte[] value, Type type)
Parameters
| Type | Name | Description |
|---|---|---|
| byte[] | value | |
| Type | type |
Returns
| Type | Description |
|---|---|
| object |
Serialize(object)
Declaration
byte[] Serialize(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj |
Returns
| Type | Description |
|---|---|
| byte[] |