Liking cljdoc? Tell your friends :D

onyx.messaging.serialize


deserializeclj

(deserialize buf offset)

Message payload deserializer for when you don't want to interact with decoders directly. Note: slower.

Message payload deserializer for when you don't want to interact with decoders directly.
Note: slower.
sourceraw docstring

serializeclj

(serialize buf offset msg)

Message payload serializer for when you don't want to interact with decoders directly. Note: slower than just building it without a map.

Message payload serializer for when you don't want to interact with decoders directly.
Note: slower than just building it without a map.
sourceraw docstring

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

× close