Class CustomerGroupCollectionSerializer

Class CustomerGroupCollectionSerializer

CustomerGroupCollectionSerializer implements CustomerGroupCollectionSerializerInterface

Methods summary

public __construct( CustomerGroupSerializerInterface $customerGroupSerializer, CustomerGroupFactory $factory )
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.

Properties summary