Click or drag to resize
ABTestConfigurationSerializerSerialize Method
Serializes an AB test configuration to JSON.

Namespace: CMS.OnlineMarketing.Internal
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 13.0.131
Syntax
C#
public string Serialize(
	ABTestConfiguration testConfiguration
)

Parameters

testConfiguration
Type: CMS.OnlineMarketing.InternalABTestConfiguration
Configuration to be serialized to JSON.

Return Value

Type: String
Returns serialized configuration.

Implements

IABTestConfigurationSerializerSerialize(ABTestConfiguration)
See Also