| ExportSettingsBaseFIELDSETTINGSTYPESerialize Method |
Serialization this calls.
MUST OVERRIDE when derived and MUST call base.Serialize(s) as the first action in the overridden implementation.
Use
StreamExtensions to access simple serialization routines as extension methods to
Stream.
Namespace:
CTExtensions.ExportCore.Config
Assembly:
CTInterface (in CTInterface.dll)
Syntax protected override void Serialize(
Stream s
)
Protected Overrides Sub Serialize (
s As Stream
)
Parameters
- s
- Type: System.IOStream
Stream to serialize to.
See Also