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 |
---|---|---|
System.Byte[] | value | |
Type | type |
Returns
Type | Description |
---|---|
System.Object |
Serialize(Object)
Declaration
byte[] Serialize(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
Returns
Type | Description |
---|---|
System.Byte[] |