CustomerGroupSerializerInterface

Extends

Interface CustomerGroupSerializerInterface

category

System

package

CustomerGroup

subpackage

Serializers

Methods

Deserialize a JSON string.

deserialize(\StringType $customerGroup) : \CustomerGroupInterface

Arguments

$customerGroup

\StringType

Content to be deserialize.

Response

\CustomerGroupInterface

JSON Encode Wrapper.

encode(\CustomerGroupInterface $customerGroup) : string

Arguments

$customerGroup

\CustomerGroupInterface

Content to be encoded.

Response

string

Returns the encoded JSON string that represents the data.

Serialize a value to a JSON string.

serialize(\CustomerGroupInterface $customerGroup) : array

Arguments

$customerGroup

\CustomerGroupInterface

Content to be serialized.

Response

array