CustomerGroupSettingsSerializerInterface

Extends

Interface CustomerGroupSettingsSerializerInterface

category

System

package

CustomerGroup

subpackage

Serializers

Methods

Deserialize a JSON string.

deserialize(\StringType $settings) : \CustomerGroupSettingsInterface

Arguments

$settings

\StringType

Content to be deserialize.

Response

\CustomerGroupSettingsInterface

JSON Encode Wrapper.

encode(\CustomerGroupSettingsInterface $settings) : string

Arguments

$settings

\CustomerGroupSettingsInterface

Content to be encoded.

Response

string

Returns the encoded JSON string that represents the data.

Serialize a value to a JSON string.

serialize(\CustomerGroupSettingsInterface $settings) : array

Arguments

$settings

\CustomerGroupSettingsInterface

Content to be serialized.

Response

array