Download the PHP package rundiz/serializer without Composer
On this page you can find all versions of the php package rundiz/serializer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rundiz/serializer
More information about rundiz/serializer
Files in rundiz/serializer
Download rundiz/serializer
More information about rundiz/serializer
Files in rundiz/serializer
Vendor rundiz
Package serializer
Short Description The Serializer classes provide functional with serialization such as check if string is serialized. It is supported unicode text.
License MIT
Package serializer
Short Description The Serializer classes provide functional with serialization such as check if string is serialized. It is supported unicode text.
License MIT
Please rate this library. Is it a good library?
Informations about the package serializer
Serializer Component
The Serializer classes provide functional with serialization such as check if string is serialized, maybe serialize, maybe unserialize, or is JSON encoded (valid JSON) for prevent double serialization. This Serializer also supported unicode text.
Example:
Check if string is serialized:
Or you can use static methods from \Rundiz\Serializer\SerializerStatic
class with the same method as \Rundiz\Serializer\Serializer
class.
Check first if data is not serialized then serialize it:
Check first if data is not unserialized then unserialize it:
Working with JSON:
Working with base64:
For more example, please look inside tests folder.
All versions of serializer with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package rundiz/serializer contains the following files
Loading the files please wait ....