Interface CustomerGroupCollectionSerializerInterface

Interface CustomerGroupCollectionSerializerInterface

Direct known implementers

CustomerGroupCollectionSerializer

Methods summary

public serialize( CustomerGroupCollection $collection ) : array

Serialize a value to a JSON string.

public encode( CustomerGroupCollection $collection ) : string

JSON Encode Wrapper.

public deserialize( StringType $collection ) : CustomerGroupCollection

Deserialize a JSON string.