practicalli / practicalli/clojure-web-services
Transit - serialize / deserialize
Nobody has claimed this yet.
- Dominant language
- Markdown
- Stars
- 16
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
some simple examples of transit serializers / deserialiizers, https://github.com/noisesmith/poirot/blob/master/src/org/noisesmith/poirot/handlers.cljc and how they get used https://github.com/noisesmith/poirot/blob/master/src/org/noisesmith/poirot.cljc#L83 https://github.com/noisesmith/poirot/blob/master/src/org/noisesmith/poirot.cljc#L107
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading handlers.cljc and poirot.cljc around lines 83 and 107 in the linked poirot examples to understand how the serializers and deserializers are defined and used. Done means providing simple Transit serialization and deserialization examples based on those references.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clojure
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100