Click or drag to resize
IABTestConfigurationSerializerSerialize 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#
string Serialize(
	ABTestConfiguration testConfiguration
)

Parameters

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

Return Value

Type: String
Returns serialized configuration.
See Also