Interface CustomerGroupConfigurationsSerializerInterface
Interface CustomerGroupConfigurationsSerializerInterface
Direct known implementers
Package: CustomerGroup\Serializers
Category: System
Located at Services/Core/CustomerGroup/Serializers/Interfaces/CustomerGroupConfigurationsSerializerInterface.php
Category: System
Located at Services/Core/CustomerGroup/Serializers/Interfaces/CustomerGroupConfigurationsSerializerInterface.php
Methods summary
public
serialize( CustomerGroupConfigurationsInterface $configurations )
: array
Serialize a value to a JSON string.
public
deserialize( StringType $configurations )
: CustomerGroupConfigurationsInterface
Deserialize a JSON string.