PHP 클래스 yii2tech\balance\JsonSerializer

부터: 1.0
저자: Paul Klimov ([email protected])
상속: extends yii\base\Object, implements yii2tech\balance\SerializerInterface
파일 보기 프로젝트 열기: yii2tech/balance 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$options the encoding options. For more details please refer to . Default is JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE.

공개 메소드들

메소드 설명
serialize ( $value )
unserialize ( $value )

메소드 상세

serialize() 공개 메소드

public serialize ( $value )

unserialize() 공개 메소드

public unserialize ( $value )

프로퍼티 상세

$options 공개적으로 프로퍼티

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