ostafen / clover

A lightweight document-oriented NoSQL database written in pure Golang.
MIT License
633 stars 54 forks source link

#101 Allow custom marshallers and array types #103

Closed duckbrain closed 1 year ago

duckbrain commented 1 year ago

Implement encoding.BinaryMarshaller and encoding.BinaryUnmarshaller to override the encoding for a specific type.

Also normalizes arrays as slices.