PHP Classes / Serializer

Serialize data types in XML, JSON and PHP formats

Serializer PHP Class

This class can be used to serialize variables of all PHP data types to several formats. It takes a value of any PHP data type and generates a string that represents the value serialized in one of the supported formats. Currently it supports serialization formats of PHP, Javascript (JSON) and XML. Array and objects are traversed recursively when they have members that are also arrays or objects.

Similar PHP Classes

Search in PHP Classes

Filter by tags