---
url: /api/platform/platform-params/types/pipes/class-deserializer-pipe.md
description: api documentation of DeserializerPipe from @tsed/platform-params
---

## Usage

```typescript
import { DeserializerPipe } from "@tsed/platform-params";
```

> See [/packages/platform/platform-params/src/pipes/DeserializerPipe.ts](https://github.com/tsedio/tsed/blob/v8.38.4/packages/platform/platform-params/src/pipes/DeserializerPipe.ts#L0-L0).

## Overview

```ts
class DeserializerPipe implements PipeMethods {
    transform(value: any, param: JsonParameterStore): any;
}
```

## transform

```ts
transform(value: any, param: JsonParameterStore): any;
```
