OpenCV  4.5.3
Open Source Computer Vision
Static Public Member Functions | List of all members
cv::gapi::s11n::detail::S11N< T > Struct Template Reference

#include <opencv2/gapi/s11n/base.hpp>

Inheritance diagram for cv::gapi::s11n::detail::S11N< T >:
cv::gapi::s11n::detail::NotImplemented

Static Public Member Functions

static T deserialize (IIStream &)
 
static void serialize (IOStream &, const T &)
 

Member Function Documentation

◆ deserialize()

template<typename T >
static T cv::gapi::s11n::detail::S11N< T >::deserialize ( IIStream )
inlinestatic

◆ serialize()

template<typename T >
static void cv::gapi::s11n::detail::S11N< T >::serialize ( IOStream ,
const T &   
)
inlinestatic

The documentation for this struct was generated from the following file: