Transit
11Returns a map of default WriteHandlers for Clojure types. Java types are handled by the default WriteHandlers prov...
valuecognitect.transit
Reads a value from a reader. Throws a RuntimeException when the reader's InputStream is empty.
functioncognitect.transit
Creates a transit ReadHandler whose fromRep method invokes the provided fn.
functioncognitect.transit
Returns a HandlerMapContainer containing a ReadHandlerMap containing all the default handlers for Clojure and Java and...
functioncognitect.transit
Creates a reader over the provided source `in` using the specified format, one of: :msgpack, :json or :json-verbose. ...
functioncognitect.transit
Creates a TaggedValue object.
functioncognitect.transit
Writes a value to a transit writer.
functioncognitect.transit
Creates a transit WriteHandler whose tag, rep, stringRep, and verboseWriteHandler methods invoke the provided fns....
functioncognitect.transit
Returns a HandlerMapContainer containing a WriteHandlerMap containing all the default handlers for Clojure and Java an...
functioncognitect.transit
For :transform. Will write any metadata present on the value.
functioncognitect.transit
Creates a writer over the provided destination `out` using the specified format, one of: :msgpack, :json or :json-ver...
functioncognitect.transit