Click or drag to resize
ICustomProcessor Interface
Provides interface for customization of XmlDocument after it is processed by InfoSerializer and before it is process by InfoDeserializer.

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax
C#
public interface ICustomProcessor

The ICustomProcessor type exposes the following members.

Methods
  NameDescription
Public methodPostprocessSerializedObject
Amends serializedObject after it was processed by InfoSerializer.
Public methodPreprocessDeserializedDocument
Amends document loaded from file system before it is processed by InfoDeserializer.
Top
Remarks
This class is intended for internal usage only.
See Also