PHP Class yii2tech\balance\JsonSerializer

Since: 1.0
Author: Paul Klimov ([email protected])
Inheritance: extends yii\base\Object, implements yii2tech\balance\SerializerInterface
Exibir arquivo 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_oe property

the encoding options. For more details please refer to . Default is JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE.
public $options