further develop serializer for insertions

add JSON delegator to db serializer

consolidate writes through memfun; simplifications

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-10-06 05:15:24 +00:00 committed by strawberry
parent fc4d109f35
commit 2f24d7117a
3 changed files with 376 additions and 119 deletions

View file

@ -10,6 +10,7 @@ pub mod maps;
mod opts;
mod ser;
mod stream;
mod tests;
mod util;
mod watchers;
@ -28,7 +29,7 @@ pub use self::{
handle::Handle,
keyval::{KeyVal, Slice},
map::Map,
ser::{Interfix, Separator},
ser::{serialize, serialize_to_array, serialize_to_vec, Interfix, Json, Separator},
};
conduit::mod_ctor! {}