Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
yii2tech
balance
JsonSerializer
PHP Class yii2tech\balance\JsonSerializer
Since:
1.0
Author:
Paul Klimov (
[email protected]
)
Inheritance:
extends
yii\base\Object
,
implements
yii2tech\balance\SerializerInterface
Show file
Open project: yii2tech/balance
Class Usage Examples
Public Properties
Property
Type
Description
$options
the encoding options. For more details please refer to
. Default is
JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE
.
Public Methods
Method
Description
serialize
(
$value
)
unserialize
(
$value
)
Method Details
serialize()
public
method
public
serialize
(
$value
)
unserialize()
public
method
public
unserialize
(
$value
)
Property Details
$options
public property
the encoding options. For more details please refer to
. Default is
JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE
.
public
$options