Interface CustomerGroupSerializerInterface
| category |
System |
|---|---|
| package |
CustomerGroup |
| subpackage |
Serializers |
deserialize(\StringType $customerGroup) : \CustomerGroupInterface
encode(\CustomerGroupInterface $customerGroup) : string
stringReturns the encoded JSON string that represents the data.
serialize(\CustomerGroupInterface $customerGroup) : array