JSONRPC 1.0.0-beta3

Value extends Value
in package
uses SerializerAware

Table of Contents

Properties

$serializer  : mixed

Methods

getSerializer()  : mixed
serialize()  : string
Returns json representation of the value.
setSerializer()  : mixed

Properties

Methods

serialize()

Returns json representation of the value.

public serialize([string $charsetEncoding = '' ]) : string
Parameters
$charsetEncoding : string = ''

the charset to be used for serialization. if null, US-ASCII is assumed

Return values
string

setSerializer()

public static setSerializer(mixed $serializer) : mixed
Parameters
$serializer : mixed

        
On this page

Search results