https://github.com/grimen/node-document-serializer
Serializer adapter interface for `node-document` ODM for Node.js.
https://github.com/grimen/node-document-serializer
Last synced: 9 months ago
JSON representation
Serializer adapter interface for `node-document` ODM for Node.js.
- Host: GitHub
- URL: https://github.com/grimen/node-document-serializer
- Owner: grimen
- License: mit
- Created: 2013-01-09T19:58:28.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-11-29T09:05:15.000Z (over 12 years ago)
- Last Synced: 2025-02-12T17:53:24.056Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://npmjs.org/package/node-document-serializer
- Size: 134 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# NODE-DOCUMENT-SERIALIZER [](http://travis-ci.org/grimen/node-document-serializer)
**Serializer** adapter interface for [node-document](https://github.com/grimen/node-document) ODM for Node.js.
## About
Unified interface for serializing/deserializing data using different kind of serialization engines/formats.
## Adapters
* [JSON](https://github.com/grimen/node-document-serializer-json)
* [BSON](https://github.com/grimen/node-document-serializer-bson)
* [MsgPack](https://github.com/grimen/node-document-serializer-msgpack)
## Installation
```shell
$ npm install node-document-serializer
```
## Usage
For details; see [node-document](https://github.com/grimen/node-document).
## Test
**Local tests:**
```shell
$ make test
```
## License
Released under the MIT license.
Copyright (c) [Jonas Grimfelt](http://github.com/grimen)
[](https://bitdeli.com/free "Bitdeli Badge")