WPILibC++ 2024.1.1-beta-4
serializer.h File Reference
#include <algorithm>
#include <array>
#include <clocale>
#include <cmath>
#include <cstddef>
#include <cstdint>
#include <cstdio>
#include <limits>
#include <string>
#include <iomanip>
#include <type_traits>
#include <utility>
#include <wpi/detail/conversions/to_chars.h>
#include <wpi/detail/exceptions.h>
#include <wpi/detail/macro_scope.h>
#include <wpi/detail/meta/cpp_future.h>
#include <wpi/detail/output/binary_writer.h>
#include <wpi/detail/output/output_adapters.h>
#include <wpi/detail/string_concat.h>
#include <wpi/detail/value_t.h>

Go to the source code of this file.

Classes

class  detail::serializer< BasicJsonType >
 

Namespaces

namespace  detail
 detail namespace with internal helper functions
 

Enumerations

enum class  detail::error_handler_t { detail::strict , detail::replace , detail::ignore }
 how to treat decoding errors More...