Documentation

SerializerConfig
in package

This class is automatically generated to help in creating a config.

Table of Contents

Properties

$_usedProperties  : mixed
$defaultSerializer  : mixed
$symfonySerializer  : mixed

Methods

__construct()  : mixed
defaultSerializer()  : $this
Service id to use as the default serializer for the transports.
symfonySerializer()  : SymfonySerializerConfig
toArray()  : array<string|int, mixed>

Properties

Methods

__construct()

public __construct([array<string|int, mixed> $value = [] ]) : mixed
Parameters
$value : array<string|int, mixed> = []

defaultSerializer()

Service id to use as the default serializer for the transports.

public defaultSerializer(ParamConfigurator|mixed $value) : $this
Parameters
$value : ParamConfigurator|mixed
Tags
default

'messenger.transport.native_php_serializer'

Return values
$this

toArray()

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results