Click or drag to resize
IABTestConfigurationSerializer Interface
Defines serializer of ABTestConfiguration.

Namespace: CMS.OnlineMarketing.Internal
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax
C#
public interface IABTestConfigurationSerializer

The IABTestConfigurationSerializer type exposes the following members.

Methods
  NameDescription
Public methodDeserialize
Deserializes configuration of an AB test instance from JSON.
Public methodSerialize
Serializes an AB test configuration to JSON.
Top
See Also