cats.labs.crdt
decode
(decode data)
(decode data format)
Deserialize crdt data type.
Only edn format is supported out of the box. This apo is extensible.
encode
(encode data)
(encode data format)
Serialize crdt data type.
Only edn format is supported out of the box. This api is extensible.
merge
(merge owner other)
Converge two data structures. Both provided data types should satify the JoinSemiLattice protocol.