API referenceC++ APIHoloscanStructsholoscan::codec< std::unordered_map< KeyType, ValueType > >BetaAsk a question|Copy page|View as Markdown|More actionstemplate <typename KeyType, typename ValueType>struct unordered_map< KeyType, ValueType > > #include <holoscan/codecs.hpp> Template parameters KeyTypetypename ValueTypetypename Static methods serialize static expected<size_t, RuntimeError> holoscan::codec<std::unordered_map<KeyType, ValueType>>::serialize( const std::unordered_map<KeyType, ValueType> &value, Endpoint *endpoint) deserialize static expected<std::unordered_map<KeyType, ValueType>, RuntimeError> holoscan::codec<std::unordered_map<KeyType, ValueType>>::deserialize( Endpoint *endpoint)