Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.16.24.18
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
vendor /
jms /
serializer /
Delete
Unzip
Name
Size
Permission
Date
Action
.run
[ DIR ]
drwxrwxr-x
2022-08-24 15:26
doc
[ DIR ]
drwxrwxr-x
2022-08-24 15:26
src
[ DIR ]
drwxrwxr-x
2022-08-24 15:26
CHANGELOG.md
34.04
KB
-rw-rw-r--
2022-08-24 15:26
CONTRIBUTING.md
3.12
KB
-rw-rw-r--
2022-08-24 15:26
LICENSE
1.04
KB
-rw-rw-r--
2022-08-24 15:26
META.md
214
B
-rw-rw-r--
2022-08-24 15:26
README.md
3.01
KB
-rw-rw-r--
2022-08-24 15:26
UPGRADING.md
4.89
KB
-rw-rw-r--
2022-08-24 15:26
composer.json
2.56
KB
-rw-rw-r--
2022-08-24 15:26
phpbench.json
94
B
-rw-rw-r--
2022-08-24 15:26
phpstan-7-4.neon.dist
1.05
KB
-rw-rw-r--
2022-08-24 15:26
phpstan-8-0.neon.dist
700
B
-rw-rw-r--
2022-08-24 15:26
phpstan.neon.dist
603
B
-rw-rw-r--
2022-08-24 15:26
Save
Rename
> # UKRAINE NEEDS YOUR HELP NOW! > > On 24 February 2022, Russian [President Vladimir Putin ordered an invasion of Ukraine by Russian Armed Forces](https://www.bbc.com/news/world-europe-60504334). > > Your support is urgently needed. > > - Donate to the volunteers. Here is the volunteer fund helping the Ukrainian army to provide all the necessary equipment: > https://bank.gov.ua/en/news/all/natsionalniy-bank-vidkriv-spetsrahunok-dlya-zboru-koshtiv-na-potrebi-armiyi or https://savelife.in.ua/en/donate/ > - Triple-check social media sources. Russian disinformation is attempting to coverup and distort the reality in Ukraine. > - Help Ukrainian refugees who are fleeing Russian attacks and shellings: https://www.globalcitizen.org/en/content/ways-to-help-ukraine-conflict/ > - Put pressure on your political representatives to provide help to Ukraine. > - Believe in the Ukrainian people, they will not surrender, they don't have another Ukraine. > > THANK YOU! ---- # jms/serializer [![GitHub Actions][GA Image]][GA Link] [![Packagist][Packagist Image]][Packagist Link]  ## Introduction This library allows you to (de-)serialize data of any complexity. Currently, it supports XML and JSON. It also provides you with a rich tool-set to adapt the output to your specific needs. Built-in features include: - (De-)serialize data of any complexity; circular references and complex exclusion strategies are handled gracefully. - Supports many built-in PHP types (such as dates, intervals) - Integrates with Doctrine ORM, et. al. - Supports versioning, e.g. for APIs - Configurable via XML, YAML, or Annotations ## Documentation Learn more about the serializer in its [documentation](http://jmsyst.com/libs/serializer). ## Notes You are browsing the code for the 3.x version, if you are interested in the 1.x or 2.x version, check the [1.x][1.x] and [2.x][2.x] branches. The version `3.x` is the supported version (`master` branch). The `1.x` and `2.x` versions are not supported anymore. For the `1.x` and `2.x` branches there will be no additional feature releases. Security issues will be fixed till the 1st January 2020 and only critical bugs might receive fixes until the 1st September 2019. Instructions on how to upgrade to 3.x are available in the [UPGRADING][UPGRADING] document. ## Professional Support For eventual paid support please write an email to [goetas@gmail.com](mailto:goetas@gmail.com). [CHANGELOG]: https://github.com/schmittjoh/serializer/blob/master/CHANGELOG.md [UPGRADING]: https://github.com/schmittjoh/serializer/blob/master/UPGRADING.md [GA Image]: https://github.com/schmittjoh/serializer/workflows/CI/badge.svg [GA Link]: https://github.com/schmittjoh/serializer/actions?query=workflow%3A%22CI%22+branch%3Amaster [Packagist Image]: https://img.shields.io/packagist/v/jms/serializer.svg [Packagist Link]: https://packagist.org/packages/jms/serializer [1.x]: https://github.com/schmittjoh/serializer/tree/1.x [2.x]: https://github.com/schmittjoh/serializer/tree/2.x