function AttributeMetadataInterface::setSerializedName
Sets the serialization name for this attribute.
1 method overrides AttributeMetadataInterface::setSerializedName()
- AttributeMetadata::setSerializedName in vendor/
symfony/ serializer/ Mapping/ AttributeMetadata.php - Sets the serialization name for this attribute.
File
-
vendor/
symfony/ serializer/ Mapping/ AttributeMetadataInterface.php, line 57
Class
- AttributeMetadataInterface
- Stores metadata needed for serializing and deserializing attributes.
Namespace
Symfony\Component\Serializer\MappingCode
public function setSerializedName(?string $serializedName) : void;