Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion guides/v2.2/extension-dev-guide/framework/serializer.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The main purpose of data serialization is to convert data into a string using `s

The other half of this process uses the `unserialize()` function to reverse the process and convert a serialized string back into string, integer, float, boolean, or array data.

<div class class="bs-callout bs-callout-warning" markdown="1">
<div class="bs-callout bs-callout-warning" markdown="1">

For security reasons, `SerializerInterface` implementations, such as the Json and Serialize classes, should not serialize and unserialize objects.

Expand Down