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
$_usedProperties
private
mixed
$_usedProperties
= []
$defaultSerializer
private
mixed
$defaultSerializer
$symfonySerializer
private
mixed
$symfonySerializer
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
Return values
$thissymfonySerializer()
public
symfonySerializer([array<string|int, mixed> $value = [] ]) : SymfonySerializerConfig
Parameters
- $value : array<string|int, mixed> = []
Return values
SymfonySerializerConfigtoArray()
public
toArray() : array<string|int, mixed>