Turnstone Operating System
Loading...
Searching...
No Matches
data.64.c File Reference

data store implementation interface More...

#include <data.h>
#include <memory.h>
#include <buffer.h>
#include <strings.h>
#include <utils.h>

Functions

 MODULE ("turnstone.lib")
 
data_tdata_json_serialize (data_t *data)
 
data_tdata_json_deserialize (data_t *data)
 
int8_t data_bson_serialize_with_buffer (buffer_t *buf, data_t *data, uint64_t *sub_len)
 
data_tdata_bson_deserialize_with_processed (data_t *data, uint64_t *processed)
 
data_tdata_bson_serialize (data_t *data)
 
data_tdata_bson_deserialize (data_t *data)
 
void data_free (data_t *data)
 

Variables

int8_t depth = 0
 

Detailed Description

data store implementation interface

This work is licensed under TURNSTONE OS Public License. Please read and understand latest version of Licence.