Interface ISerializer
Namespace: Hsl.Xrm.Sdk.Plugin
Assembly: Hsl.Xrm.Sdk.Plugin.dll
Syntax
public interface ISerializer
Methods
Parse<T>(String)
Declaration
T Parse<T>(string data)
Parameters
Type | Name | Description |
---|---|---|
System.String | data |
Returns
Type | Description |
---|---|
T |
Type Parameters
Name | Description |
---|---|
T |
Serialize<T>(T)
Declaration
string Serialize<T>(T data)
Parameters
Type | Name | Description |
---|---|---|
T | data |
Returns
Type | Description |
---|---|
System.String |
Type Parameters
Name | Description |
---|---|
T |