phpDocumentor

ModuleDetailsSerializer

Class ModuleDetailsSerializer

Table of Contents

deserialize()  : ModuleDetails
Returns a new ModuleDetails instance by using the data of a given array or json strings.
serialize()  : array<string|int, mixed>
Serializes a given ModuleDetails instance.

Methods

deserialize()

Returns a new ModuleDetails instance by using the data of a given array or json strings.

public deserialize(string|array<string|int, mixed> $json) : ModuleDetails
Parameters
$json : string|array<string|int, mixed>
Return values
ModuleDetails

Search results