CustomerGroupCollectionSerializerInterface
in
Interface CustomerGroupCollectionSerializerInterface
Tags
Table of Contents
- deserialize() : CustomerGroupCollection
- Deserialize a JSON string.
- encode() : string
- JSON Encode Wrapper.
- serialize() : array<string|int, mixed>
- Serialize a value to a JSON string.
Methods
deserialize()
Deserialize a JSON string.
public
deserialize(StringType $collection) : CustomerGroupCollection
Parameters
- $collection : StringType
-
Content to be deserialize.
Return values
CustomerGroupCollection —encode()
JSON Encode Wrapper.
public
encode(CustomerGroupCollection $collection) : string
Parameters
- $collection : CustomerGroupCollection
-
Content to be encoded.
Return values
string —Returns the encoded JSON string that represents the data.
serialize()
Serialize a value to a JSON string.
public
serialize(CustomerGroupCollection $collection) : array<string|int, mixed>
Parameters
- $collection : CustomerGroupCollection
-
Content to be serialized.