Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge. Learn more →
Serde Alternatives
Similar projects and alternatives to Serde
-
Valinor
PHP library that helps to map any input into a strongly-typed value object structure.
-
-
Revelo Payroll
Free Global Payroll designed for tech teams. Building a great tech team takes more than a paycheck. Zero payroll costs, get AI-driven insights to retain best talent, and delight them with amazing local benefits. 100% free and compliant.
-
-
kotlinx.serialization
Kotlin multiplatform / multi-format serialization
-
serializer
Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.
-
Serializer
Library for (de-)serializing data of any complexity (supports JSON, and XML) (by schmittjoh)
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
-
janephp
:seedling: Jane is a set of libraries to generate Models & API Clients based on JSON Schema / OpenAPI specs
-
-
-
ObjectHydrator
Object Hydration library to create Command and Query objects.
-
-
-
serde
Serde.NET is a C# port of the popular Serde serialization library for Rust (by serdedotnet)
-
-
doctrine-laminas-hydrator
Doctrine hydrators for Laminas applications
-
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
Serde reviews and mentions
- Data-Mapper: A package for fast mapping of strong-typed objects
-
Is rust serde unique?
In PHP there is a lib that draws inspiration from serde https://github.com/Crell/Serde
-
What environment, framework or class would you use to interact with APIs?
Guzzle for the actual connection. Get back JSON. Use https://github.com/Crell/Serde to map that JSON into classed objects. Do as you will with the objects. (You can also do the same the other way around to create a message object with all the type safety and builder functionality you want, Serde it to JSON/array, and then send the message through Guzzle.)
-
Has there been any talk of an "empty" coalesce operator?
I even have a very nice library to make that dead simple for you: https://github.com/Crell/Serde
-
Hydration / Mapping library
Sounds a lot like Serde. :-)
-
pjson: a simple JSON <=> PHP8+ data objects library
Sounds a bit like Serde: https://github.com/crell/serde
- Serde: A modern serialization library for PHP 8.1
-
A note from our sponsor - InfluxDB
www.influxdata.com | 2 Oct 2023
Stats
Crell/Serde is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of Serde is PHP.