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