

GitHub - schmittjoh/serializer: Library for (de-)serializing data of any complex...
source link: https://github.com/schmittjoh/serializer
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

README.md
jms/serialzer
Master 1.xIntroduction
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.
Notes
You are browsing the code for the 2.x version, if you are interested in the 1.x version, check the 1.x branch.
Differences between the 1.x and 2.x can be found in the CHANGELOG.
Upgrading from 1.x to 2.x should be almost transparent for most of the userland code, in the
case you have heavily used internal-api or you are relaying on some of the removed features,
the UPGRADING document is a short guide on how to upgrade.
Pull requests for new features are accepted only on the master branch. Bug fixes are accepted for both master and 1.x branches. Bug fixes sent on the 1.x branch, will be ported to the master branch when possible.
Recommend
-
45
README.md easyjson
-
41
README.md JMSSerializerBundle
-
32
README.md PHP Option Type
-
16
README.md Serializer Component With the Serializer component it's possible to handle serializing data structures, including object graphs, in...
-
18
Serializing paid cart DTO variation 1 as JSON text. · GitHub Instantly share code, notes, and snippets. Serializing paid cart DTO variation 1 as JSON...
-
41
MessagePack for C# (.NET, .NET Core, Unity, Xamarin) The extremely fast MessagePack serializer for C#. It is 10x faster than MsgPack-Cli and outpe...
-
8
GroBuf GroBuf is a fast binary serializer for .NET. Example Imagine a simple class hierarchy: public class Car { public Guid? Id { get; set; } public string Manufacturer { get; set; } public...
-
41
Sonic A blazingly fast JSON serializing & deserializing library, accelerated by JIT(just-in-time compiling) and SIMD(single-instruction-multi-data). WARNING: This is still in alpha stage, use with care !
-
13
Serializing HTML Form Data with JavaScript You typically don’t need to worry about serializing HTML form data yourself. If a form has a submit button, then it will serialize its data automatical...
-
5
Serializing .NET objects for use with Alpine.js x-data attributePublished on Sunday, January 15, 2023Photo by
About Joyk
Aggregate valuable and interesting links.
Joyk means Joy of geeK