Click or drag to resize

DummySerialize Method

Empty implementation to satisfy inheritance.

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

Parameters

s  Stream
Stream to serialize to.
See Also