 | GenericExportHandler<T, E, I>.DeserializeSecondPhase Method |
Deserialize this object and its items.
Namespace:
CTExtensions.ExportCore.ExportHandler
Assembly:
CTInterface (in CTInterface.dll)
Syntaxprotected virtual bool DeserializeSecondPhase(
Stream ms
)
Protected Overridable Function DeserializeSecondPhase (
ms As Stream
) As Boolean
Parameters
- ms
- Type: System.IO.Stream
Return Value
Type:
Boolean
See Also