 | 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.ExtendedSettingsAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxprotected override void Deserialize(
Stream s
)
Protected Overrides Sub Deserialize (
s As Stream
)
Parameters
- s Stream
Revision HistoryDate | Version | Description |
---|
- | 2025 SP1 | First Release |
See Also