Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/e0ipso/symfony-serializer
Port of the Symfony component to node. It allows you to create normalizers and denormalizers to perform complex and recursive serialization and deserialization tasks.
https://github.com/e0ipso/symfony-serializer
serialization symfony
Last synced: 9 days ago
JSON representation
Port of the Symfony component to node. It allows you to create normalizers and denormalizers to perform complex and recursive serialization and deserialization tasks.
- Host: GitHub
- URL: https://github.com/e0ipso/symfony-serializer
- Owner: e0ipso
- License: gpl-2.0
- Created: 2017-07-26T10:37:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-12T14:02:33.000Z (over 1 year ago)
- Last Synced: 2024-10-12T02:26:35.036Z (25 days ago)
- Topics: serialization, symfony
- Language: JavaScript
- Size: 116 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Symfony Serializer
[![Coverage Status](https://coveralls.io/repos/github/e0ipso/symfony-serializer/badge.svg?branch=master)](https://coveralls.io/github/e0ipso/symfony-serializer?branch=master)
[![Known Vulnerabilities](https://snyk.io/test/github/e0ipso/symfony-serializer/badge.svg)](https://snyk.io/test/github/e0ipso/symfony-serializer)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![Greenkeeper badge](https://badges.greenkeeper.io/e0ipso/symfony-serializer.svg)](https://greenkeeper.io/) [![Build Status](https://travis-ci.org/e0ipso/symfony-serializer.svg?branch=master)](https://travis-ci.org/e0ipso/symfony-serializer)[![NPM](https://nodei.co/npm/symfony-serializer.png)](https://nodei.co/npm/symfony-serializer/)
This Port of the Symfony component to node. It allows you to create normalizers
and denormalizers to perform complex and recursive serialization and
deserialization tasks.