You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

446 lines
24 KiB

  1. <!DOCTYPE html>
  2. <!--[if IE]><![endif]-->
  3. <html>
  4. <head>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  7. <title>Class CustomObjectConverter&lt;T&gt;
  8. </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Class CustomObjectConverter&lt;T&gt;
  11. ">
  12. <meta name="generator" content="docfx 2.59.3.0">
  13. <link rel="shortcut icon" href="../favicon.ico">
  14. <link rel="stylesheet" href="../styles/docfx.vendor.css">
  15. <link rel="stylesheet" href="../styles/docfx.css">
  16. <link rel="stylesheet" href="../styles/main.css">
  17. <link rel="stylesheet" href="../styles/fix.css">
  18. <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
  19. <meta property="docfx:navrel" content="../toc.html">
  20. <meta property="docfx:tocrel" content="toc.html">
  21. <meta property="docfx:rel" content="../">
  22. <meta property="docfx:newtab" content="true">
  23. </head> <body data-spy="scroll" data-target="#affix" data-offset="120">
  24. <div id="wrapper">
  25. <header>
  26. <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
  27. <div class="container">
  28. <div class="navbar-header">
  29. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
  30. <span class="sr-only">Toggle navigation</span>
  31. <span class="icon-bar"></span>
  32. <span class="icon-bar"></span>
  33. <span class="icon-bar"></span>
  34. </button>
  35. <a class="navbar-brand" href="../index.html">
  36. <img id="logo" class="svg" src="../logo.svg" alt="">
  37. </a>
  38. </div>
  39. <div class="collapse navbar-collapse" id="navbar">
  40. <form class="navbar-form navbar-right" role="search" id="search">
  41. <div class="form-group">
  42. <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
  43. </div>
  44. </form>
  45. </div>
  46. </div>
  47. </nav>
  48. <div class="subnav navbar navbar-default">
  49. <div class="container hide-when-search" id="breadcrumb">
  50. <ul class="breadcrumb">
  51. <li></li>
  52. </ul>
  53. </div>
  54. </div>
  55. </header>
  56. <div class="container body-content">
  57. <div id="search-results">
  58. <div class="search-list">Search Results for <span></span></div>
  59. <div class="sr-items">
  60. <p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
  61. </div>
  62. <ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul>
  63. </div>
  64. </div>
  65. <div role="main" class="container body-content hide-when-search">
  66. <div class="sidenav hide-when-search">
  67. <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
  68. <div class="sidetoggle collapse" id="sidetoggle">
  69. <div id="sidetoc"></div>
  70. </div>
  71. </div>
  72. <div class="article row grid-right">
  73. <div class="col-md-10">
  74. <article class="content wrap" id="_content" data-uid="IPA.Config.Stores.Converters.CustomObjectConverter`1">
  75. <h1 id="IPA_Config_Stores_Converters_CustomObjectConverter_1" data-uid="IPA.Config.Stores.Converters.CustomObjectConverter`1" class="text-break">Class CustomObjectConverter&lt;T&gt;
  76. </h1>
  77. <div class="markdown level0 summary"><p>A <a class="xref" href="IPA.Config.Stores.ValueConverter-1.html">ValueConverter&lt;T&gt;</a> for objects normally serialized to config via <a class="xref" href="IPA.Config.Stores.GeneratedStore.html#IPA_Config_Stores_GeneratedStore_Generated__1_IPA_Config_Config_System_Boolean_">Generated&lt;T&gt;(Config, Boolean)</a>.</p>
  78. </div>
  79. <div class="markdown level0 conceptual"></div>
  80. <div class="inheritance">
  81. <h5>Inheritance</h5>
  82. <div class="level0"><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></div>
  83. <div class="level1"><a class="xref" href="IPA.Config.Stores.ValueConverter-1.html">ValueConverter</a>&lt;T&gt;</div>
  84. <div class="level2"><span class="xref">CustomObjectConverter&lt;T&gt;</span></div>
  85. </div>
  86. <div class="implements">
  87. <h5>Implements</h5>
  88. <div><a class="xref" href="IPA.Config.Stores.IValueConverter.html">IValueConverter</a></div>
  89. </div>
  90. <div class="inheritedMembers">
  91. <h5>Inherited Members</h5>
  92. <div>
  93. <a class="xref" href="IPA.Config.Stores.ValueConverter-1.html#IPA_Config_Stores_ValueConverter_1_IPA_Config_Stores_IValueConverter_ToValue_System_Nullable_System_Object__System_Object_">ValueConverter&lt;T&gt;.IValueConverter.ToValue(Nullable&lt;Object&gt;, Object)</a>
  94. </div>
  95. <div>
  96. <a class="xref" href="IPA.Config.Stores.ValueConverter-1.html#IPA_Config_Stores_ValueConverter_1_IPA_Config_Stores_IValueConverter_FromValue_IPA_Config_Data_Value_System_Object_">ValueConverter&lt;T&gt;.IValueConverter.FromValue(Value, Object)</a>
  97. </div>
  98. <div>
  99. <a class="xref" href="IPA.Config.Stores.ValueConverter-1.html#IPA_Config_Stores_ValueConverter_1_IPA_Config_Stores_IValueConverter_Type">ValueConverter&lt;T&gt;.IValueConverter.Type</a>
  100. </div>
  101. </div>
  102. <h6><strong>Namespace</strong>: <a class="xref" href="IPA.Config.Stores.Converters.html">IPA.Config.Stores.Converters</a></h6>
  103. <h6><strong>Assembly</strong>: IPA.Loader.dll</h6>
  104. <h5 id="IPA_Config_Stores_Converters_CustomObjectConverter_1_syntax">Syntax</h5>
  105. <div class="codewrapper">
  106. <pre><code class="lang-csharp hljs">public class CustomObjectConverter&lt;T&gt; : ValueConverter&lt;T&gt;, IValueConverter where T : class</code></pre>
  107. </div>
  108. <h5 class="typeParameters">Type Parameters</h5>
  109. <table class="table table-bordered table-striped table-condensed">
  110. <thead>
  111. <tr>
  112. <th>Name</th>
  113. <th>Description</th>
  114. </tr>
  115. </thead>
  116. <tbody>
  117. <tr>
  118. <td><span class="parametername">T</span></td>
  119. <td><p>the same type parameter that would be passed into <a class="xref" href="IPA.Config.Stores.GeneratedStore.html#IPA_Config_Stores_GeneratedStore_Generated__1_IPA_Config_Config_System_Boolean_">Generated&lt;T&gt;(Config, Boolean)</a></p>
  120. </td>
  121. </tr>
  122. </tbody>
  123. </table>
  124. <h3 id="methods">Methods
  125. </h3>
  126. <span class="small pull-right mobile-hide">
  127. <span class="divider">|</span>
  128. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Stores_Converters_CustomObjectConverter_1_Deserialize_IPA_Config_Data_Value_System_Object_.md&amp;value=---%0Auid%3A%20IPA.Config.Stores.Converters.CustomObjectConverter%601.Deserialize(IPA.Config.Data.Value%2CSystem.Object)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  129. </span>
  130. <span class="small pull-right mobile-hide">
  131. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Config/Stores/CustomObjectConverter.cs/#L57">View Source</a>
  132. </span>
  133. <a id="IPA_Config_Stores_Converters_CustomObjectConverter_1_Deserialize_" data-uid="IPA.Config.Stores.Converters.CustomObjectConverter`1.Deserialize*"></a>
  134. <h4 id="IPA_Config_Stores_Converters_CustomObjectConverter_1_Deserialize_IPA_Config_Data_Value_System_Object_" data-uid="IPA.Config.Stores.Converters.CustomObjectConverter`1.Deserialize(IPA.Config.Data.Value,System.Object)">Deserialize(Value, Object)</h4>
  135. <div class="markdown level1 summary"><p>Deserializes <code data-dev-comment-type="paramref" class="paramref">value</code> into a <code data-dev-comment-type="typeparamref" class="typeparamref">T</code> with the given <code data-dev-comment-type="paramref" class="paramref">parent</code>.</p>
  136. </div>
  137. <div class="markdown level1 conceptual"></div>
  138. <h5 class="decalaration">Declaration</h5>
  139. <div class="codewrapper">
  140. <pre><code class="lang-csharp hljs">public static T Deserialize(Value value, object parent)</code></pre>
  141. </div>
  142. <h5 class="parameters">Parameters</h5>
  143. <table class="table table-bordered table-striped table-condensed">
  144. <thead>
  145. <tr>
  146. <th>Type</th>
  147. <th>Name</th>
  148. <th>Description</th>
  149. </tr>
  150. </thead>
  151. <tbody>
  152. <tr>
  153. <td><a class="xref" href="IPA.Config.Data.Value.html">Value</a></td>
  154. <td><span class="parametername">value</span></td>
  155. <td><p>the <a class="xref" href="IPA.Config.Data.Value.html">Value</a> to deserialize</p>
  156. </td>
  157. </tr>
  158. <tr>
  159. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></td>
  160. <td><span class="parametername">parent</span></td>
  161. <td><p>the parent object that will own the deserialized value</p>
  162. </td>
  163. </tr>
  164. </tbody>
  165. </table>
  166. <h5 class="returns">Returns</h5>
  167. <table class="table table-bordered table-striped table-condensed">
  168. <thead>
  169. <tr>
  170. <th>Type</th>
  171. <th>Description</th>
  172. </tr>
  173. </thead>
  174. <tbody>
  175. <tr>
  176. <td><span class="xref">T</span></td>
  177. <td><p>the deserialized value</p>
  178. </td>
  179. </tr>
  180. </tbody>
  181. </table>
  182. <h5 id="IPA_Config_Stores_Converters_CustomObjectConverter_1_Deserialize_IPA_Config_Data_Value_System_Object__seealso">See Also</h5>
  183. <div class="seealso">
  184. <div><a class="xref" href="IPA.Config.Stores.ValueConverter-1.html#IPA_Config_Stores_ValueConverter_1_FromValue_IPA_Config_Data_Value_System_Object_">FromValue</a>(<a class="xref" href="IPA.Config.Data.Value.html">Value</a>, <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a>)</div>
  185. </div>
  186. <span class="small pull-right mobile-hide">
  187. <span class="divider">|</span>
  188. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Stores_Converters_CustomObjectConverter_1_FromValue_IPA_Config_Data_Value_System_Object_.md&amp;value=---%0Auid%3A%20IPA.Config.Stores.Converters.CustomObjectConverter%601.FromValue(IPA.Config.Data.Value%2CSystem.Object)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  189. </span>
  190. <span class="small pull-right mobile-hide">
  191. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Config/Stores/CustomObjectConverter.cs/#L77">View Source</a>
  192. </span>
  193. <a id="IPA_Config_Stores_Converters_CustomObjectConverter_1_FromValue_" data-uid="IPA.Config.Stores.Converters.CustomObjectConverter`1.FromValue*"></a>
  194. <h4 id="IPA_Config_Stores_Converters_CustomObjectConverter_1_FromValue_IPA_Config_Data_Value_System_Object_" data-uid="IPA.Config.Stores.Converters.CustomObjectConverter`1.FromValue(IPA.Config.Data.Value,System.Object)">FromValue(Value, Object)</h4>
  195. <div class="markdown level1 summary"><p>Deserializes <code data-dev-comment-type="paramref" class="paramref">value</code> into a <code data-dev-comment-type="typeparamref" class="typeparamref">T</code> with the given <code data-dev-comment-type="paramref" class="paramref">parent</code>.</p>
  196. </div>
  197. <div class="markdown level1 conceptual"></div>
  198. <h5 class="decalaration">Declaration</h5>
  199. <div class="codewrapper">
  200. <pre><code class="lang-csharp hljs">public override T FromValue(Value value, object parent)</code></pre>
  201. </div>
  202. <h5 class="parameters">Parameters</h5>
  203. <table class="table table-bordered table-striped table-condensed">
  204. <thead>
  205. <tr>
  206. <th>Type</th>
  207. <th>Name</th>
  208. <th>Description</th>
  209. </tr>
  210. </thead>
  211. <tbody>
  212. <tr>
  213. <td><a class="xref" href="IPA.Config.Data.Value.html">Value</a></td>
  214. <td><span class="parametername">value</span></td>
  215. <td><p>the <a class="xref" href="IPA.Config.Data.Value.html">Value</a> to deserialize</p>
  216. </td>
  217. </tr>
  218. <tr>
  219. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></td>
  220. <td><span class="parametername">parent</span></td>
  221. <td><p>the parent object that will own the deserialized value</p>
  222. </td>
  223. </tr>
  224. </tbody>
  225. </table>
  226. <h5 class="returns">Returns</h5>
  227. <table class="table table-bordered table-striped table-condensed">
  228. <thead>
  229. <tr>
  230. <th>Type</th>
  231. <th>Description</th>
  232. </tr>
  233. </thead>
  234. <tbody>
  235. <tr>
  236. <td><span class="xref">T</span></td>
  237. <td><p>the deserialized value</p>
  238. </td>
  239. </tr>
  240. </tbody>
  241. </table>
  242. <h5 class="overrides">Overrides</h5>
  243. <div><span class="xref">IPA.Config.Stores.ValueConverter&lt;T&gt;.FromValue(IPA.Config.Data.Value, System.Object)</span></div>
  244. <h5 id="IPA_Config_Stores_Converters_CustomObjectConverter_1_FromValue_IPA_Config_Data_Value_System_Object__seealso">See Also</h5>
  245. <div class="seealso">
  246. <div><a class="xref" href="IPA.Config.Stores.ValueConverter-1.html#IPA_Config_Stores_ValueConverter_1_FromValue_IPA_Config_Data_Value_System_Object_">FromValue</a>(<a class="xref" href="IPA.Config.Data.Value.html">Value</a>, <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a>)</div>
  247. </div>
  248. <span class="small pull-right mobile-hide">
  249. <span class="divider">|</span>
  250. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Stores_Converters_CustomObjectConverter_1_Serialize__0_System_Object_.md&amp;value=---%0Auid%3A%20IPA.Config.Stores.Converters.CustomObjectConverter%601.Serialize(%600%2CSystem.Object)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  251. </span>
  252. <span class="small pull-right mobile-hide">
  253. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Config/Stores/CustomObjectConverter.cs/#L67">View Source</a>
  254. </span>
  255. <a id="IPA_Config_Stores_Converters_CustomObjectConverter_1_Serialize_" data-uid="IPA.Config.Stores.Converters.CustomObjectConverter`1.Serialize*"></a>
  256. <h4 id="IPA_Config_Stores_Converters_CustomObjectConverter_1_Serialize__0_System_Object_" data-uid="IPA.Config.Stores.Converters.CustomObjectConverter`1.Serialize(`0,System.Object)">Serialize(T, Object)</h4>
  257. <div class="markdown level1 summary"><p>Serializes <code data-dev-comment-type="paramref" class="paramref">obj</code> into a <a class="xref" href="IPA.Config.Data.Value.html">Value</a> structure, given <code data-dev-comment-type="paramref" class="paramref">parent</code>.</p>
  258. </div>
  259. <div class="markdown level1 conceptual"></div>
  260. <h5 class="decalaration">Declaration</h5>
  261. <div class="codewrapper">
  262. <pre><code class="lang-csharp hljs">public static Value Serialize(T obj, object parent)</code></pre>
  263. </div>
  264. <h5 class="parameters">Parameters</h5>
  265. <table class="table table-bordered table-striped table-condensed">
  266. <thead>
  267. <tr>
  268. <th>Type</th>
  269. <th>Name</th>
  270. <th>Description</th>
  271. </tr>
  272. </thead>
  273. <tbody>
  274. <tr>
  275. <td><span class="xref">T</span></td>
  276. <td><span class="parametername">obj</span></td>
  277. <td><p>the object to serialize</p>
  278. </td>
  279. </tr>
  280. <tr>
  281. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></td>
  282. <td><span class="parametername">parent</span></td>
  283. <td><p>the parent object that owns <code data-dev-comment-type="paramref" class="paramref">obj</code></p>
  284. </td>
  285. </tr>
  286. </tbody>
  287. </table>
  288. <h5 class="returns">Returns</h5>
  289. <table class="table table-bordered table-striped table-condensed">
  290. <thead>
  291. <tr>
  292. <th>Type</th>
  293. <th>Description</th>
  294. </tr>
  295. </thead>
  296. <tbody>
  297. <tr>
  298. <td><a class="xref" href="IPA.Config.Data.Value.html">Value</a></td>
  299. <td><p>the <a class="xref" href="IPA.Config.Data.Value.html">Value</a> tree that represents <code data-dev-comment-type="paramref" class="paramref">obj</code></p>
  300. </td>
  301. </tr>
  302. </tbody>
  303. </table>
  304. <h5 id="IPA_Config_Stores_Converters_CustomObjectConverter_1_Serialize__0_System_Object__seealso">See Also</h5>
  305. <div class="seealso">
  306. <div><a class="xref" href="IPA.Config.Stores.ValueConverter-1.html#IPA_Config_Stores_ValueConverter_1_ToValue__0_System_Object_">ToValue</a>(T, <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a>)</div>
  307. </div>
  308. <span class="small pull-right mobile-hide">
  309. <span class="divider">|</span>
  310. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Stores_Converters_CustomObjectConverter_1_ToValue__0_System_Object_.md&amp;value=---%0Auid%3A%20IPA.Config.Stores.Converters.CustomObjectConverter%601.ToValue(%600%2CSystem.Object)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  311. </span>
  312. <span class="small pull-right mobile-hide">
  313. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Config/Stores/CustomObjectConverter.cs/#L87">View Source</a>
  314. </span>
  315. <a id="IPA_Config_Stores_Converters_CustomObjectConverter_1_ToValue_" data-uid="IPA.Config.Stores.Converters.CustomObjectConverter`1.ToValue*"></a>
  316. <h4 id="IPA_Config_Stores_Converters_CustomObjectConverter_1_ToValue__0_System_Object_" data-uid="IPA.Config.Stores.Converters.CustomObjectConverter`1.ToValue(`0,System.Object)">ToValue(T, Object)</h4>
  317. <div class="markdown level1 summary"><p>Serializes <code data-dev-comment-type="paramref" class="paramref">obj</code> into a <a class="xref" href="IPA.Config.Data.Value.html">Value</a> structure, given <code data-dev-comment-type="paramref" class="paramref">parent</code>.</p>
  318. </div>
  319. <div class="markdown level1 conceptual"></div>
  320. <h5 class="decalaration">Declaration</h5>
  321. <div class="codewrapper">
  322. <pre><code class="lang-csharp hljs">public override Value ToValue(T obj, object parent)</code></pre>
  323. </div>
  324. <h5 class="parameters">Parameters</h5>
  325. <table class="table table-bordered table-striped table-condensed">
  326. <thead>
  327. <tr>
  328. <th>Type</th>
  329. <th>Name</th>
  330. <th>Description</th>
  331. </tr>
  332. </thead>
  333. <tbody>
  334. <tr>
  335. <td><span class="xref">T</span></td>
  336. <td><span class="parametername">obj</span></td>
  337. <td><p>the object to serialize</p>
  338. </td>
  339. </tr>
  340. <tr>
  341. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></td>
  342. <td><span class="parametername">parent</span></td>
  343. <td><p>the parent object that owns <code data-dev-comment-type="paramref" class="paramref">obj</code></p>
  344. </td>
  345. </tr>
  346. </tbody>
  347. </table>
  348. <h5 class="returns">Returns</h5>
  349. <table class="table table-bordered table-striped table-condensed">
  350. <thead>
  351. <tr>
  352. <th>Type</th>
  353. <th>Description</th>
  354. </tr>
  355. </thead>
  356. <tbody>
  357. <tr>
  358. <td><a class="xref" href="IPA.Config.Data.Value.html">Value</a></td>
  359. <td><p>the <a class="xref" href="IPA.Config.Data.Value.html">Value</a> tree that represents <code data-dev-comment-type="paramref" class="paramref">obj</code></p>
  360. </td>
  361. </tr>
  362. </tbody>
  363. </table>
  364. <h5 class="overrides">Overrides</h5>
  365. <div><span class="xref">IPA.Config.Stores.ValueConverter&lt;T&gt;.ToValue(T, System.Object)</span></div>
  366. <h5 id="IPA_Config_Stores_Converters_CustomObjectConverter_1_ToValue__0_System_Object__seealso">See Also</h5>
  367. <div class="seealso">
  368. <div><a class="xref" href="IPA.Config.Stores.ValueConverter-1.html#IPA_Config_Stores_ValueConverter_1_ToValue__0_System_Object_">ToValue</a>(T, <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a>)</div>
  369. </div>
  370. <h3 id="implements">Implements</h3>
  371. <div>
  372. <a class="xref" href="IPA.Config.Stores.IValueConverter.html">IValueConverter</a>
  373. </div>
  374. <h3 id="extensionmethods">Extension Methods</h3>
  375. <div>
  376. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_SetField__2___0_System_String___1_">ReflectionUtil.SetField&lt;T, U&gt;(T, String, U)</a>
  377. </div>
  378. <div>
  379. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_GetField__2___1_System_String_">ReflectionUtil.GetField&lt;U, T&gt;(T, String)</a>
  380. </div>
  381. <div>
  382. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_SetProperty__2___0_System_String___1_">ReflectionUtil.SetProperty&lt;T, U&gt;(T, String, U)</a>
  383. </div>
  384. <div>
  385. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_GetProperty__2___1_System_String_">ReflectionUtil.GetProperty&lt;U, T&gt;(T, String)</a>
  386. </div>
  387. <div>
  388. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_InvokeMethod__2___1_System_String_System_Object___">ReflectionUtil.InvokeMethod&lt;U, T&gt;(T, String, Object[])</a>
  389. </div>
  390. <h3 id="seealso">See Also</h3>
  391. <div class="seealso">
  392. <div><a class="xref" href="IPA.Config.Stores.GeneratedStore.html#IPA_Config_Stores_GeneratedStore_Generated__1_IPA_Config_Config_System_Boolean_">Generated&lt;T&gt;</a>(<a class="xref" href="IPA.Config.Config.html">Config</a>, <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.boolean">Boolean</a>)</div>
  393. </div>
  394. </article>
  395. </div>
  396. <div class="hidden-sm col-md-2" role="complementary">
  397. <div class="sideaffix">
  398. <div class="contribution">
  399. <ul class="nav">
  400. <li>
  401. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_Stores_Converters_CustomObjectConverter_1.md&amp;value=---%0Auid%3A%20IPA.Config.Stores.Converters.CustomObjectConverter%601%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
  402. </li>
  403. <li>
  404. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Config/Stores/CustomObjectConverter.cs/#L12" class="contribution-link">View Source</a>
  405. </li>
  406. </ul>
  407. </div>
  408. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  409. <h5>In This Article</h5>
  410. <div></div>
  411. </nav>
  412. </div>
  413. </div>
  414. </div>
  415. </div>
  416. <footer>
  417. <div class="grad-bottom"></div>
  418. <div class="footer">
  419. <div class="container">
  420. <span class="pull-right">
  421. <a href="#top">Back to top</a>
  422. </span>
  423. <span>Generated by <strong>DocFX</strong></span>
  424. </div>
  425. </div>
  426. </footer>
  427. </div>
  428. <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
  429. <script type="text/javascript" src="../styles/docfx.js"></script>
  430. <script type="text/javascript" src="../styles/main.js"></script>
  431. </body>
  432. </html>