phpDocumentor

ParcelServiceSerializer
in package

Class ParcelServiceSerializer

Table of Contents

$languageProvider  : mixed
__construct()  : mixed
deserialize()  : GXParcelService
Deserialize the given json string to a parcel service entity.
encode()  : string
Encodes the given parcel service into a json string.
serialize()  : array<string|int, mixed>
Serializes the given parcel service into an array.

Properties

Methods

deserialize()

Deserialize the given json string to a parcel service entity.

public deserialize(string|array<string|int, mixed> $parcelService) : GXParcelService
Parameters
$parcelService : string|array<string|int, mixed>

Parcel service.

Return values
GXParcelService

Parcel service entity.

Search results