MysqlServerDetailsSerializer
in package
Class MysqlServerDetailsSerializer
Table of Contents
- deserialize() : MysqlServerDetails
- Returns a new MysqlServerDetails instance by using the data of a given array or json strings.
- serialize() : array<string|int, mixed>
- Serializes a given MysqlServerDetails instance.
Methods
deserialize()
Returns a new MysqlServerDetails instance by using the data of a given array or json strings.
public
deserialize(string|array<string|int, mixed> $json) : MysqlServerDetails
Parameters
- $json : string|array<string|int, mixed>
Return values
MysqlServerDetails —serialize()
Serializes a given MysqlServerDetails instance.
public
serialize(MysqlServerDetails $mysqlServerDetails) : array<string|int, mixed>
Parameters
- $mysqlServerDetails : MysqlServerDetails