DocWire SDK
DocWire SDK: Award-winning modern data processing in C++20. SourceForge Community Choice & Microsoft support. AI-driven processing. Supports nearly 100 data formats, including email boxes and OCR. Boost efficiency in text extraction, web data extraction, data mining, document analysis. Offline processing possible for security and confidentiality
docwire::serialization::serializer< T > Struct Template Reference

Specialization for types that are direct alternatives in docwire::serialization::value. This handles bool, std::int64_t, std::uint64_t, double, std::string, etc. More...

#include <serialization_base.h>

Public Member Functions

value full (const T &value) const
 
value typed_summary (const T &value) const
 
value full (const T &val) const
 
value typed_summary (const T &val) const
 
value full (const T &value) const
 
value typed_summary (const T &value) const
 
value full (const T &val) const
 
value typed_summary (const T &val) const
 
value full (const T &val) const
 
value typed_summary (const T &val) const
 
value full (const T &value) const
 
value typed_summary (const T &value) const
 
value full (const T &e) const
 
value typed_summary (const T &e) const
 

Static Public Attributes

static constexpr serializer_kind kind = serializer_kind::value_alternative
 

Detailed Description

template<value_alternative T>
struct docwire::serialization::serializer< T >

Specialization for types that are direct alternatives in docwire::serialization::value. This handles bool, std::int64_t, std::uint64_t, double, std::string, etc.

Generic serializer for types with a styling member.

Specialization for empty structs.

Specialization for strong type aliases.

Specialization for string-like types (e.g., const char*, std::string_view).

Definition at line 134 of file serialization_base.h.


The documentation for this struct was generated from the following files: