Click or drag to resize

ExportSettingsBaseFIELDSETTINGSTYPEDeserialize Method

Deserialize this calls. MUST OVERRIDE when derived and MUST call base.Deserialize(s) as the first action in the overridden implementation. Use StreamExtensions to access simple deserialization routines as extension methods to Stream.

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

Parameters

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