#ifndef SIST2_SERIALIZE_H #define SIST2_SERIALIZE_H #include "src/sist.h" void write_document(document_t *doc); #endif