Interface CustomerGroupSerializerInterface

Interface CustomerGroupSerializerInterface

Direct known implementers

CustomerGroupSerializer

Methods summary

public serialize( CustomerGroupInterface $customerGroup ) : array

Serialize a value to a JSON string.

public encode( CustomerGroupInterface $customerGroup ) : string

JSON Encode Wrapper.

public deserialize( StringType $customerGroup ) : CustomerGroupInterface

Deserialize a JSON string.