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