Skip to content
GitHub Actions edited this page Jan 2, 2026 · 1 revision

serialization.cpp

Stand: 5. Dezember 2025
Version: 1.0.0
Kategorie: Src


Path: src/utils/serialization.cpp

Purpose: Serialization and deserialization helpers for entities and change events.

Public functions / symbols:

  • for (int i = 0; i < 8; ++i) {
  • for (int i = 0; i < 4; ++i) {
  • writeTag(TypeTag::NULL_VALUE);
  • writeTag(value ? TypeTag::BOOL_TRUE : TypeTag::BOOL_FALSE);
  • writeTag(TypeTag::INT32);
  • writeTag(TypeTag::INT64);
  • writeTag(TypeTag::UINT32);
  • writeUInt32(value);
  • writeTag(TypeTag::UINT64);
  • writeUInt64(value);
  • writeTag(TypeTag::FLOAT);
  • writeUInt32(bits);
  • writeTag(TypeTag::DOUBLE);
  • writeUInt64(bits);
  • writeTag(TypeTag::STRING);
  • writeTag(TypeTag::BINARY);
  • writeTag(TypeTag::VECTOR_FLOAT);
  • writeTag(TypeTag::ARRAY);
  • writeTag(TypeTag::OBJECT);
  • readTag(); // Skip type tag
  • readTag();
  • return readUInt32();
  • return readUInt64();
  • ``
  • Serialization::Encoder::Encoder() {

ThemisDB Dokumentation

Version: 1.3.0 | Stand: Dezember 2025


📋 Schnellstart


🏗️ Architektur


🗄️ Basismodell


💾 Storage & MVCC


📇 Indexe & Statistiken


🔍 Query & AQL


💰 Caching


📦 Content Pipeline


🔎 Suche


⚡ Performance & Benchmarks


🏢 Enterprise Features


✅ Qualitätssicherung


🧮 Vektor & GNN


🌍 Geo Features


🛡️ Sicherheit & Governance

Authentication

Schlüsselverwaltung

Verschlüsselung

TLS & Certificates

PKI & Signatures

PII Detection

Vault & HSM

Audit & Compliance

Security Audits

Gap Analysis


🚀 Deployment & Betrieb

Docker

Observability

Change Data Capture

Operations


💻 Entwicklung

API Implementations

Changefeed

Security Development

Development Overviews


📄 Publikation & Ablage


🔧 Admin-Tools


🔌 APIs


📚 Client SDKs


📊 Implementierungs-Zusammenfassungen


📅 Planung & Reports


📖 Dokumentation


📝 Release Notes


📖 Styleguide & Glossar


🗺️ Roadmap & Changelog


💾 Source Code Documentation

Main Programs

Source Code Module


🗄️ Archive


🤝 Community & Support


Vollständige Dokumentation: https://makr-code.github.io/ThemisDB/

Clone this wiki locally