cl-bert

https://github.com/flambard/cl-bert.git

git clone 'https://github.com/flambard/cl-bert.git'

(ql:quickload :cl-bert)
4

cl-bert

cl-bert is a BERT serializer.

API

[Generic Function]
encode object &key berp-header ⇒ bytes

[Function]
decode bytes ⇒ object

[Function]
binary &rest bytes ⇒ binary

[Generic Function]
bytes binary ⇒ bytes

[Generic Function]
size tuple-or-binary ⇒ size

[Function]
string-to-binary string ⇒ binary

[Function]
bytes-to-binary bytes ⇒ binary

[Function]
binary-to-string binary ⇒ string

[Function]
tuple &rest objects ⇒ tuple

[Generic Function]
elements tuple ⇒ vector

[Generic Function]
arity tuple ⇒ arity

[Function]
bool value ⇒ bert-boolean