Class CustomerGroupSerializer
Class CustomerGroupSerializer
- CustomerGroupSerializer implements CustomerGroupSerializerInterface
Package: CustomerGroup\Serializers
Category: System
Located at Services/Core/CustomerGroup/Serializers/CustomerGroupSerializer.php
Category: System
Located at Services/Core/CustomerGroup/Serializers/CustomerGroupSerializer.php
Methods summary
public
__construct( CustomerGroupSettingsSerializerInterface $settingsSerializer, CustomerGroupConfigurationsSerializerInterface $configurationsSerializer, CustomerGroupFactory $customerGroupFactory )
CustomerGroupSerializer constructor.
public
serialize( CustomerGroupInterface $customerGroup )
: array
Serialize a value to a JSON string.
protected
_serializeCustomerGroupNames( array $customerGroupNames )
: array
Serializes customer group names array.