Download the PHP package tiny-blocks/serializer without Composer
On this page you can find all versions of the php package tiny-blocks/serializer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tiny-blocks/serializer
More information about tiny-blocks/serializer
Files in tiny-blocks/serializer
Download tiny-blocks/serializer
More information about tiny-blocks/serializer
Files in tiny-blocks/serializer
Vendor tiny-blocks
Package serializer
Short Description Handles serialization and deserialization of data structures, in array and JSON structures.
License MIT
Homepage https://github.com/tiny-blocks/serializer
Package serializer
Short Description Handles serialization and deserialization of data structures, in array and JSON structures.
License MIT
Homepage https://github.com/tiny-blocks/serializer
Please rate this library. Is it a good library?
Informations about the package serializer
Serializer
- Overview
- Installation
- How to use
- License
- Contributing
Overview
Handles serialization and deserialization of data structures, in array and JSON structures.
Installation
How to use
The library exposes available behaviors through the Serializer
interface, and the implementation of these behaviors
through the SerializerAdapter
trait.
Concrete implementation
Using the toJson method
The toJson
method returns the representation of the object in JSON format.
Using the toArray method
The toArray
method returns the representation of the object in array format.
License
Serializer is licensed under MIT.
Contributing
Please follow the contributing guidelines to contribute to the project.
All versions of serializer with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
The package tiny-blocks/serializer contains the following files
Loading the files please wait ....