Method | Description | |
---|---|---|
ConvertBytesToFunction ( byte bytes ) : Expression |
Converts the bytes back to the function.
|
|
ConvertBytesToMethod ( byte bytes ) : IWorkerNotification>>.Expression |
Converts the bytes to an action method.
|
|
ConvertFunctionToBytes ( Expression |
Converts the function to bytes.
|
|
ConvertMethodToBytes ( Expression |
Converts the action method to bytes.
|
|
ExpressionSerializerDecorator ( IMetrics metrics, IExpressionSerializer handler, IConnectionInformation connectionInformation ) : System |
Initializes a new instance of the ExpressionSerializerDecorator class.
|
public ConvertBytesToFunction ( byte bytes ) : Expression |
||
bytes | byte | The bytes. |
return | Expression |
public ConvertBytesToMethod ( byte bytes ) : IWorkerNotification>>.Expression |
||
bytes | byte | The bytes. |
return | IWorkerNotification>>.Expression |
public ConvertFunctionToBytes ( Expression |
||
method | Expression |
The method. |
return | byte[] |
public ConvertMethodToBytes ( Expression |
||
method | Expression |
The method. |
return | byte[] |
public ExpressionSerializerDecorator ( IMetrics metrics, IExpressionSerializer handler, IConnectionInformation connectionInformation ) : System | ||
metrics | IMetrics | The metrics factory. |
handler | IExpressionSerializer | The handler. |
connectionInformation | IConnectionInformation | The connection information. |
return | System |