|
| template<typename U > |
| static auto | is_supported_type (const dotnet::type &type) -> bool |
| |
| template<typename Invoker > |
| static auto | try_load_mono_invoker (ser20::detail::InputArchiveBase &arbase, dotnet::object &obj, const Invoker &invoker) -> bool |
| |
| static auto | try_load_mono_object (ser20::detail::InputArchiveBase &arbase, dotnet::object &obj) -> bool |
| |
| static auto | try_load_mono_field (ser20::detail::InputArchiveBase &arbase, dotnet::object &obj, dotnet::field &field) -> bool |
| |
| static auto | try_load_mono_property (ser20::detail::InputArchiveBase &arbase, dotnet::object &obj, dotnet::property &prop) -> bool |
| |
template<typename Archive, typename T>
struct unravel::mono_loader< Archive, T >
Definition at line 249 of file script_component.cpp.