Class CustomerGroupCollectionSerializer
category |
System |
---|---|
package |
CustomerGroup |
subpackage |
Serializers |
__construct(\CustomerGroupSerializerInterface $customerGroupSerializer, \CustomerGroupFactory $factory)
deserialize(\StringType $collection) : \CustomerGroupCollection
encode(\CustomerGroupCollection $collection) : string
string
Returns the encoded JSON string that represents the data.
serialize(\CustomerGroupCollection $collection) : array
customerGroupSerializer : \CustomerGroupSerializerInterface