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 : 18.117.157.139
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 /
doc /
Delete
Unzip
Name
Size
Permission
Date
Action
cookbook
[ DIR ]
drwxrwxr-x
2022-08-24 15:26
reference
[ DIR ]
drwxrwxr-x
2022-08-24 15:26
LICENSE
15.76
KB
-rw-rw-r--
2022-08-24 15:26
conf.py
1.31
KB
-rw-rw-r--
2022-08-24 15:26
configuration.rst
4.61
KB
-rw-rw-r--
2022-08-24 15:26
cookbook.rst
65
B
-rw-rw-r--
2022-08-24 15:26
event_system.rst
2.91
KB
-rw-rw-r--
2022-08-24 15:26
handlers.rst
2.94
KB
-rw-rw-r--
2022-08-24 15:26
index.rst
1.48
KB
-rw-rw-r--
2022-08-24 15:26
logo-small.png
6.32
KB
-rw-rw-r--
2022-08-24 15:26
logo.png
52.3
KB
-rw-rw-r--
2022-08-24 15:26
reference.rst
86
B
-rw-rw-r--
2022-08-24 15:26
requirements.txt
76
B
-rw-rw-r--
2022-08-24 15:26
usage.rst
933
B
-rw-rw-r--
2022-08-24 15:26
Save
Rename
Serializer ========== .. image:: logo-small.png 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 are handled gracefully. - Supports many built-in PHP types (such as dates) - Integrates with Doctrine ORM, et. al. - Supports versioning, e.g. for APIs - Configurable via XML, YAML, or Doctrine Annotations Installation ------------ This library can be easily installed via composer .. code-block :: bash composer require jms/serializer or just add it to your ``composer.json`` file directly. Usage ----- For standalone projects usage of the provided builder is encouraged:: $serializer = JMS\Serializer\SerializerBuilder::create()->build(); $jsonContent = $serializer->serialize($data, 'json'); echo $jsonContent; // or return it in a Response Documentation ------------- .. toctree :: :maxdepth: 2 configuration usage event_system handlers reference cookbook License ------- The code is released under the business-friendly `MIT license`_. Documentation is subject to the `Attribution-NonCommercial-NoDerivs 3.0 Unported license`_. .. _MIT license: https://opensource.org/licenses/MIT .. _Attribution-NonCommercial-NoDerivs 3.0 Unported license: http://creativecommons.org/licenses/by-nc-nd/3.0/