Click or drag to resize

ExtendedExportSettingsTDeserialize Method

If you extend this object, then you MUST CALLbase.Deserialize(s) before deserializing your own data.

If you extend this directly in a script, then you MUST NOT deserialize your data if HasSerializedCustomData is false, but instead set your script extended settings to defaults.

Namespace: CTExtensions.ExportCore.ExportHandler.ExtendedSettings
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
protected override void Deserialize(
	Stream s
)

Parameters

s  Stream
Revision History
DateVersionDescription
-2025 SP1First Release
See Also