MLAPI.Serialization.SerializationManager.CustomSerializationDelegate-1
The delegate used when registering custom serialization for a type.
#
Namespace: System.Dynamic.ExpandoObject#
Assembly: MLAPI.dll#
Syntax#
ParametersType | Name | Description |
---|---|---|
System.IO.Stream | *stream | The stream to write data to that is required to reconstruct the type in the deserialization delegate. |
T | *instance | The instance to serialize to the stream. |
#
Type ParametersName | Description |
---|---|
T | The type to serialize. |