Interface IObjectSerializer<T>
Namespace: Volo.Abp.Serialization
Assembly: Volo.Abp.Serialization.dll
Syntax
public interface IObjectSerializer<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Methods
Deserialize(byte[]?)
Declaration
T? Deserialize(byte[]? bytes)
Parameters
| Type | Name | Description |
|---|---|---|
| byte[] | bytes |
Returns
| Type | Description |
|---|---|
| T |
Serialize(T?)
Declaration
byte[]? Serialize(T? obj)
Parameters
| Type | Name | Description |
|---|---|---|
| T | obj |
Returns
| Type | Description |
|---|---|
| byte[] |