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.

2 lines
1.3 KiB

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>InferBase__ZipLib (InferBase.InferBase__ZipLib)</title><link rel="stylesheet" href="../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc %%VERSION%%"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><div class="content"><header><nav><a href="../index.html">Up</a> <a href="../index.html">InferBase</a> &#x00BB; InferBase__ZipLib</nav><h1>Module <code>InferBase__ZipLib</code></h1></header><dl><dt class="spec value" id="val-load"><a href="#val-load" class="anchor"></a><code><span class="keyword">val</span> load : <span><span class="type-var">'a</span> <a href="../InferBase/Serialization/index.html#type-serializer">InferBase.Serialization.serializer</a></span> <span>&#45;&gt;</span> string <span>&#45;&gt;</span> <span><span class="type-var">'a</span> option</span></code></dt><dd><p><code>load serializer path</code> searches for the file at the given path in the zip libraries. If Config.infer_cache is set, already deserialized data will be saved there and <code>path</code> will be searched from the cache first.</p></dd></dl></div></body></html>