|
@@ -3,7 +3,7 @@
|
|
|
<head>
|
|
<head>
|
|
|
<title>String Buffer Library</title>
|
|
<title>String Buffer Library</title>
|
|
|
<meta charset="utf-8">
|
|
<meta charset="utf-8">
|
|
|
-<meta name="Copyright" content="Copyright (C) 2005-2021">
|
|
|
|
|
|
|
+<meta name="Copyright" content="Copyright (C) 2005-2022">
|
|
|
<meta name="Language" content="en">
|
|
<meta name="Language" content="en">
|
|
|
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
|
|
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
|
|
|
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
|
|
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
|
|
@@ -448,6 +448,10 @@ encoded data. The stand-alone function throws when there's left-over
|
|
|
data after decoding a single top-level object. The buffer method leaves
|
|
data after decoding a single top-level object. The buffer method leaves
|
|
|
any left-over data in the buffer.
|
|
any left-over data in the buffer.
|
|
|
</p>
|
|
</p>
|
|
|
|
|
+<p>
|
|
|
|
|
+Attempting to de-serialize an FFI type will throw an error, if the FFI
|
|
|
|
|
+library is not built-in or has not been loaded, yet.
|
|
|
|
|
+</p>
|
|
|
|
|
|
|
|
<h3 id="serialize_options">Serialization Options</h3>
|
|
<h3 id="serialize_options">Serialization Options</h3>
|
|
|
<p>
|
|
<p>
|
|
@@ -683,7 +687,7 @@ mappings of files are OK, but only if the file does not change.
|
|
|
</div>
|
|
</div>
|
|
|
<div id="foot">
|
|
<div id="foot">
|
|
|
<hr class="hide">
|
|
<hr class="hide">
|
|
|
-Copyright © 2005-2021
|
|
|
|
|
|
|
+Copyright © 2005-2022
|
|
|
<span class="noprint">
|
|
<span class="noprint">
|
|
|
·
|
|
·
|
|
|
<a href="contact.html">Contact</a>
|
|
<a href="contact.html">Contact</a>
|