MCPcopy Create free account
hub / github.com/bblanchon/ArduinoJson / MsgPackSerializer

Function MsgPackSerializer

src/ArduinoJson/MsgPack/MsgPackSerializer.hpp:22–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 static const bool producesText = false;
21
22 MsgPackSerializer(TWriter writer, const ResourceManager* resources)
23 : writer_(writer), resources_(resources) {}
24
25 template <typename T>
26 enable_if_t<is_floating_point<T>::value && sizeof(T) == 4, size_t> visit(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected