PHP 클래스 lithium\storage\cache\strategy\Json

상속: extends lithium\core\Object
파일 보기 프로젝트 열기: unionofrad/lithium

공개 메소드들

메소드 설명
read ( string $data ) : mixed Read strategy method.
write ( mixed $data ) : string Write strategy method.

메소드 상세

read() 공개 메소드

Decodes JSON data and returns an array or object structure.
public read ( string $data ) : mixed
$data string Serialized data.
리턴 mixed Result of unserialization.

write() 공개 메소드

Encodes the passed data from an array to JSON format.
public write ( mixed $data ) : string
$data mixed The data to be encoded.
리턴 string The encoded data.