diff --git a/reference/var/functions/serialize.xml b/reference/var/functions/serialize.xml index 4b637f3eaa..a19b3b6826 100644 --- a/reference/var/functions/serialize.xml +++ b/reference/var/functions/serialize.xml @@ -34,7 +34,7 @@ The value to be serialized. serialize - handles all types, except the resource-type. + handles all types, except the resource-type and some objects (see note below). You can even serialize arrays that contain references to itself. Circular references inside the array/object you are serializing will also be stored. Any other