Liking cljdoc? Tell your friends :D

carbonite.api


default-registryclj

(default-registry)
(default-registry registry)

Create or install a set of default serializers in an existing registry. Modifies and returns the registry instance.

Create or install a set of default serializers in an existing
registry.  Modifies and returns the registry instance.
sourceraw docstring

new-bufferclj

(new-buffer size)

Create a new on-heap ByteBuffer of size.

Create a new on-heap ByteBuffer of size.
sourceraw docstring

new-registryclj

(new-registry)

Create a new Kryo registry that supports unregistered classes and defers to the kryo-extend multimethod if an unhandled Class serializer is requested.

Create a new Kryo registry that supports unregistered classes and defers to the
kryo-extend multimethod if an unhandled Class serializer is requested.
sourceraw docstring

read-bufferclj

(read-buffer registry byte-buffer)

Read serialized object from byte-buffer using registry.

Read serialized object from byte-buffer using registry.
sourceraw docstring

register-serializersclj

(register-serializers registry serializers)

Register a map of Class to Kryo Serializer with a Kryo registry.

Register a map of Class to Kryo Serializer with a Kryo registry.
sourceraw docstring

write-bufferclj

(write-buffer registry byte-buffer obj)

Write serialized obj into ByteBuffer using registry. If the buffer is not big enough, a SerializationException will be thrown.

Write serialized obj into ByteBuffer using registry.  If the buffer
is not big enough, a SerializationException will be thrown.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close