9 #include <model_server/lib/variant.hpp> 10 #ifndef TURI_UNITY_LIB_API_FUNCTION_CLOSURE_INFO_HPP 11 #define TURI_UNITY_LIB_API_FUNCTION_CLOSURE_INFO_HPP 16 #include <core/storage/serialization/serialization_includes.hpp> 48 std::string native_fn_name;
49 std::vector<std::pair<size_t, std::shared_ptr<variant_type>>> arguments;
61 #endif // TURI_UNITY_LIB_API_FUNCTION_CLOSURE_INFO_HPP The serialization input archive object which, provided with a reference to an istream, will read from the istream, providing deserialization capabilities.
The serialization output archive object which, provided with a reference to an ostream, will write to the ostream, providing serialization capabilities.