practicalli / clojure-web-services

Develop production grade server-side web services and APIs using Clojure and REPL driven development
https://practical.li/clojure-web-services
Creative Commons Attribution Share Alike 4.0 International
11 stars 14 forks source link

Transit - serialize / deserialize #17

Open practicalli-johnny opened 4 years ago

practicalli-johnny commented 4 years ago

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