Skip to content

Commit

Permalink
Refer to Garth Gilmour's article (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
serras committed Jul 17, 2023
1 parent ea7f262 commit dbb6529
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions content/docs/learn/quickstart/serialization.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ The list above mentions all the serializers, but you only need to add those
which are used in your fields. Don't worry too much: if you miss one, the
kotlinx.serialization plug-in gives you an error.

:::info Additional reading

[_Marshalling Arrow Types in Ktor_](https://garthgilmour.medium.com/marshalling-arrow-types-in-ktor-bc471aa3650)
by Garth Gilmour includes additional information about using Arrow Core types
in a Ktor project.

:::

## [Jackson](https://github.com/FasterXML/jackson)

If you're using Jackson for serialization, [this module](https://github.com/arrow-kt/arrow-integrations#jackson-module)
Expand Down

0 comments on commit dbb6529

Please sign in to comment.