MLAPI.Serialization.SerializationManager.CustomDeserializationDelegate-1
The delegate used when registering custom deserialization for a type.
#
Namespace: System.Dynamic.ExpandoObject#
Assembly: MLAPI.dll#
Syntax#
ParametersType | Name | Description |
---|---|---|
System.IO.Stream | *stream | The stream to read the data required to construct the type. |
#
ReturnsType | Description |
---|---|
T |
#
Type ParametersName | Description |
---|---|
T | The type to deserialize. |