crdt icon indicating copy to clipboard operation
crdt copied to clipboard

Implement JSON serialization for all data-structures

Open neurodrone opened this issue 9 years ago • 1 comments

In order to make persistence an easier problem to solve we should be able to serialize every data-structure currently present in the repository. The data-structures should implement json.Marshaler interface to suffice a baseline scenario.

neurodrone avatar Aug 22 '15 23:08 neurodrone

Making fields public would be enough for external encoders to work.

mfateev avatar Sep 24 '19 20:09 mfateev