Skip to content

Commit

Permalink
edit encoding docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle committed Sep 5, 2023
1 parent ede00f9 commit 5605840
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/docs/develop/advanced/05-encoding.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@ types implementing the latter instead of generic `interface{}` types.
The `ProtoCodec`, where both binary and JSON serialization is handled
via Protobuf. This means that modules may use Protobuf encoding, but the types must
implement `ProtoMarshaler`. If modules wish to avoid implementing this interface
for their types, this is autogenerated via [buf](buf.build)
for their types, this is autogenerated via [buf](https://buf.build/)

If modules use [Collections](../../build/packages/collections.md) or [ORM](../../build/packages/orm.md), encoding and decoding are handled, marshal and unmarshal should not be handled manually unless for specific cases identified by the developer.

```go reference

### Gogoproto

Expand Down

0 comments on commit 5605840

Please sign in to comment.