Closed vsreekanti closed 4 years ago
Fixes #16. As @xcharleslin pointed out, lists were being serialized as OrderedSetLattices, which automatically sorts them. Switches to using LWWPairLattice to maintain default list order.
OrderedSetLattice
LWWPairLattice
Fixes #16. As @xcharleslin pointed out, lists were being serialized as
OrderedSetLattice
s, which automatically sorts them. Switches to usingLWWPairLattice
to maintain default list order.