PHPackages                             ovvio/serializer - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. ovvio/serializer

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

ovvio/serializer
================

Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.

v1.0.2(5mo ago)0171proprietaryPHPPHP &gt;=8.4

Since Dec 27Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/ovvio/serializer)[ Packagist](https://packagist.org/packages/ovvio/serializer)[ Docs](https://ovvio.pro)[ RSS](/packages/ovvio-serializer/feed)WikiDiscussions 1.0 Synced 1mo ago

READMEChangelogDependencies (2)Versions (4)Used By (1)

Serializer
==========

[](#serializer)

Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.

Technical Requirements &amp; Installation
-----------------------------------------

[](#technical-requirements--installation)

[PHP 8.4](https://www.php.net/releases/8.4/en.php) - [Installation and Configuration](https://www.php.net/manual/en/install.php)

[Composer (System Requirements)](https://getcomposer.org/doc/00-intro.md#system-requirements)

To install run this:

```
composer require ovvio/serializer
```

Examples
--------

[](#examples)

```
