Click or drag to resize

DummyDeserialize Method

Empty implementation to satisfy inheritance.

Namespace:  CTExtensions.ExportCore.Config
Assembly:  CTInterface (in CTInterface.dll)
Syntax
protected override void Deserialize(
	Stream s
)

Parameters

s
Type: System.IOStream
Stream to deserialize from.
See Also