interface SerializerInterface (View source)

Methods

mixed
decode(mixed $value)

Deserialize the value.

mixed
encode(mixed $value)

Serialize the value.

Details

mixed decode(mixed $value)

Deserialize the value.

Parameters

mixed $value

The value to decode.

Return Value

mixed

mixed encode(mixed $value)

Serialize the value.

Parameters

mixed $value

The value to encode.

Return Value

mixed