JSONRPC 1.0.0

Value extends Value
in package
uses SerializerAware

Table of Contents

Properties

$serializer  : mixed

Methods

getCharsetEncoder()  : Charset
Reimplemented to make us use the correct parser type.
getSerializer()  : mixed
serialize()  : string
Returns json representation of the value.
setSerializer()  : mixed

Properties

Methods

getCharsetEncoder()

Reimplemented to make us use the correct parser type.

public getCharsetEncoder() : Charset
Return values
Charset

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