Click or drag to resize
ABTestConfigurationSerializer Class
Serializer of ABTestConfiguration.
Inheritance Hierarchy
SystemObject
  CMS.OnlineMarketing.InternalABTestConfigurationSerializer

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

The ABTestConfigurationSerializer type exposes the following members.

Constructors
  NameDescription
Public methodABTestConfigurationSerializer
Top
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