An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# NODE-DOCUMENT-SERIALIZER [![Build Status](https://secure.travis-ci.org/grimen/node-document-serializer.png)](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)

[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/grimen/node-document-serializer/trend.png)](https://bitdeli.com/free "Bitdeli Badge")