# rest-serializer

[![Build Status](https://travis-ci.org/parch-js/rest-serializer.svg?branch=master)](https://travis-ci.org/parch-js/rest-serializer)
[![Coverage Status](https://coveralls.io/repos/github/parch-js/rest-serializer/badge.svg?branch=develop)](https://coveralls.io/github/parch-js/rest-serializer?branch=develop)
[![bitHound Overall Score](https://www.bithound.io/github/parch-js/rest-serializer/badges/score.svg)](https://www.bithound.io/github/parch-js/rest-serializer)

## Installation

`npm install --save @parch-js/rest-serializer`

## Usage

```typescript
import RestSerializer from "@parch-js/rest-serializer";

export default class FooSerializer extends RestSerializer {};
```
