 | GenericExportHandlerT, E, IDeserializeSecondPhase 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.IOStream
Return Value
Type:
Boolean
See Also