read-handler-map
function
cognitect.transit/read-handler-map
(read-handler-map [custom-handlers])Returns a HandlerMapContainer containing a ReadHandlerMap
containing all the default handlers for Clojure and Java and any
custom handlers that you supply, letting you store the return value
and pass it to multiple invocations of reader. This can be more
efficient than repeatedly handing the same raw map of tags -> custom
handlers to reader.
Examples
No examples yet. Be the first to add one!