---
title: NetworkEncoder
framework: network
role: symbol
role_heading: Protocol
path: network/networkencoder
---

# NetworkEncoder

A type that conforms to the NetworkEncoder protocol can encode a Encodable object to Data

## Declaration

```swift
protocol NetworkEncoder
```

## Topics

### Instance Methods

- [encode(_:)](network/networkencoder/encode(_:).md)
