Property | Type | Description | |
---|---|---|---|
$deserializationVisitors | |||
$eventDispatcher | |||
$factory | |||
$handlerRegistry | |||
$objectConstructorMap | |||
$serializationVisitors |
Method | Description | |
---|---|---|
__construct ( Metadata\MetadataFactoryInterface $factory, JMS\Serializer\Handler\HandlerRegistryInterface $handlerRegistry, PhpCollection\MapInterface $serializationVisitors, PhpCollection\MapInterface $deserializationVisitors, JMS\Serializer\EventDispatcher\EventDispatcherInterface $eventDispatcher ) | ||
addObjectConstructor ( $alias, JMS\Serializer\Construction\ObjectConstructorInterface $objectConstructor ) | ||
create ( $alias = 'default' ) |
public __construct ( Metadata\MetadataFactoryInterface $factory, JMS\Serializer\Handler\HandlerRegistryInterface $handlerRegistry, PhpCollection\MapInterface $serializationVisitors, PhpCollection\MapInterface $deserializationVisitors, JMS\Serializer\EventDispatcher\EventDispatcherInterface $eventDispatcher ) | ||
$factory | Metadata\MetadataFactoryInterface | |
$handlerRegistry | JMS\Serializer\Handler\HandlerRegistryInterface | |
$serializationVisitors | PhpCollection\MapInterface | |
$deserializationVisitors | PhpCollection\MapInterface | |
$eventDispatcher | JMS\Serializer\EventDispatcher\EventDispatcherInterface |
public addObjectConstructor ( $alias, JMS\Serializer\Construction\ObjectConstructorInterface $objectConstructor ) | ||
$objectConstructor | JMS\Serializer\Construction\ObjectConstructorInterface |