diff --git a/attr-bound.html b/attr-bound.html index b48fdc4..fdeb0a4 100644 --- a/attr-bound.html +++ b/attr-bound.html @@ -755,7 +755,7 @@

diff --git a/attr-default.html b/attr-default.html index 08ec544..2a263a1 100644 --- a/attr-default.html +++ b/attr-default.html @@ -736,7 +736,7 @@

diff --git a/attr-flatten.html b/attr-flatten.html index d00c080..5069f66 100644 --- a/attr-flatten.html +++ b/attr-flatten.html @@ -746,7 +746,7 @@

diff --git a/attr-rename.html b/attr-rename.html index 86e2947..d5f25a1 100644 --- a/attr-rename.html +++ b/attr-rename.html @@ -701,7 +701,7 @@

var gitbook = gitbook || []; gitbook.push(function() { - gitbook.page.hasChanged({"page":{"title":"Serialize fields as camelCase","level":"1.9.9","depth":2,"next":{"title":"Skip serializing field","level":"1.9.10","depth":2,"path":"attr-skip-serializing.md","ref":"attr-skip-serializing.md","articles":[]},"previous":{"title":"Serialize enum as number","level":"1.9.8","depth":2,"path":"enum-number.md","ref":"enum-number.md","articles":[]},"dir":"ltr"},"config":{"plugins":["-search","-sharing","sane-sidebar","codeblock-omit","codeblock-rust","edit-link","ga4","bulk-redirect","checklist","anchors"],"root":"_src","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"checklist":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"codeblock-rust":{},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"sane-sidebar":{},"codeblock-omit":{},"bulk-redirect":{"redirectsFile":"redirects.json"},"ga4":{"anonymize_ip":true,"cookie_domain":"serde.rs","tag":"G-T5QD1R7FZW"},"edit-link":{"label":"Edit","base":"https://github.com/serde-rs/serde-rs.github.io/edit/master/_src"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"anchors":{}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Serde","language":"en","gitbook":"*"},"file":{"path":"attr-rename.md","mtime":"2022-07-28T19:54:28.669Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2023-07-09T23:31:38.400Z"},"basePath":".","book":{"language":""}}); + gitbook.page.hasChanged({"page":{"title":"Serialize fields as camelCase","level":"1.9.9","depth":2,"next":{"title":"Skip serializing field","level":"1.9.10","depth":2,"path":"attr-skip-serializing.md","ref":"attr-skip-serializing.md","articles":[]},"previous":{"title":"Serialize enum as number","level":"1.9.8","depth":2,"path":"enum-number.md","ref":"enum-number.md","articles":[]},"dir":"ltr"},"config":{"plugins":["-search","-sharing","sane-sidebar","codeblock-omit","codeblock-rust","edit-link","ga4","bulk-redirect","checklist","anchors"],"root":"_src","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"checklist":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"codeblock-rust":{},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"sane-sidebar":{},"codeblock-omit":{},"bulk-redirect":{"redirectsFile":"redirects.json"},"ga4":{"anonymize_ip":true,"cookie_domain":"serde.rs","tag":"G-T5QD1R7FZW"},"edit-link":{"label":"Edit","base":"https://github.com/serde-rs/serde-rs.github.io/edit/master/_src"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"anchors":{}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Serde","language":"en","gitbook":"*"},"file":{"path":"attr-rename.md","mtime":"2022-07-28T19:54:28.669Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2023-08-05T21:34:19.057Z"},"basePath":".","book":{"language":""}}); }); diff --git a/attr-skip-serializing.html b/attr-skip-serializing.html index 14391b5..6773d48 100644 --- a/attr-skip-serializing.html +++ b/attr-skip-serializing.html @@ -736,7 +736,7 @@

diff --git a/attributes.html b/attributes.html index 9ae53c7..2070b93 100644 --- a/attributes.html +++ b/attributes.html @@ -700,7 +700,7 @@

diff --git a/container-attrs.html b/container-attrs.html index a106add..1d02e4f 100644 --- a/container-attrs.html +++ b/container-attrs.html @@ -747,6 +747,11 @@

#[serde(expecting = "...")]

+

Specify a custom type expectation text for deserialization error messages. +This is used by the generated expecting method for the container Visitor, +and as a fallthrough error message for untagged enums.

+ @@ -775,7 +780,7 @@

diff --git a/conventions.html b/conventions.html index 1ff4d76..5088dab 100644 --- a/conventions.html +++ b/conventions.html @@ -704,7 +704,7 @@

diff --git a/convert-error.html b/convert-error.html index cb2dd48..1256c9f 100644 --- a/convert-error.html +++ b/convert-error.html @@ -749,7 +749,7 @@

diff --git a/custom-date-format.html b/custom-date-format.html index a221f55..6657e47 100644 --- a/custom-date-format.html +++ b/custom-date-format.html @@ -749,7 +749,7 @@

diff --git a/custom-serialization.html b/custom-serialization.html index 2404df3..1f36715 100644 --- a/custom-serialization.html +++ b/custom-serialization.html @@ -700,7 +700,7 @@

diff --git a/data-format.html b/data-format.html index aee0c0a..ea35d3d 100644 --- a/data-format.html +++ b/data-format.html @@ -697,7 +697,7 @@

diff --git a/data-model.html b/data-model.html index b00b1f0..d0a7636 100644 --- a/data-model.html +++ b/data-model.html @@ -825,7 +825,7 @@

var gitbook = gitbook || []; gitbook.push(function() { - gitbook.page.hasChanged({"page":{"title":"Serde data model","level":"1.3","depth":1,"next":{"title":"Using derive","level":"1.4","depth":1,"path":"derive.md","ref":"derive.md","articles":[]},"previous":{"title":"Help","level":"1.2","depth":1,"path":"help.md","ref":"help.md","articles":[]},"dir":"ltr"},"config":{"plugins":["-search","-sharing","sane-sidebar","codeblock-omit","codeblock-rust","edit-link","ga4","bulk-redirect","checklist","anchors"],"root":"_src","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"checklist":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"codeblock-rust":{},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"sane-sidebar":{},"codeblock-omit":{},"bulk-redirect":{"redirectsFile":"redirects.json"},"ga4":{"anonymize_ip":true,"cookie_domain":"serde.rs","tag":"G-T5QD1R7FZW"},"edit-link":{"label":"Edit","base":"https://github.com/serde-rs/serde-rs.github.io/edit/master/_src"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"anchors":{}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Serde","language":"en","gitbook":"*"},"file":{"path":"data-model.md","mtime":"2022-12-18T19:58:00.214Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2023-07-09T23:31:38.400Z"},"basePath":".","book":{"language":""}}); + gitbook.page.hasChanged({"page":{"title":"Serde data model","level":"1.3","depth":1,"next":{"title":"Using derive","level":"1.4","depth":1,"path":"derive.md","ref":"derive.md","articles":[]},"previous":{"title":"Help","level":"1.2","depth":1,"path":"help.md","ref":"help.md","articles":[]},"dir":"ltr"},"config":{"plugins":["-search","-sharing","sane-sidebar","codeblock-omit","codeblock-rust","edit-link","ga4","bulk-redirect","checklist","anchors"],"root":"_src","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"checklist":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"codeblock-rust":{},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"sane-sidebar":{},"codeblock-omit":{},"bulk-redirect":{"redirectsFile":"redirects.json"},"ga4":{"anonymize_ip":true,"cookie_domain":"serde.rs","tag":"G-T5QD1R7FZW"},"edit-link":{"label":"Edit","base":"https://github.com/serde-rs/serde-rs.github.io/edit/master/_src"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"anchors":{}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Serde","language":"en","gitbook":"*"},"file":{"path":"data-model.md","mtime":"2022-12-18T19:58:00.214Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2023-08-05T21:34:19.057Z"},"basePath":".","book":{"language":""}}); }); diff --git a/derive.html b/derive.html index d6b9b73..2668ef9 100644 --- a/derive.html +++ b/derive.html @@ -748,7 +748,7 @@

diff --git a/deserialize-map.html b/deserialize-map.html index 7cdce8c..e13fe0f 100644 --- a/deserialize-map.html +++ b/deserialize-map.html @@ -754,7 +754,7 @@

diff --git a/deserialize-struct.html b/deserialize-struct.html index 2797863..03b7d8c 100644 --- a/deserialize-struct.html +++ b/deserialize-struct.html @@ -786,7 +786,7 @@

diff --git a/enum-number.html b/enum-number.html index dcac711..437cbec 100644 --- a/enum-number.html +++ b/enum-number.html @@ -705,7 +705,7 @@

diff --git a/enum-representations.html b/enum-representations.html index 545fd24..b99f72d 100644 --- a/enum-representations.html +++ b/enum-representations.html @@ -754,7 +754,7 @@

var gitbook = gitbook || []; gitbook.push(function() { - gitbook.page.hasChanged({"page":{"title":"Enum representations","level":"1.9.2","depth":2,"next":{"title":"Default value for a field","level":"1.9.3","depth":2,"path":"attr-default.md","ref":"attr-default.md","articles":[]},"previous":{"title":"Structs and enums in JSON","level":"1.9.1","depth":2,"path":"json.md","ref":"json.md","articles":[]},"dir":"ltr"},"config":{"plugins":["-search","-sharing","sane-sidebar","codeblock-omit","codeblock-rust","edit-link","ga4","bulk-redirect","checklist","anchors"],"root":"_src","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"checklist":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"codeblock-rust":{},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"sane-sidebar":{},"codeblock-omit":{},"bulk-redirect":{"redirectsFile":"redirects.json"},"ga4":{"anonymize_ip":true,"cookie_domain":"serde.rs","tag":"G-T5QD1R7FZW"},"edit-link":{"label":"Edit","base":"https://github.com/serde-rs/serde-rs.github.io/edit/master/_src"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"anchors":{}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Serde","language":"en","gitbook":"*"},"file":{"path":"enum-representations.md","mtime":"2022-07-28T19:54:28.673Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2023-07-09T23:31:38.400Z"},"basePath":".","book":{"language":""}}); + gitbook.page.hasChanged({"page":{"title":"Enum representations","level":"1.9.2","depth":2,"next":{"title":"Default value for a field","level":"1.9.3","depth":2,"path":"attr-default.md","ref":"attr-default.md","articles":[]},"previous":{"title":"Structs and enums in JSON","level":"1.9.1","depth":2,"path":"json.md","ref":"json.md","articles":[]},"dir":"ltr"},"config":{"plugins":["-search","-sharing","sane-sidebar","codeblock-omit","codeblock-rust","edit-link","ga4","bulk-redirect","checklist","anchors"],"root":"_src","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"checklist":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"codeblock-rust":{},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"sane-sidebar":{},"codeblock-omit":{},"bulk-redirect":{"redirectsFile":"redirects.json"},"ga4":{"anonymize_ip":true,"cookie_domain":"serde.rs","tag":"G-T5QD1R7FZW"},"edit-link":{"label":"Edit","base":"https://github.com/serde-rs/serde-rs.github.io/edit/master/_src"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"anchors":{}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Serde","language":"en","gitbook":"*"},"file":{"path":"enum-representations.md","mtime":"2022-07-28T19:54:28.673Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2023-08-05T21:34:19.057Z"},"basePath":".","book":{"language":""}}); }); diff --git a/error-handling.html b/error-handling.html index f75a844..d69b740 100644 --- a/error-handling.html +++ b/error-handling.html @@ -763,7 +763,7 @@

diff --git a/examples.html b/examples.html index 2483749..f62326d 100644 --- a/examples.html +++ b/examples.html @@ -717,7 +717,7 @@

var gitbook = gitbook || []; gitbook.push(function() { - gitbook.page.hasChanged({"page":{"title":"Examples","level":"1.9","depth":1,"next":{"title":"Structs and enums in JSON","level":"1.9.1","depth":2,"path":"json.md","ref":"json.md","articles":[]},"previous":{"title":"Deserializer lifetimes","level":"1.8","depth":1,"path":"lifetimes.md","ref":"lifetimes.md","articles":[]},"dir":"ltr"},"config":{"plugins":["-search","-sharing","sane-sidebar","codeblock-omit","codeblock-rust","edit-link","ga4","bulk-redirect","checklist","anchors"],"root":"_src","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"checklist":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"codeblock-rust":{},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"sane-sidebar":{},"codeblock-omit":{},"bulk-redirect":{"redirectsFile":"redirects.json"},"ga4":{"anonymize_ip":true,"cookie_domain":"serde.rs","tag":"G-T5QD1R7FZW"},"edit-link":{"label":"Edit","base":"https://github.com/serde-rs/serde-rs.github.io/edit/master/_src"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"anchors":{}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Serde","language":"en","gitbook":"*"},"file":{"path":"examples.md","mtime":"2022-07-28T19:54:28.673Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2023-07-09T23:31:38.400Z"},"basePath":".","book":{"language":""}}); + gitbook.page.hasChanged({"page":{"title":"Examples","level":"1.9","depth":1,"next":{"title":"Structs and enums in JSON","level":"1.9.1","depth":2,"path":"json.md","ref":"json.md","articles":[]},"previous":{"title":"Deserializer lifetimes","level":"1.8","depth":1,"path":"lifetimes.md","ref":"lifetimes.md","articles":[]},"dir":"ltr"},"config":{"plugins":["-search","-sharing","sane-sidebar","codeblock-omit","codeblock-rust","edit-link","ga4","bulk-redirect","checklist","anchors"],"root":"_src","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"checklist":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"codeblock-rust":{},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"sane-sidebar":{},"codeblock-omit":{},"bulk-redirect":{"redirectsFile":"redirects.json"},"ga4":{"anonymize_ip":true,"cookie_domain":"serde.rs","tag":"G-T5QD1R7FZW"},"edit-link":{"label":"Edit","base":"https://github.com/serde-rs/serde-rs.github.io/edit/master/_src"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"anchors":{}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Serde","language":"en","gitbook":"*"},"file":{"path":"examples.md","mtime":"2022-07-28T19:54:28.673Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2023-08-05T21:34:19.057Z"},"basePath":".","book":{"language":""}}); }); diff --git a/feature-flags.html b/feature-flags.html index 1b60851..787e41c 100644 --- a/feature-flags.html +++ b/feature-flags.html @@ -704,7 +704,7 @@

var gitbook = gitbook || []; gitbook.push(function() { - gitbook.page.hasChanged({"page":{"title":"Feature flags","level":"1.11","depth":1,"previous":{"title":"No-std support","level":"1.10","depth":1,"path":"no-std.md","ref":"no-std.md","articles":[]},"dir":"ltr"},"config":{"plugins":["-search","-sharing","sane-sidebar","codeblock-omit","codeblock-rust","edit-link","ga4","bulk-redirect","checklist","anchors"],"root":"_src","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"checklist":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"codeblock-rust":{},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"sane-sidebar":{},"codeblock-omit":{},"bulk-redirect":{"redirectsFile":"redirects.json"},"ga4":{"anonymize_ip":true,"cookie_domain":"serde.rs","tag":"G-T5QD1R7FZW"},"edit-link":{"label":"Edit","base":"https://github.com/serde-rs/serde-rs.github.io/edit/master/_src"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"anchors":{}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Serde","language":"en","gitbook":"*"},"file":{"path":"feature-flags.md","mtime":"2023-06-24T05:45:45.446Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2023-07-09T23:31:38.400Z"},"basePath":".","book":{"language":""}}); + gitbook.page.hasChanged({"page":{"title":"Feature flags","level":"1.11","depth":1,"previous":{"title":"No-std support","level":"1.10","depth":1,"path":"no-std.md","ref":"no-std.md","articles":[]},"dir":"ltr"},"config":{"plugins":["-search","-sharing","sane-sidebar","codeblock-omit","codeblock-rust","edit-link","ga4","bulk-redirect","checklist","anchors"],"root":"_src","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"checklist":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"codeblock-rust":{},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"sane-sidebar":{},"codeblock-omit":{},"bulk-redirect":{"redirectsFile":"redirects.json"},"ga4":{"anonymize_ip":true,"cookie_domain":"serde.rs","tag":"G-T5QD1R7FZW"},"edit-link":{"label":"Edit","base":"https://github.com/serde-rs/serde-rs.github.io/edit/master/_src"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"anchors":{}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Serde","language":"en","gitbook":"*"},"file":{"path":"feature-flags.md","mtime":"2023-06-24T05:45:45.446Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2023-08-05T21:34:19.057Z"},"basePath":".","book":{"language":""}}); }); diff --git a/field-attrs.html b/field-attrs.html index b154ccb..e73c68c 100644 --- a/field-attrs.html +++ b/field-attrs.html @@ -770,7 +770,7 @@

var gitbook = gitbook || []; gitbook.push(function() { - gitbook.page.hasChanged({"page":{"title":"Field attributes","level":"1.5.3","depth":2,"next":{"title":"Custom serialization","level":"1.6","depth":1,"path":"custom-serialization.md","ref":"custom-serialization.md","articles":[{"title":"Implementing Serialize","level":"1.6.1","depth":2,"path":"impl-serialize.md","ref":"impl-serialize.md","articles":[]},{"title":"Implementing Deserialize","level":"1.6.2","depth":2,"path":"impl-deserialize.md","ref":"impl-deserialize.md","articles":[]},{"title":"Unit testing","level":"1.6.3","depth":2,"path":"unit-testing.md","ref":"unit-testing.md","articles":[]}]},"previous":{"title":"Variant attributes","level":"1.5.2","depth":2,"path":"variant-attrs.md","ref":"variant-attrs.md","articles":[]},"dir":"ltr"},"config":{"plugins":["-search","-sharing","sane-sidebar","codeblock-omit","codeblock-rust","edit-link","ga4","bulk-redirect","checklist","anchors"],"root":"_src","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"checklist":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"codeblock-rust":{},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"sane-sidebar":{},"codeblock-omit":{},"bulk-redirect":{"redirectsFile":"redirects.json"},"ga4":{"anonymize_ip":true,"cookie_domain":"serde.rs","tag":"G-T5QD1R7FZW"},"edit-link":{"label":"Edit","base":"https://github.com/serde-rs/serde-rs.github.io/edit/master/_src"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"anchors":{}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Serde","language":"en","gitbook":"*"},"file":{"path":"field-attrs.md","mtime":"2022-07-28T19:54:28.673Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2023-07-09T23:31:38.400Z"},"basePath":".","book":{"language":""}}); + gitbook.page.hasChanged({"page":{"title":"Field attributes","level":"1.5.3","depth":2,"next":{"title":"Custom serialization","level":"1.6","depth":1,"path":"custom-serialization.md","ref":"custom-serialization.md","articles":[{"title":"Implementing Serialize","level":"1.6.1","depth":2,"path":"impl-serialize.md","ref":"impl-serialize.md","articles":[]},{"title":"Implementing Deserialize","level":"1.6.2","depth":2,"path":"impl-deserialize.md","ref":"impl-deserialize.md","articles":[]},{"title":"Unit testing","level":"1.6.3","depth":2,"path":"unit-testing.md","ref":"unit-testing.md","articles":[]}]},"previous":{"title":"Variant attributes","level":"1.5.2","depth":2,"path":"variant-attrs.md","ref":"variant-attrs.md","articles":[]},"dir":"ltr"},"config":{"plugins":["-search","-sharing","sane-sidebar","codeblock-omit","codeblock-rust","edit-link","ga4","bulk-redirect","checklist","anchors"],"root":"_src","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"checklist":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"codeblock-rust":{},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"sane-sidebar":{},"codeblock-omit":{},"bulk-redirect":{"redirectsFile":"redirects.json"},"ga4":{"anonymize_ip":true,"cookie_domain":"serde.rs","tag":"G-T5QD1R7FZW"},"edit-link":{"label":"Edit","base":"https://github.com/serde-rs/serde-rs.github.io/edit/master/_src"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"anchors":{}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Serde","language":"en","gitbook":"*"},"file":{"path":"field-attrs.md","mtime":"2022-07-28T19:54:28.673Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2023-08-05T21:34:19.057Z"},"basePath":".","book":{"language":""}}); }); diff --git a/help.html b/help.html index c367c1f..accf393 100644 --- a/help.html +++ b/help.html @@ -684,7 +684,7 @@

diff --git a/ignored-any.html b/ignored-any.html index 6f47e34..80191d0 100644 --- a/ignored-any.html +++ b/ignored-any.html @@ -767,7 +767,7 @@

diff --git a/impl-deserialize.html b/impl-deserialize.html index 6539aea..ed47285 100644 --- a/impl-deserialize.html +++ b/impl-deserialize.html @@ -797,7 +797,7 @@

diff --git a/impl-deserializer.html b/impl-deserializer.html index b313f07..f056354 100644 --- a/impl-deserializer.html +++ b/impl-deserializer.html @@ -1388,7 +1388,7 @@

var gitbook = gitbook || []; gitbook.push(function() { - gitbook.page.hasChanged({"page":{"title":"Implementing a Deserializer","level":"1.7.4","depth":2,"next":{"title":"Deserializer lifetimes","level":"1.8","depth":1,"path":"lifetimes.md","ref":"lifetimes.md","articles":[]},"previous":{"title":"Implementing a Serializer","level":"1.7.3","depth":2,"path":"impl-serializer.md","ref":"impl-serializer.md","articles":[]},"dir":"ltr"},"config":{"plugins":["-search","-sharing","sane-sidebar","codeblock-omit","codeblock-rust","edit-link","ga4","bulk-redirect","checklist","anchors"],"root":"_src","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"checklist":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"codeblock-rust":{},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"sane-sidebar":{},"codeblock-omit":{},"bulk-redirect":{"redirectsFile":"redirects.json"},"ga4":{"anonymize_ip":true,"cookie_domain":"serde.rs","tag":"G-T5QD1R7FZW"},"edit-link":{"label":"Edit","base":"https://github.com/serde-rs/serde-rs.github.io/edit/master/_src"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"anchors":{}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Serde","language":"en","gitbook":"*"},"file":{"path":"impl-deserializer.md","mtime":"2022-12-18T19:59:15.374Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2023-07-09T23:31:38.400Z"},"basePath":".","book":{"language":""}}); + gitbook.page.hasChanged({"page":{"title":"Implementing a Deserializer","level":"1.7.4","depth":2,"next":{"title":"Deserializer lifetimes","level":"1.8","depth":1,"path":"lifetimes.md","ref":"lifetimes.md","articles":[]},"previous":{"title":"Implementing a Serializer","level":"1.7.3","depth":2,"path":"impl-serializer.md","ref":"impl-serializer.md","articles":[]},"dir":"ltr"},"config":{"plugins":["-search","-sharing","sane-sidebar","codeblock-omit","codeblock-rust","edit-link","ga4","bulk-redirect","checklist","anchors"],"root":"_src","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"checklist":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"codeblock-rust":{},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"sane-sidebar":{},"codeblock-omit":{},"bulk-redirect":{"redirectsFile":"redirects.json"},"ga4":{"anonymize_ip":true,"cookie_domain":"serde.rs","tag":"G-T5QD1R7FZW"},"edit-link":{"label":"Edit","base":"https://github.com/serde-rs/serde-rs.github.io/edit/master/_src"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"anchors":{}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Serde","language":"en","gitbook":"*"},"file":{"path":"impl-deserializer.md","mtime":"2022-12-18T19:59:15.374Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2023-08-05T21:34:19.057Z"},"basePath":".","book":{"language":""}}); }); diff --git a/impl-serialize.html b/impl-serialize.html index 3e6b24c..c12121a 100644 --- a/impl-serialize.html +++ b/impl-serialize.html @@ -842,7 +842,7 @@

var gitbook = gitbook || []; gitbook.push(function() { - gitbook.page.hasChanged({"page":{"title":"Implementing Serialize","level":"1.6.1","depth":2,"next":{"title":"Implementing Deserialize","level":"1.6.2","depth":2,"path":"impl-deserialize.md","ref":"impl-deserialize.md","articles":[]},"previous":{"title":"Custom serialization","level":"1.6","depth":1,"path":"custom-serialization.md","ref":"custom-serialization.md","articles":[{"title":"Implementing Serialize","level":"1.6.1","depth":2,"path":"impl-serialize.md","ref":"impl-serialize.md","articles":[]},{"title":"Implementing Deserialize","level":"1.6.2","depth":2,"path":"impl-deserialize.md","ref":"impl-deserialize.md","articles":[]},{"title":"Unit testing","level":"1.6.3","depth":2,"path":"unit-testing.md","ref":"unit-testing.md","articles":[]}]},"dir":"ltr"},"config":{"plugins":["-search","-sharing","sane-sidebar","codeblock-omit","codeblock-rust","edit-link","ga4","bulk-redirect","checklist","anchors"],"root":"_src","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"checklist":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"codeblock-rust":{},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"sane-sidebar":{},"codeblock-omit":{},"bulk-redirect":{"redirectsFile":"redirects.json"},"ga4":{"anonymize_ip":true,"cookie_domain":"serde.rs","tag":"G-T5QD1R7FZW"},"edit-link":{"label":"Edit","base":"https://github.com/serde-rs/serde-rs.github.io/edit/master/_src"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"anchors":{}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Serde","language":"en","gitbook":"*"},"file":{"path":"impl-serialize.md","mtime":"2022-12-18T19:59:50.123Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2023-07-09T23:31:38.400Z"},"basePath":".","book":{"language":""}}); + gitbook.page.hasChanged({"page":{"title":"Implementing Serialize","level":"1.6.1","depth":2,"next":{"title":"Implementing Deserialize","level":"1.6.2","depth":2,"path":"impl-deserialize.md","ref":"impl-deserialize.md","articles":[]},"previous":{"title":"Custom serialization","level":"1.6","depth":1,"path":"custom-serialization.md","ref":"custom-serialization.md","articles":[{"title":"Implementing Serialize","level":"1.6.1","depth":2,"path":"impl-serialize.md","ref":"impl-serialize.md","articles":[]},{"title":"Implementing Deserialize","level":"1.6.2","depth":2,"path":"impl-deserialize.md","ref":"impl-deserialize.md","articles":[]},{"title":"Unit testing","level":"1.6.3","depth":2,"path":"unit-testing.md","ref":"unit-testing.md","articles":[]}]},"dir":"ltr"},"config":{"plugins":["-search","-sharing","sane-sidebar","codeblock-omit","codeblock-rust","edit-link","ga4","bulk-redirect","checklist","anchors"],"root":"_src","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"checklist":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"codeblock-rust":{},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"sane-sidebar":{},"codeblock-omit":{},"bulk-redirect":{"redirectsFile":"redirects.json"},"ga4":{"anonymize_ip":true,"cookie_domain":"serde.rs","tag":"G-T5QD1R7FZW"},"edit-link":{"label":"Edit","base":"https://github.com/serde-rs/serde-rs.github.io/edit/master/_src"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"anchors":{}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Serde","language":"en","gitbook":"*"},"file":{"path":"impl-serialize.md","mtime":"2022-12-18T19:59:50.123Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2023-08-05T21:34:19.057Z"},"basePath":".","book":{"language":""}}); }); diff --git a/impl-serializer.html b/impl-serializer.html index 30fa0e6..3218929 100644 --- a/impl-serializer.html +++ b/impl-serializer.html @@ -1222,7 +1222,7 @@

diff --git a/index.html b/index.html index 5b6e342..249bcd4 100644 --- a/index.html +++ b/index.html @@ -764,7 +764,7 @@

diff --git a/json.html b/json.html index 1277ce5..959f972 100644 --- a/json.html +++ b/json.html @@ -706,7 +706,7 @@

diff --git a/lifetimes.html b/lifetimes.html index fb56bd8..567a950 100644 --- a/lifetimes.html +++ b/lifetimes.html @@ -874,7 +874,7 @@

diff --git a/no-std.html b/no-std.html index f669bf6..b2702c1 100644 --- a/no-std.html +++ b/no-std.html @@ -709,7 +709,7 @@

var gitbook = gitbook || []; gitbook.push(function() { - gitbook.page.hasChanged({"page":{"title":"No-std support","level":"1.10","depth":1,"next":{"title":"Feature flags","level":"1.11","depth":1,"path":"feature-flags.md","ref":"feature-flags.md","articles":[]},"previous":{"title":"Custom date format","level":"1.9.17","depth":2,"path":"custom-date-format.md","ref":"custom-date-format.md","articles":[]},"dir":"ltr"},"config":{"plugins":["-search","-sharing","sane-sidebar","codeblock-omit","codeblock-rust","edit-link","ga4","bulk-redirect","checklist","anchors"],"root":"_src","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"checklist":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"codeblock-rust":{},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"sane-sidebar":{},"codeblock-omit":{},"bulk-redirect":{"redirectsFile":"redirects.json"},"ga4":{"anonymize_ip":true,"cookie_domain":"serde.rs","tag":"G-T5QD1R7FZW"},"edit-link":{"label":"Edit","base":"https://github.com/serde-rs/serde-rs.github.io/edit/master/_src"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"anchors":{}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Serde","language":"en","gitbook":"*"},"file":{"path":"no-std.md","mtime":"2022-07-28T19:54:28.673Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2023-07-09T23:31:38.400Z"},"basePath":".","book":{"language":""}}); + gitbook.page.hasChanged({"page":{"title":"No-std support","level":"1.10","depth":1,"next":{"title":"Feature flags","level":"1.11","depth":1,"path":"feature-flags.md","ref":"feature-flags.md","articles":[]},"previous":{"title":"Custom date format","level":"1.9.17","depth":2,"path":"custom-date-format.md","ref":"custom-date-format.md","articles":[]},"dir":"ltr"},"config":{"plugins":["-search","-sharing","sane-sidebar","codeblock-omit","codeblock-rust","edit-link","ga4","bulk-redirect","checklist","anchors"],"root":"_src","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"checklist":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"codeblock-rust":{},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"sane-sidebar":{},"codeblock-omit":{},"bulk-redirect":{"redirectsFile":"redirects.json"},"ga4":{"anonymize_ip":true,"cookie_domain":"serde.rs","tag":"G-T5QD1R7FZW"},"edit-link":{"label":"Edit","base":"https://github.com/serde-rs/serde-rs.github.io/edit/master/_src"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"anchors":{}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Serde","language":"en","gitbook":"*"},"file":{"path":"no-std.md","mtime":"2022-07-28T19:54:28.673Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2023-08-05T21:34:19.057Z"},"basePath":".","book":{"language":""}}); }); diff --git a/remote-derive.html b/remote-derive.html index f459d85..4157e69 100644 --- a/remote-derive.html +++ b/remote-derive.html @@ -825,7 +825,7 @@

diff --git a/search_index.json b/search_index.json index c8e93ab..7715ec9 100644 --- a/search_index.json +++ b/search_index.json @@ -1 +1 @@ -{"index":{"version":"0.5.12","fields":[{"name":"title","boost":10},{"name":"keywords","boost":15},{"name":"body","boost":1}],"ref":"url","documentStore":{"store":{"./":["#[derive(serialize,","&str,","(deseri","(or","(serial","//","1,","2","=","abov","addition,","ain't","allow","along","apach","apis.","around","attribut","automat","avoid","avro,","aw","away","back","bazel","bencode,","between","binari","bittorr","box,","bson,","buck","build","built","bus'","cargo.","cbor,","code","common","community.","compact","compil","compiler,","complet","concis","configur","consist","convert","copi","cousin","d","data","data,","debug)]","definition.","deriv","describ","deseri","deserialize,","deserialized);","deserialized:","deserialize};","design","dynamodb","dynamodb.","each","ecosystem","editing.","effici","embed","envi","environ","envy,","es5.","exampl","expressions,","extens","fact","family.","flatbuff","flexbuffers,","fn","follow","form","format","format.","formats.","framework","friendli","gener","generically.","goe","google'","group","hadoop,","handwritten","hashmap","hjson,","http","human","i32,","implement","includ","information.","input.","instead","interact","items,","itself","javascript","json","json,","json.","json5,","know","languag","language.","layer","leav","lisp","list","macro","main()","mani","markup","messag","messagepack,","minim","mongodb.","need","negotiation.","network","no_std","notat","notation.","object","on","only)","optim","other,","out","overhead","overview","paramet","partial","perform","pickle,","point","point.","postcard,","power","print","println!(\"deseri","println!(\"seri","procedur","process","proclaim","product","program.","protocol.","provid","python","queri","read","reflect","reli","represent","resembl","ron,","runtim","rusoto_dynamodb","rust","rust'","rusti","s","same","schema","schemaless","select","self","serd","serde'","serde::{serialize,","serde_json::from_str(&serialized).unwrap();","serde_json::to_string(&point).unwrap();","serial","serialized);","simpl","situat","size","small","specif","speed","starlark,","storag","store","store,","streams,","string","string,","string.","strings,","struct","structs.","structur","superset","support","supported.","syntax","system","system.","systems.","target","textual","themselv","things.","this:","time).","token","toml,","trait","transfer","two","type","ubiquit","url","urlencod","us","usize,","variabl","vec,","version","way","wire","within","without","world.","www","x","x:","y:","yaml,","zero","{","{\"x\":1,\"y\":2}","{:?}\",","{}\",","}","};"],"help.html":["#beginn","#gener","#rust","(invite:","/r/rust","[rust]","asynchronous,","beginn","channel","chat,","commun","community),","congreg","consid","discord","discours","easi","forum.","get","help","https://discord.gg/rust","lang","lang),","librari","offici","on","out.","pin","place","post,","project","question","rust","rustacean","serd","stackoverflow,","stream","subreddit","tag","tri","unoffici","us","usag","weekli","wide","zulip."],"data-model.html":["()","(string,","(u8,)","//","0","10].","14","16","29","8","[u64;","[u8]","a,","act","allow","anonym","api","appropri","arbitrari","around","array","array.","awar","b","b:","befor","best","between","bit","bool","borrowed.","both","brittl","broader","btreemap.","byte","bytes.","case","case.","char","char.","choice.","code,","collect","compil","consid","consist","constant","contain","context","copi","correspond","data","data,","data.","defin","definit","deseri","deserialization.","deserialize,","deserializing,","determin","distinct","dure","e","e::","e::a","e::b","e::n","e::t","each","effect","effici","enabl","end","entries.","enum","enum.","equally.","even","exactli","exampl","example,","explain","f32,","f64","fix","flavor","flexibl","follow","form","format","format,","fundament","g:","guarante","half","handl","hashset.","heterogen","homogen","i128","i16,","i32,","i64,","i8,","impl","implement","individu","input","instead","instinct","intend","interact.","invok","iter","key","known","length","lifetim","look","make","map","match","method","methods,","methods.","millimeters(u8).","model","model,","model.","n(u8)","name","nativ","natur","need","newtype_struct","newtype_vari","non","none","note","now","null","on","option","osstr","output","owned,","pair","pairing,","pass","perform","phantomdata.","platform","platform.","possibl","powerful.","primit","problem","profound","r:","reason","receiv","repres","represent","representation.","respons","rgb(u8,","rust","rust'","rust.","s","seem","seq","seq,","sequenc","serd","serde'","serial","serializing,","similar","simplifi","size","static","std::ffi::osstr","straightforward.","string","string,","string.","strings,","strings:","struct","struct_vari","structur","system","system.","t(u8,","terminator.","think","though","three","through","time","trait","trait.","transient,","treat","tupl","tuple,","tuple_struct","tuple_vari","type","type,","type.","types,","types.","types:","u128","u16,","u32,","u64,","u8","u8)","u8).","u8,","understand","unfortun","unit","unit_struct","unit_vari","unix","unix(vec),","up","us","utf","valu","value.","value::char('c')]","values,","values.","variabl","variou","vec","vec![value::bool(true),","vec)","visitor","way","window","windows(vec),","without","wrong","zero","{","}","}."],"derive.html":["\"0.1.0\"","\"1.0\"","\"1.0\",","\"]","\"mi","#","#[derive(deserialize)]","#[derive(serialize)]","#[derive(serialize,","#[derive]","$","(for","0.9.","1,","1.0","1.0.","1.31","2","=","[\"derive\"]","[\"me","[dependencies]","[package]","`...`","`serde::ser::serialize`","add","allow","alway","appropri","author","automat","base","be","bounds.","built","cargo","cargo.toml","cargo.toml.","cargo.toml:","clearli","clone,","code","command","compat","compil","compiler'","conveni","convolut","copy,","crate\"","crate,","custom","d","data","debug)]","debug,","defin","depend","deriv","derives:","deseri","deserialize)].","deserialize,","deserialize.","deserialized);","deserialized:","deserialize};","differ","downgrad","duplic","elabor","ensur","enum","enum.","error","especi","even","exampl","example,","expect","featur","find","fix","fn","formats.","function","gener","help","here","i32,","implement","implemented,","import","in.","includ","incompat","it.","librari","macro","main()","manually.","match.","mean","mechanism,","modul","name","need","newer.","now","occasions,","on","output:","perspect","place","point","println!(\"deseri","println!(\"seri","provid","pull","rare","repres","requir","run","rust","rust'","same","see","serd","serde'","serde.","serde::deserialize;","serde::serialize;","serde::{serialize,","serde_json","serde_json)","serde_json::from_str(&serialized).unwrap();","serde_json::to_string(&point).unwrap();","serial","serialize,","serialized);","set","similarli","sometim","src/main.r","struct","structur","tell","though","time","total","trait","traits.","tree","troubleshoot","type","until","up","upgrad","us","version","want","within","write","x:","y:","you:","{","{\"x\":1,\"y\":2}","{:?}\",","{}\",","}","};"],"attributes.html":["#[derive(serialize,","#[serde(deny_unknown_fields)]","//","1.15","appli","attribut","attributes:","categori","compil","contain","custom","declaration.","derive.","deseri","deserialize)]","enum","enum,","enum.","field","implement","it.","multipl","newer.","note","on","produc","requir","rust","serde'","serial","singl","struct","struct,","three","us","variant","variant,","variant.","version","—"],"container-attrs.html":["\"...\"))]","\"...\")]","\"...\",","\"c\")]","\"camelcase\",","\"de_name\"))]","\"fromtype\")]","\"intotype\")]","\"kebab","\"lowercase\",","\"my_default\"","\"name\")]","\"pascalcase\",","\"path\")]","\"scream","\"screaming_snake_case\",","\"ser_name\"))]","\"ser_name\",","\"snake_case\",","\"sometrait::some_default\"","\"t\",","\"t:","\"type\")]","\"uppercase\",","#[repr(transparent)].","#[serde(bound","#[serde(bound(deseri","#[serde(bound(seri","#[serde(cr","#[serde(default","#[serde(default)]","#[serde(deny_unknown_fields)]","#[serde(from","#[serde(into","#[serde(remot","#[serde(renam","#[serde(rename(deseri","#[serde(rename(seri","#[serde(rename_al","#[serde(rename_all(deseri","#[serde(rename_all(seri","#[serde(tag","#[serde(transparent)]","#[serde(try_from","#[serde(untagged)]","(if","(or","=",">","accord","adjac","allow","alway","analog","api","applic","attribut","bound","brace","callabl","case","case\",","case\".","claus","clone","code.","combin","contain","content","content.","convention.","convert","converting.","crate","crate.","default","default.","deriv","describ","deseri","deserialization:","deserialize.","deserializing,","detail","differ","display,","dure","encount","enum","enum)","enum,","enum.","enum:","error","exactli","exampl","export","fallibly.","field","field.","fields.","fields:","fill","flatten","flatten,","fn()","format","from,","fromtyp","fromtype,","front","function","gener","given","ignor","implement","impls.","independ","infer","instanc","instead","intern","into,","intotyp","invok","itself.","json.","kebab","key,","macro","method.","miss","my_default()","mydetrait\"))]","mysertrait\"))]","mysertrait\",","mytrait\")]","name","name.","newtyp","normal","note:","object","on","outer","path","possibl","present,","public","re","real","refer","remot","renam","replac","represent","representation,","representation.","return","rust","same","see","self","serd","serde(rename))","serde.","serial","serialize.","sometrait::some_default().","specifi","struct","struct'","struct)","struct.","structs.","support","t.","tag","tag.","that.","trait","tryfrom","type","types.","unknown","untag","us","valu","variant","vs"],"variant-attrs.html":["\"'a","\"...\"))]","\"...\")]","\"...\",","\"a\"","\"b\".","\"camelcase\",","\"de_name\"))]","\"kebab","\"lowercase\",","\"module\")]","\"name\")]","\"pascalcase\",","\"path\")]","\"scream","\"screaming_snake_case\",","\"ser_name\"))]","\"ser_name\",","\"snake_case\",","\"t:","\"uppercase\",","\"variant\"","\"variant\")","#[serde(alia","#[serde(borrow","#[serde(borrow)]","#[serde(bound","#[serde(bound(deseri","#[serde(bound(seri","#[serde(deserialize_with","#[serde(other)]","#[serde(renam","#[serde(rename(deseri","#[serde(rename(seri","#[serde(rename_al","#[serde(rename_all(deseri","#[serde(rename_all(seri","#[serde(serialize_with","#[serde(skip)]","#[serde(skip_deserializing)]","#[serde(skip_serializing)]","#[serde(with","$module::deseri","$module::seri","&field1,","'b","()","(a","+","...\")]","...,","=",">","a,","accord","adjac","allow","although","and/or","anyth","argument","argument,","attribut","b,","borrow","bound","callabl","case","case\",","case\".","claus","combin","contain","convention.","copi","current","d:","data","deriv","deseri","deserialization.","deserialization:","deserialize.","deserialize_with","deserialize_with.","deserializer,","differ","element","enum","enum.","error.","exampl","example.","exist","field","field).","field.","fields.","field{n}","fn(&field0,","fn(d)","function","function.","gener","given","implement","impls.","independ","infer","input","insid","instead","intern","kebab","mark","multipl","mydetrait\"))]","mysertrait\"))]","mysertrait\",","mytrait\")]","name","name.","never","newtyp","on","over","possibl","renam","repeat","replac","requir","result","rust","s","s)","s:","same","see","serd","serde(other),","serde(tag","serial","serialize.","serialize_with","serializer,","specifi","struct","tag","time","trait","treat","tri","tupl","tuple/struct","type.","types.","unit","unknown","us","valu","variant","variant.","vs","zero"],"field-attrs.html":["\"'a","\"...\"","\"...\")]","\"de_name\"))]","\"empty_value\"","\"module\")]","\"name\")]","\"option::is_none\"","\"path\")]","\"ser_name\"))]","\"ser_name\",","\"sometrait::some_default\"","\"t:","#[serde(alia","#[serde(borrow","#[serde(borrow)]","#[serde(bound","#[serde(bound(deseri","#[serde(bound(seri","#[serde(default","#[serde(default)]","#[serde(deserialize_with","#[serde(flatten)]","#[serde(gett","#[serde(renam","#[serde(rename(deseri","#[serde(rename(seri","#[serde(serialize_with","#[serde(skip)]","#[serde(skip_deserializing)]","#[serde(skip_serializing)]","#[serde(skip_serializing_if","#[serde(with","$module::deseri","$module::seri","'b","+","...\")]","=",">","allow","although","arbitrari","attribut","attribute.","between","bool,","borrow","bound","call","callabl","camelcas","captur","claus","combin","common","contain","content","copi","current","d:","data","default","default::default()","default::default().","defin","deny_unknown_fields.","deriv","deseri","deserialization.","deserialization:","deserialize.","deserialize_with","deserialize_with.","deserializer,","deserializing,","deserializing.","determin","differ","empty_value()","exampl","example.","examples.","factor","field","field.","field:","fields.","flatten","fn(&t)","fn(&t,","fn()","fn(d)","function","function.","gener","given","implement","impls.","in.","independ","infer","inner","instead","invok","it.","key","keys.","keywords.","level","map","more","multipl","mydetrait\"))]","mysertrait\"))]","mysertrait\",","mytrait\")]","name","name.","none.","note:","on","option","outer","over","page","possibl","present","privat","provid","remain","remot","remov","repeat","replac","represent","representation.","requir","reserv","result","rust","s)","s:","same","see","serd","serial","serialize.","serialize_with","serializer,","serializing,","serializing.","share","skip","skip_serializing_if","sometrait::some_default().","specifi","string","struct","structur","structure,","support","t.","trait","type","us","valu","value.","vs","whether","zero"],"custom-serialization.html":["#[derive(serialize,",">","allow","attributes.","behavior","custom","d)","d:","default","deriv","deseri","deserialize(deserializer:","deserialize)]","deserialize:","deserializer;","differ","each","enum","exampl","extent","fn","format,","full","gener","implement","json","macro","manual","method","method:","needs,","on","over","postcard.","provid","pub","reason","repres","result","s)","s:","serd","serde'","serial","serialize(&self,","serializer:","serializer;","singl","size","struct","through","trait","traits.","type","type.","unusu","us","{","}"],"impl-serialize.html":["&[u8]","&[u8].","&self.b)?;","&self.g)?;","&self.r)?;","(&self)","(k,","//","1.","16]","2.","3","3)?;","3.","=",">","[t;","appropri","around","arrays.","b:","back","begin","behavior","between","builtin","byte","bytes.","c","case","color","compactli","compactly.","compar","compil","compound","condit","constant","contain","correspond","crate","crate.","current","custom","data","data.","defin","deriv","describ","deseri","differ","distinct","distinguish","e","effici","elements,","enabl","encourag","end","end.","enum","enums.","exactli","exampl","example,","expect","f64),","f64);","field","finally,","fn","follow","form.","format","formats,","four","g:","gener","given","handl","here","i32","i32.","impl","implement","inches(u64),","inches(u64);","includ","init,","inner","insignific","instance,","instance;","invok","it.","job","json","json'","json.","k:","key","known","land","length","look","lot","make","map","map.","map.end()","map.serialize_entry(k,","maps.","method","method'","model","more","much","mut","mymap","need","newtyp","non","now","null","number","number.","on","onc","option","option::non","option::none.","option::som","order","ordinari","out.","part","point2d(f64,","primit","primitives.","process","process:","provid","pub","r:","repres","respons","result","rust","rust'","s)","s:","see","self","seq","seq,","seq.end()","seq.serialize_element(e)?;","sequenc","serd","serde'","serde::ser::{serialize,","serde_byt","serial","serialize(&self,","serialize,","serialize_byt","serialize_bytes.","serialize_field","serialize_i32","serialize_newtype_struct.","serialize_newtype_variant.","serialize_non","serialize_seq.","serialize_som","serialize_struct","serialize_struct_vari","serialize_tupl","serialize_tuple_struct","serialize_tuple_vari","serialize_unit_struct.","serialize_unit_variant.","serializemap};","serializer,","serializer.","serializer.serialize_i32(*self)","serializer.serialize_map(some(self.len()))?;","serializer.serialize_seq(some(self.len()))?;","serializer.serialize_struct(\"color\",","serializer:","serializer;","serializeseq,","serializestruct};","similar","simplest","special","stabl","state","state.end()","state.serialize_field(\"b\",","state.serialize_field(\"g\",","state.serialize_field(\"r\",","step","string","struct","struct.","structs.","such","support,","t:","take","tend","this:","three","through","time","time.","trait","trait.","treat","treatment","tupl","two","type","u8","u8,","unit","us","user","usual","v)","v)?;","v:","value,","value.","variant","vec","veri","way","without","wrapper","yourself,","yourself.","{","}","},"],"impl-deserialize.html":["\"driving\"","&&","&mut","({)","2^31","2^31\")","=",">",">=","alike.","approach","appropri","avoid","behavior","between","brace","call","called.","case","complic","construct","contain","crate.","curli","custom","d)","d:","data","data,","de::error,","defin","depend","deriv","describ","deseri","deserialization.","deserialize(deserializer:","deserialize,","deserialize:","deserialize_*","deserialize_ani","deserialize_i32","deserializer,","deserializer.","deserializer.deserialize_i32(i32visitor)","deserializer::deserialize_ani","deserializer::deserialize_any,","deserializer::deserialize_any.","deserializer;","desir","differ","document,","document.","drive","driven","e:","enabl","entri","enum","error","error.","even","exampl","expecting(&self,","fmt::formatter)","fmt::result","fn","follow","format","formatter.write_str(\"an","formatter:","gener","given","go","here","hint","hint,","i32","i32)","i32;","i32visitor","i32visitor.","i32visitor::visit_i32.","i32visitor;","i64)","i64::from(i32::min)","i8)","impl","implement","input","input.","instanc","instanti","integ","integer,","interpret","it.","job","json","kind","know","known","leav","look","lot","mani","map","map.","mean","method","method'","method.","methods.","model","more","necessarili","need","next","non","note","ok(i32::from(value))","ok(value)","on","only,","open","order","others.","out","pass","piec","point","postcard","primit","provid","pub","reli","repres","represents.","result","return","rule","see","self","serd","serde'","serde::de::{self,","serde_json::valu","serial","serialize.","sign","size","someth","std::fmt;","std::i32;","struct","style","support","support,","tell","tend","this:","through","told","trait","treat","tri","two","type","type.","types.","unimpl","unless","unsign","us","valu","value:","varieti","variou","visit_i32(self,","visit_i64","visit_i64(self,","visit_i8(self,","visit_u64","visitor","visitor.","visitor::visit_map,","visitor};","way","whatev","without","yourself.","{","}"],"unit-testing.html":["#[test]","&[","10);","20);","30);","=","]);","abstract","assert_de_token","assert_ser_token","assert_token","assert_tokens(&map,","assert_tokens};","both","call","calls,","calls.","character","concis","conditions.","conveni","correspond","cours","crate","crate.","deseri","deserialize.","directions.","exampl","expect","failur","fn","function","hash","here","impl","implement","len:","link","linked_hash_map::linkedhashmap;","linkedhashmap::::new();","linkedhashmap::new();","made","map","map.insert('a',","map.insert('b',","map.insert('c',","method","mut","particular","provid","roughli","sequenc","serde_test","serde_test::{token,","serial","some(0)","some(3)","test","test_ser_de()","test_ser_de_empty()","token","token::char('a'),","token::char('b'),","token::char('c'),","token::i32(10),","token::i32(20),","token::i32(30),","token::map","token::mapend,","unit","us","valu","value,","way","write","{","}","},"],"data-format.html":["arbitrari","basic","befor","buildabl","choic","code","convent","crate","data","deseri","deserializer.","efficiency.","error","export","file","find","follow","format","four","function","github","go","handl","help","implement","implementing.","import","interpret","json","librari","library.","maximum","model.","noth","page","pars","render","repository.","role","root","scratch","second","serd","serde.","serial","sourc","specific:","structur","take","thing","through","togeth","trait","understand","us","user","user'","veri","walk","whatev","write","—"],"conventions.html":["&[u8],","&str,","addition,","api","basic","begin","beyond","both","common","convent","crate","data","de","de::{from_str,","de;","depend","deseri","deserialization.","deserializer};","detail","discuss","equival","error","error::{error,","error;","exampl","export","expos","follow","format","from.","from_byt","from_read","from_str","from_xyz","function","implement","io::read.","io::write.","level","mod","modul","module:","modules.","more","on","pages.","pluggabl","pretti","printer","provid","pub","re","result","result};","return","root","ser","ser::{to_string,","ser;","serd","serde::deserializer.","serde::serializer.","serde_json","serde_json::ser::formatter.","serial","serializer};","specif","src/lib.r","std::result::result.","string,","support","take","this.","those","three","to.","to_abc","to_byt","to_str","to_writ","top","trait","type","typedef","under","us","vec,","write"],"error-handling.html":["#[derive(debug)]","&mut","*/","/*","//","=","=>",">","`de::error`","`de::error`.","`ser::error`","addit","allow","around","bare","be","bone","built","byte","case","column","constructor","crate","creat","current","custom(msg:","data","de::error","defin","deseri","deserialization,","deserialize,","directli","display","display};","dure","end","enum","eof,","error","error::eof","error::message(msg)","error::message(msg.to_string())","especi","exampl","expectedarray,","expectedarraycomma,","expectedarrayend,","expectedboolean,","expectedenum,","expectedinteger,","expectedmap,","expectedmapcolon,","expectedmapcomma,","expectedmapend,","expectednull,","expectedstring,","expos","fail,","fail.","failur","field","fmt(&self,","fmt::formatter)","fmt::result","fn","format","format,","format.","formatter.write_str(\"unexpect","formatter.write_str(msg),","formatter:","forth","function","go","handl","happen","impl","implementation.","inform","input","input\"),","input,","into.","invalid.","json","json.","key","librari","library,","library.","line","map","match","message(string),","missing.","model","modes.","more","mutex","non","not.","occurred,","offset","on","output","poisoned,","poisoned.","possibl","process","processed.","provid","pub","public","real","requir","result","return","rust","self","ser::error","serd","serde'","serde,","serde::{de,","serial","serialization,","ser};","situations.","specif","src/error.r","std::error::error","std::fmt::{self,","std::result::result;","std;","step","string","struct","structur","structure.","syntact","syntax,","t)","through","trailingcharacters,","trait","traits.","type","type,","us","usual","valu","variant","variou","visitor","without","work","wrong","zero","{","{}","}"],"impl-serializer.html":["!self.output.ends_with('[')","!self.output.ends_with('{')","\",\";","\":\";","\":[\";","\":{\";","\"[\";","\"\\\"\";","\"]\";","\"]}\";","\"b\"],","\"extern","\"false\"","\"null\";","\"true\"","\"{\";","\"}\";","\"}}\";","#[derive(serialize)]","#[test]","&'a","&'static","&[u8])","&str)","&t)","&t,","&v.to_string();","'\"'","();","()`","(and","(instead","(or",")","**self)","**self)?;","**self`)","*self)?;","+","+=","...","//","////////////////////////////////////////////////////////////////////////////////","1","1,","12","2);","7","=",">","?size","[data...]","_len:","_name:","_variant_index:","`&mut","`[`.","`]`","`deseri","`end`","`error`","`io::write`","`itoa`","`none`","`null`.","`ok","`ok`","`serialize_entry`","`serialize_key`","`serialize_seq`","`serialize_str`","`serialize_struct_variant`.","`serialize_tuple_variant`","`serialize_value`","`serialize_value`.","`serialize`","`serializemap`","`serializer`","`serializetuplevariant`,","`some(())`","`to_abc`","`to_bytes`,","`to_string`,","`to_string`.","`to_writer`","`{","`}`.","a:","above:","absent","addit","again","again,","ahead","allow","alreadi","anonym","anyway.","api","append","approach","around","around.","array","assert_eq!(to_string(&n).unwrap(),","assert_eq!(to_string(&s).unwrap(),","assert_eq!(to_string(&t).unwrap(),","assert_eq!(to_string(&test).unwrap(),","assert_eq!(to_string(&u).unwrap(),","associ","avail","back","base64","basic","begin","begun","behav","behavior","below","between","beyond","binari","bit","bool)","both","brace","buffer","build","byte","bytes.","call","calls.","case","char","char)","charact","character.","choos","close","code","colon","compact","compactly.","compil","complicated.","compound","constant","constrain","contain","contain.","convention,","correspond","crate.","curli","data","data,","data.","deal","default","depend","deseri","differ","different.","differently.","distinguish","doesn't","don't","done","dure","e","e::newtype(1);","e::struct","e::tuple(1,","e::unit;","each","effici","element","emit","empti","encourag","end","end(self)","enum","error","error::{error,","error;","escap","especi","exampl","exclus","expect","expected);","explicitli","extern","f32)","f64)","field","fine.","fn","follow","form","form.","format","formats,","formats.","front.","function","give","go","happen","have","here","here,","here.","hold","human","i16)","i32)","i64)","i8)","idea.","impl","implement","independ","index","individu","individually.","input","insignific","instance,","int:","integ","integers,","intellig","invalid","json","json.","k:","keep","key","key.serialize(&mut","key:","kind","know","known","len:","length","length,","littl","logic","look","lossi","lot","make","map","maps.","match","mean","memori","method","methods)","methods.","model","model.","more","mut","n","name","name.","name:","need","newtyp","newtype(u32),","none","note","now","occur","ok","ok(())","ok(self)","ok(serializer.output)","omit","on","open","optim","option","option)","output","output.","output:","page","particular,","particularli","peopl","perform","possible.","present","primit","print","produc","propag","pub","public","r#\"\"unit\"\"#;","r#\"{\"int\":1,\"seq\":[\"a\",\"b\"]}\"#;","r#\"{\"newtype\":1}\"#;","r#\"{\"struct\":{\"a\":1}}\"#;","r#\"{\"tuple\":[1,2]}\"#;","readabl","real","receiv","refer","repres","representation,","representation.","requir","respons","result","result};","return","rust","rustdoc","s","same","same.","self,","self.output","self.serialize_f64(f64::from(v))","self.serialize_i64(i64::from(v))","self.serialize_map(some(len))","self.serialize_seq(some(len))","self.serialize_seq(some(v.len()))?;","self.serialize_str(&v.to_string())","self.serialize_str(variant)","self.serialize_u64(u64::from(v))","self.serialize_unit()","self;","separ","seq","seq.end()","seq.serialize_element(byte)?;","seq:","sequenc","sequence,","sequence.","ser::seri","ser::serializemap","ser::serializeseq","ser::serializestruct","ser::serializestructvari","ser::serializetupl","ser::serializetuplestruct","ser::serializetuplevari","serd","serde,","serde.","serde::ser::serializeseq;","serde::{ser,","serial","serializ","serialization.","serialize,","serialize_bool(self,","serialize_bytes(self,","serialize_char(self,","serialize_element(&mut","serialize_f32(self,","serialize_f64(self,","serialize_field(&mut","serialize_i16(self,","serialize_i32(self,","serialize_i64(self,","serialize_i8(self,","serialize_key(&mut","serialize_map(self,","serialize_newtype_struct(","serialize_newtype_variant(","serialize_none(self)","serialize_seq(self,","serialize_some(self,","serialize_str(self,","serialize_struct(","serialize_struct_variant(","serialize_tuple(self,","serialize_tuple_struct(","serialize_tuple_variant(","serialize_u16(self,","serialize_u32(self,","serialize_u64(self,","serialize_u8(self,","serialize_unit(self)","serialize_unit_struct(self,","serialize_unit_variant(","serialize_value(&mut","serialized.","serializemap","serializer)?;","serializer.","serializeseq","serializestruct","serializestructvari","serializetupl","serializetuplestruct","serializetuplevari","serialize};","set","sign","similar","simpl","simpler","simplifi","simultaneously.","singl","size","sizes.","someth","src/ser.r","start","start,","state","store","str)","str,","string","string,","string.","string::new(),","strings.","struct","struct.","structs.","structur","success","such","support","t","t:","tag","tagged\"","test","test_enum()","test_struct()","text","thing","third","three","time","time.","to_string(value:","track","trait","trait.","treat","tupl","tuple(u32,","tuples.","type","type.","types.","typic","u","u16)","u32","u32)","u32),","u32,","u64)","u8)","unfortun","unit","unit,","unsign","up","us","used.","usize)","usize,","v","v,","v:","v;","valid","valu","value,","value.","value.serialize(&mut","value.serialize(self)","value:","variant","variant),","variant.serialize(&mut","variant:","vec![\"a\",","vec,","whether","within","without","work","wrapper","zero","{","}","},","};","}`."],"impl-deserializer.html":["!=","!self.first","\"access\"","\"b\".to_owned()],","\"extern","\"struct\"","\"understand","#[derive(deserialize,","#[test]","&&","&'a","&'de","&'static","&self.input[\"false\".len()..];","&self.input[\"null\".len()..];","&self.input[\"true\".len()..];","&self.input[..len];","&self.input[1..];","&self.input[ch.len_utf8()..];","&self.input[len","'","'\"'","','","'0'..='9'","'0'..='9')","':'","'['","']'","'f'","'n'","'t'","'{'","'}'",")","*=","*self.de)","*self.de).map(some)","*self.de)?;","+","+=","...","//","////////////////////////////////////////////////////////////////////////////////","1","1,","1..];","2);","8","=","==","=>",">","@","[&'static","[data...]","_","_fields:","_len:","_name:","_variants:","_visitor:","`001`","`deserialize_any`","`deserialize_any`,","`deserialize_enum`","`deserialize_enum`.","`deserialize_ignored_any`","`deserialize_seq`","`deserialize`","`deserializer`","`enumaccess`","`false`","`false`.","`fields`","`from_bytes`,","`from_reader`","`from_str`,","`from_str`.","`from_xyz`","`from_xyz`.","`mapaccess`","`next_key_seed`","`next_value_seed`.","`none`","`null`","`null`.","`parse_bool`","`parse_signed`","`parse_unsigned`,","`seqaccess`","`serde_json::deserializer::from_str(...)`.","`serde_json::from_str(...)`","`serializer`","`some(())`","`t=i8`.","`t`","`toml`","`true`","`variantaccess`","`visit_char`.","`visit_map`","`visit_seq`","`visitor`","`{","`{`","a:","abil","abov","absent","access","addassign","advanc","advantag","ahead","all.","allow","anonym","anyth","api","arithmet","around","array","as.","assert_eq!(expected,","attempt","attent","b'0'),","b'0');","basic","befor","begin","behav","below","between.","binari","bit","block","bogu","bool","bool,","both","brace","brace.","bracket","byte","bytes.","call","case","ch","char","charact","character,","character.","check","close","code","code!","colon","comma","commasepar","comment","compact","complic","compound","constructor","consum","contain","contain.","content","convention,","correctli","correspond","crate,","current","data","data.","datetim","de","de,","de:","de::deseri","de::deserializer::deserialize_map(self.de,","de::deserializer::deserialize_seq(self.de,","debug)]","decid","decim","dedic","defin","deleg","delimit","depend","describ","describing.","deseri","deserialize,","deserialize.","deserialize_ani","deserialize_any(self,","deserialize_bool(self,","deserialize_byte_buf(self,","deserialize_bytes(self,","deserialize_char(self,","deserialize_enum(","deserialize_f32(self,","deserialize_f64(self,","deserialize_i16(self,","deserialize_i32(self,","deserialize_i64(self,","deserialize_i8(self,","deserialize_identifier(self,","deserialize_ignored_any(self,","deserialize_map(self,","deserialize_newtype_struct(","deserialize_option(self,","deserialize_seq(self,","deserialize_str(self,","deserialize_string(self,","deserialize_struct(","deserialize_tuple(self,","deserialize_tuple_struct(","deserialize_u16(self,","deserialize_u32(self,","deserialize_u64(self,","deserialize_u8(self,","deserialize_unit(self,","deserialize_unit_struct(","deserialized.","deserializer)","deserializer)?;","deserializer,","deserializer.","deserializer.input.is_empty()","deserializer::from_str(s);","deserializeseed,","determin","differ","digit","distinct","document","doesn't","done","e","e::newtype(1);","e::struct","e::tuple(1,","e::unit;","each","effici","efficiently.","element","element.","elements.","encourag","end","enough","entri","entries.","enum","enum.","enumaccess","enumaccess,","err(error::eof),","err(error::expectedarray)","err(error::expectedarraycomma);","err(error::expectedarrayend)","err(error::expectedboolean)","err(error::expectedenum)","err(error::expectedinteger);","err(error::expectedmap)","err(error::expectedmapcolon)","err(error::expectedmapcolon);","err(error::expectedmapcomma);","err(error::expectedmapend)","err(error::expectednull)","err(error::expectedstring)","err(error::expectedstring);","err(error::syntax),","err(error::trailingcharacters)","error","error::{error,","error;","escap","especi","even","exactli","exampl","except","exclus","expect","expect?","explicitli","false;","few","field","fine","first","first.","first:","flavor","float","fn","follow","format","formats,","forward","forward_to_deserialize_any!","from,","from_str(input:","from_str(j).unwrap());","from_str(s:","function","gener","give","good","group","handl","happen","hard.","have","help","here","here,","here.","hint","identifi","ignor","ignored.","impl","implement","implementation,","implementation.","indic","indices.","inform","inner","input","input.","input:","insid","insignific","int","int:","integ","intellig","interpreted.","intodeserializer,","invok","it.","iter","itself","j","json","json,","json.","k)","k:","key","key.","know","known","length","lenient,","librari","library.","lifetim","lifetimes\"","look","loop","lossi","lot","macro","make","map","map,","map.","mapaccess","mapaccess,","mappings.","match","mean","method","method.","methods.","minu","model","more","much","mulassign","mulassign,","mut","name","name:","need","neg","negat","negative.","neg};","new(de:","newtyp","newtype(u32),","newtype_variant_seed(self,","next","next_char(&mut","next_element_seed(&mut","next_key_seed(&mut","next_value_seed(&mut","non","none","not.","note","notic","numer","object","obviou","ok((val,","ok(ch)","ok(false)","ok(int);","ok(none);","ok(s)","ok(t)","ok(true)","ok(value)","on","open","oper","operation.","option","order","over","overflow","page","page.","pair","panic","paramet","parameter,","pars","parse_bool(&mut","parse_signed(&mut","parse_string(&mut","parse_unsigned(&mut","parsed.","partialeq,","pass","past","pay","peek_char(&mut","peopl","perform","plain","possibl","possible.","postcard,","present","previou","probabl","provid","pub","public","purpos","r#\"\"unit\"\"#;","r#\"{\"int\":1,\"seq\":[\"a\",\"b\"]}\"#;","r#\"{\"newtype\":1}\"#;","r#\"{\"struct\":{\"a\":1}}\"#;","r#\"{\"tuple\":[1,2]}\"#;","rapidli","read","receives.","refer","reli","repres","represent","representation.","requir","respons","result","result>","result};","return","rust","s","satisfi","save","scratch.","see","seed","seed.deserialize(&mut","seed.deserialize(self.de)","seed:","seem","self","self)","self))","self,","self.de.next_char()?","self.de.peek_char()?","self.deserialize_any(visitor)","self.deserialize_bool(visitor),","self.deserialize_i64(visitor),","self.deserialize_map(visitor)","self.deserialize_map(visitor),","self.deserialize_seq(visitor)","self.deserialize_seq(visitor),","self.deserialize_str(visitor)","self.deserialize_str(visitor),","self.deserialize_u64(visitor),","self.deserialize_unit(visitor)","self.deserialize_unit(visitor),","self.first","self.input","self.input.chars().next()","self.input.chars().next().ok_or(error::eof)","self.input.find('\"')","self.input.starts_with(\"false\")","self.input.starts_with(\"null\")","self.input.starts_with(\"true\")","self.next_char()?","self.peek_char()?","self.peek_char()?;","self;","separ","seq:","seqaccess","seqaccess,","sequenc","sequence.","sequences.","serd","serde'","serde,","serde.","serde::de::{","serde::deserialize;","serial","serializer,","sign","sign,","silly,","similar.","simpler","singl","skip","some(ch","some(len)","someth","sometim","special","src/de.r","start","std::ops::{addassign,","str)","str,","str],","straightforward","string","string,","string.","strings.","struct","struct_variant(","stupidli","such","support","suppos","t","t)","t.","t:","t::deserialize(&mut","t::from(10);","t::from(ch","tagged\"","test","test_enum()","test_struct()","that.","three","through","time","toml","track","trait","treat","true,","truncat","tupl","tuple(u32,","tuple_variant(self,","type","typic","u32","u32),","u32,","u8","unfortun","unimplemented!()","unit","unit,","unit_variant(self)","unsign","until","us","usize,","v)","v,","v:","val","valu","value.","variant","variant,","variant.","variant_seed(self,","variantaccess","variantaccess,","variou","vec![\"a\".to_owned(),","vec,","visit","visitor","visitor'","visitor)","visitor,","visitor.visit_bool(self.parse_bool()?)","visitor.visit_borrowed_str(self.parse_string()?)","visitor.visit_enum(enum::new(self))?;","visitor.visit_enum(self.parse_string()?.into_deserializer())","visitor.visit_i16(self.parse_signed()?)","visitor.visit_i32(self.parse_signed()?)","visitor.visit_i64(self.parse_signed()?)","visitor.visit_i8(self.parse_signed()?)","visitor.visit_map(commaseparated::new(self))?;","visitor.visit_newtype_struct(self)","visitor.visit_none()","visitor.visit_seq(commaseparated::new(self))?;","visitor.visit_some(self)","visitor.visit_u16(self.parse_unsigned()?)","visitor.visit_u32(self.parse_unsigned()?)","visitor.visit_u64(self.parse_unsigned()?)","visitor.visit_u8(self.parse_unsigned()?)","visitor.visit_unit()","visitor:","way","whether","whichev","wish","without","work","wrapper","{","|","}","},","};","}`"],"lifetimes.html":["\"'a","\"t","#[derive(deserialize)]","#[serde(borrow","#[serde(borrow)]","&'a","&'b","&'de","&[u8]","&str","&str.","'a","'a,","'a.","'b","'b\")]","'c","'c.","'de","'de,","'static","*/","+","...","/*","//","=",">","[u8],","a:","abov","above,","accept","address","alloc","allow","anoth","anywher","appear","applies.","array","attribut","attribute.","automat","avoid","away","b:","base64","base64,","bb:","be","befor","benefit","beyond","block","borrow","borrowed,","borrowed.","both","bound","bounds,","buffer","byte","c:","call","calle","caller","case","comment:","common","commonli","constrain","constraint","copi","correspond","cow,","d)","d:","dangl","data","data.","decid","decod","decoding.","defin","deriv","deseri","deserialization.","deserialize(deserializer:","deserialize,","deserialize.","deserialize:","deserialized.","deserializeown","deserializer,","deserializer.","deserializer;","differ","dure","each","effici","else.","enabl","encod","equival","error","escap","exampl","explicitli","explicitly.","field","field.","first","flavor","fn","formats,","from,","fromstr","function","gener","get","given","go","guarante","hand","higher","hold","id:","impl","impl.","implement","implicitli","imposs","individu","inner","inner,","inner:","input","input,","input.","input_data:","instead.","intuit","invok","io","io::read,","ip","is.","it.","languag","last","later","lifetim","lifetime.","lifetime.\"","live","location:","long","look","lose","main","mean","memori","method","model","more","mydeseri","name:","near","never","newli","not.","not_borrowed:","note","on","only,","opt","out","outer","outliv","output","over","own","owned:","ownership","paramet","parameter.","pass","perform","period","phantomdata,","place","pointer","pos:","present","process","provid","q","r,","r:","rank","read.","read:","receiv","recklessli","record","refer","relat","result","returns,","rust","rust'","rust.","s","sad.","safe","scope,","screen_name:","sequenc","serd","serde.","serde::deserialize;","serde_json::from_reader.","serde_json::from_str.","sign","simpli","size","someth","sooner","specifi","std::borrow::cow;","std::marker::phantomdata;","still","store","str,","str.","stream","stream,","string","string,","string.","struct","structur","structure,","such","sufficient,","support","t","t,","t:","technically,","third.","this.","this:","three","three,","three:","throw","thrown","to.","to_owned().","track.","trait","trait.","traits.","transient","transient,","two","type","typic","u32,","unconstrain","understand","unsaf","us","user","username:","usize,","usual","valid.","valu","varieti","verbatim","visit_borrowed_bytes,","visit_borrowed_str","visit_str","visitor","visitor,","want.","way","whether","work","write","wrong","zero","{","}","—"],"examples.html":["\"build\"","#[serde(bound)]","#[serde(default)]","#[serde(rename)]","#[serde(skip_serializing)]","#[serde(skip_serializing_if)]","adapt","adjac","after.","analog","anoth","another:","applic","approach","array","attribute.","attributes.","be","bound","bounds.","bounds:","buffering:","c","camelcase:","chosen","chrono","common","compose.yml","configur","convert","crate","crate.","crate:","custom","data","data:","date","datetim","default","deriv","describ","deseri","deserializer.","detail","discard","docker","each","effici","efficiently.","else'","encourag","enum","enums.","error","error::custom.","exampl","explan","extern","field","field:","file","follow","form","format","format:","formats.","gener","handl","handwritten","hold","human","ignoredani","impl","implement","infer","input","instead","integ","intern","involv","json:","key","long","macro","manual","map","map.","maximum","memori","need","number:","on","once.","output","possible.","process","readabl","remot","replac","repres","represent","representation.","representations:","scenario","self","serd","serde'","serde_json","serial","simpl","situat","skip","somebodi","step","stream","string","struct","struct.","struct:","tagged,","transcod","type","type:","types:","u64","untag","unusu","us","valu","varieti","way","whole","without","wrong"],"json.html":["//","0","0);","0,","=","`\"z\"`","`0`","`[0,0]`","`null`","`{\"a\":0,\"b\":0}`","`{\"w\":{\"a\":0,\"b\":0}}`","`{\"x\":[0,0]}`","`{\"y\":0}`","a:","analog","b:","consistency,","convent","data","develop","e","e::w","e::x(0,","e::y(0);","e::z;","encourag","enum","format","format.","here","human","i32","i32),","i32);","i32,","inner","json","possible.","readabl","repres","respons","rust","select","serd","serde_json","serial","struct","valu","w","x","x(0,","x(i32,","y","y(0);","y(i32),","y(i32);","z","z,","z;","{","}","},","};"],"enum-representations.html":["\"...\")]","\"...\",","\"c\")]","\"c\":","\"id\":","\"method\":","\"para\",","\"params\":","\"request\",","\"str\",","\"t\",","\"the","\"type\")]","#[derive(serialize,","#[serde(tag","#[serde(untagged)]","=","[{...},","above,","adjac","against","allow","anoth","array","attribut","be","befor","begin","binari","block","broad","call","character","common","compil","consid","contain","contains.","content","content,","data","deal","default","describ","deseri","deserialize)]","deserializer::deserialize_enum","each","enum","enum,","error","exampl","explicit","extern","field","first","follow","formats,","formats.","handl","haskel","id:","ideal","identifi","insid","integ","integer(u64),","intern","java","json","know","libraries.","like:","look","maps,","match","messag","method","method:","newtyp","next","now","object.","on","order","pair(string,","para(vec),","param","params:","pars","possibl","properti","provid","rang","readability.","represent","representation.","representations.","request","respons","result:","returned.","same","select","self","serd","serializer::serialize_*_vari","str(string),","string\"}","string),","string,","strings:","struct","successfulli","syntax","syntax,","syntax:","tag","text","this:","three","time.","tri","tupl","two","type","type:","unit","untag","us","valu","variant","variant.","variant:","variants,","variants.","within","work","world.","written","{","{\"id\":","{\"request\":","{\"t\":","{\"type\":","{...}]}","{...}}","{...}}}","}","},"],"attr-default.html":["\"#;","\"/\".to_string()","\"/users\"","\"default_resource\")]","\"high\"","\"priority\"","\"priority\":","\"priority::lowest\")]","\"resource\"","\"resource\":","\"timeout\"","\"timeout\":","#[derive(deserialize,","#[serde(default","#[serde(default)]","//","///","5,","=",">","[","]","debug)]","default","default()","default_resource()","enum","extrahigh,","extralow","field","first","fn","function","high,","impl","implement","includ","input.","json","low,","lowest()","main()","method","method.","normal,","println!(\"{:?}\",","prioriti","priority,","priority:","priority::extralow","priority=extralow","priority=high","r#\"","request","requests:","requests[0]);","requests[1]);","resource:","resource=\"/\",","resource=\"/users\",","result","second","seconds.","self","serde::deserialize;","serde_json::from_str(json).unwrap();","std::default::default","string","string,","struct","timeout","timeout(30)","timeout(u32);","timeout,","timeout:","timeout=30,","timeout=5,","trait","type","type'","us","valu","vec","{","}","},"],"attr-flatten.html":["\"49824073","\"ferris\"","\"ferris\",","\"id\":","\"john_doe\",","\"john_doe\"},","\"limit\"","\"limit\":","\"mascot\"","\"mascot\":","\"offset\"","\"offset\":","\"total\"","\"total\":","\"username\":","\"users\":","#[derive(serialize,","#[serde(flatten)]","...","100","100,","1053","1053,","200,","4814","5ea416ee1c2f\",","979f","[","]","addit","along","api","appli","at,","attribut","attribute.","back","be10","captur","case","cases:","collect","combin","common","consid","conveni","data","deny_unknown_fields.","deseri","deserialize)]","deserialize};","differ","each","etc.","exampl","exist","extra","extra:","factor","far","field","field.","fields,","fill","flatten","follow","frequent","group","hashmap,","hold","id:","identifi","inlin","inner","issues,","json","key","later","limit:","look","lot","mani","map","metadata","name","note:","number","object","object.","offset:","out","outer","page","pagin","pagination,","pagination:","parent","popul","processing.","projects,","queri","queries.","representation.","requested,","respons","result","return","same","scheme","serde::{serialize,","serde_json::value;","serial","serv","set","share","std::collections::hashmap;","string,","struct","struct.","support","third","this.","through","time","time,","total","total.","total:","two","type","type.","u64,","us","user","username:","users,","users:","vec,","want","way","within","{","{\"id\":","}"],"attr-bound.html":["\"#;","\"1234567890\",","\"deserialize_from_str\")]","\"owned\"","\"ptr\":","\"ptr:","\"s\":","\"s:","#[derive(debug)]","#[derive(deserialize,","#[serde(bound(deseri","#[serde(deserialize_with","//","///","1234567890,","=",">","`deserialize_from_str`,","`deserialize_from_str`.","`deserialize`","`deserialize`.","`fromstr`","`main`","`s:","`s`","`t:","`t`","alway","automat","below","bound","bound,","box:","condit","correct","creat","d)","d:","data.","debug)]","deriv","deseri","deserialize\"))]","deserialize(deserializer:","deserialize,","deserialize.","deserialize::deserialize(deserializer).map(ptr::owned)","deserialize::deserialize(deserializer)?;","deserialize_from_str(deserializer:","deserialize`","deserialize`.","deserializer,","deserializer};","display\"))]","display,","enum","escap","fact,","field","field.","fn","fromstr,","function","gener","go","guess","handwritten","hatch","help","here","heurist","heuristics,","impl","impl,","implement","importantli","infer","instead","j","looser","main()","necessary.","on","one.","outer","overrid","own","owned(\"owned\")","owned(box),","paramet","parameters,","part","pointer","println!(\"result","produc","programmer.","provid","ptr","ptr,","ptr:","put","r#\"","ref(&'a","replac","requir","result","result);","result.","result:","right","s,","s:","s::err:","s::from_str(&s).map_err(de::error::custom)","serd","serde::{de,","serde_json::from_str(j).unwrap();","serial","sever","std::fmt::display;","std::str::fromstr;","stricter","string","string,","struct","t","t),","t:","t=str","through","time","trait","type","type'","us","want","without","written","{","{:?}\",","}"],"deserialize-map.html":["\"map\"","\"zero","&mut","//","=",">","abstract","access.next_entry()?","access:","add","ask","callback","case","compil","complain","contain","correctly,","custom","d)","d:","data","data,","data.","default","depend","deseri","deserialize(deserializer:","deserialize,","deserializer,","deserializer.","deserializer.deserialize_map(mymapvisitor::new())","don't","drive","driving.","each","entri","error,","exampl","expect","expecting(&self,","fmt::formatter)","fmt::result","fn","format","formatter.write_str(\"a","formatter:","from.","gener","go","here,","hold","impl","implement","inform","input","input,","instanc","instanti","integ","k","k:","keep","know","m)","m:","make","mani","map","map\")","map.","map.insert(key,","mapaccess","mapaccess,","mapaccess};","marker:","messag","method","mut","mymap","mymap.","mymap::with_capacity(access.size_hint().unwrap_or(0));","mymap;","mymap>","mymapvisitor","need","new()","ok(map)","on","output","over","paramet","parameters.","phantomdata","produce.","provid","receive.","remain","requir","result","return","rust.","see","self","sens","serd","serde::de::{deserialize,","set","size","some((key,","special","state","state.","std::fmt;","std::marker::phantomdata;","string.","strings.","struct","those","trait","type","type\"","unus","us","v","v:","valu","value))","value);","veri","visit_map(self,","visitor","visitor,","{","}"],"stream-array.html":["\"#;","\"demo","\"deserialize_max\")]","\"id\":","\"max","\"values\"))]","\"values\":","#[derive(deserialize)]","#[serde(deserialize_with","#[serde(rename(deseri","&mut","(json",")?;","+","//","///","100,","256,","271","314,","384\"","384,","=",">","[","]","`max_value`,","`values`.","above,","adapt","addit","after.","approach","array","array)","ask","be","buffer","call","cmp::max(max,","come","comput","creat","d)","d:","data","data.","de::error::custom(\"no","deseri","deserialize_max(deserializer:","deserializer,","deserializer.deserialize_seq(visitor)","deserializer};","despit","drive","empti","entir","equal","expecting(&self,","field","figur","first","fmt::formatter)","fmt::result","fmt};","fn","formatter.write_str(\"a","formatter:","function","gener","go","handl","hold","id:","impl","implement","input","instead","integ","it.","j","json","later.","look","main()","max","max\",","max_value:","maximum","maximum\")","maxvisitor","maxvisitor(phantomdata","maxvisitor(phantomdata);","memori","mut","name","need","nonempti","numbers\")","ok(max)","once.","ord,","ord.","out","out.max_value);","out:","outer","over","present","print","println!(\"max","process","r#\"","result","return","s)","s:","seq","seq.","seq.next_element()?","seq.next_element()?.ok_or_else(||","seq:","seqaccess,","seqaccess};","sequenc","serde::de::{self,","serde::{deserialize,","serde_json::from_str(j).unwrap();","situat","some(value)","start","std::marker::phantomdata;","std::{cmp,","string,","struct","suppos","t","t,","t.","t:","t;","t=u64.","t>);","take","type","u64,","updat","us","valu","value);","value:","values.","varieti","vec","visit_seq(self,","visitor","visitor,","visitor.","visitor.visit_seq()","want","whole","without","{","{}\",","}"],"enum-number.html":["\"0.1\"","\"1.0\"","#[derive(serialize_repr,","#[repr(u8)]","//","2,","3,","5,","7,","=","[2,3,5,7]","[dependencies]","allow","altern","assert_eq!(two,","c","crate","debug)]","deleg","deriv","deseri","deserialize_repr,","enum","enum.","example.","five","five,","fn","format","integ","json,","macro","main()","num","number","partialeq,","print","println!(\"{}\",","provid","represent","same","serd","serde_json","serde_json::from_str(\"2\").unwrap());","serde_json::to_string(&nums).unwrap());","serde_repr","serde_repr::*;","serial","seven","seven];","smallprim","smallprime::*;","string","three","three,","trait","two","underli","us","vec![two,","{","}"],"attr-rename.html":["\"camelcase\")]","\"firstname\":","\"graydon\",","\"graydon\".to_string(),","\"hoare\"","\"hoare\".to_string(),","\"lastname\":","#[derive(serialize)]","#[serde(rename_al","//","=","camelcas","field","first_name:","fn","json","json);","last_name:","main()","person","println!(\"{}\",","prints:","serde::serialize;","serde_json::to_string_pretty(&person).unwrap();","serial","string,","struct","us","{","}","};"],"attr-skip-serializing.html":["\"5cb7a0c47e53854cd00e1a968de5abce1c124601\".to_string(),","\"b6469c3f31653d281bbbfa6f94d60fea130abe38\".to_string(),","\"github\",","\"github\".to_string(),","\"headquarters\":","\"map::is_empty\")]","\"metadata\":","\"name\":","\"san","\"stack","#[derive(serialize)]","#[serde(skip_serializing)]","#[serde(skip_serializing_if","(see","//","=","[","]","];","add","alway","attempt","attribut","attribute,","attributes:","both","data,","decid","deseri","fail,","field","field.","fn","francisco\"","francisco\".to_string());","hash:","json","json);","likewise,","main()","map,","map::new(),","map::new();","map;","metadata","metadata.insert(\"headquarters\".to_string(),","metadata:","method","mut","name:","never","note:","only.","overflow\"","overflow\".to_string(),","pleas","println!(\"{}\",","prints:","resourc","serde::serialize;","serde_json::to_string_pretty(&resources).unwrap();","serial","serialized.","skip","skip).","skip_deseri","skip_seri","skipped.","std::collections::btreemap","still","string,","struct","us","vec![","whether","{","}","},"],"remote-derive.html":["\"...\")]","\"duration\")]","\"duration::seconds\")]","\"duration::subsec_nanos\")]","\"durationdef\")]","#[derive(deserialize)]","#[derive(serialize,","#[serde(gett","#[serde(remot","#[serde(with","*/","...","/*","//","////////////////////////////////////////////////////////////////////////////////","=",">","`&t`","`dur`","`remote`","`t`","`with`","above,","actual","allow","along.","altern","around","associ","attribut","be","call","catch","check","code","command_line:","compil","complic","construct","convers","copi","crate","crate,","crates.","data","de","de)?;","de/seri","def.nanos)","defin","definit","deriv","deseri","deserialize)]","deserialized,","deserialize};","differ","directli","directly,","directly.","dur","dur)?;","durat","duration);","duration,","duration.","duration::new(def.secs,","durationdef","durationdef)","durationdef.","durationdef::deseri","durationdef::deserialize(&mut","else'","enum,","field","field.","fields,","fn","for.","from(def:","function","gener","getter","give","helper","helper(#[serde(with","i32","i32)","i32,","i64","i64,","impl","impl,","impl.","implement","implementation.","instead","intend","invok","it.","know","level","match","mentioned.","method","mod","module.","more","mut","nano","nanos:","new(secs:","newtyp","note","now","oh,","on","orphan","other_cr","other_crate::duration;","pass","path","people'","possibl","pretend","privat","private.","process","process.","produc","provid","pub","public","real","remot","requir","return","rule","rule.","rust'","same","seconds(&self)","secs,","secs:","self","self.nano","self.sec","serd","serde'","serde::serialize;","serde::{serialize,","serde_json::deserializer::from_str(j);","serde_json::from_str(j).map(|helper(dur)|","serial","shown","signatur","signature.","somebodi","somewhat","string,","struct","struct.","structure.","subsec_nanos(&self)","such","technic","that'","this,","through","time,","top","trait","type","type,","type.","ultim","us","wall_time:","way","whose","work","wrapper","write","{","}"],"deserialize-struct.html":["\"lowercase\")]","\"nanos\"","\"nanos\"];","\"secs\"","#[derive(deserialize)]","#[serde(field_identifier,","&'static","&[\"secs\",","&mut","&self))?;","&str)","&str.",".ok_or_else(||","//","=","=>",">","[&'static","_","`nanos`\")","alloc","avoid","below","by:","complic","const","correspond","d)","d:","data","de::error,","de::error::invalid_length(0,","de::error::invalid_length(1,","de::error::missing_field(\"nanos\"))?;","de::error::missing_field(\"secs\"))?;","deriv","deseri","deserialize(deserializer:","deserialize,","deserializer,","deserializer.deserialize_identifier(fieldvisitor)","deserializer.deserialize_struct(\"duration\",","done.","durat","duration\")","duration;","durationvisitor","durationvisitor)","durationvisitor;","e:","enum","err(de::error::duplicate_field(\"nanos\"));","err(de::error::duplicate_field(\"secs\"));","err(de::error::unknown_field(value,","expecting(&self,","field","field::nano","field::sec","field;","fields)),","fields,","fields:","fieldvisitor","fieldvisitor;","fmt::formatter)","fmt::result","fn","follow","format:","formatter.write_str(\"`secs`","formatter.write_str(\"struct","formatter:","gener","get","hold","impl","implement","independ","instead","job","json.","key","manual","map","map.next_key()?","map:","mapaccess,","mapaccess};","match","more","mut","names.","nano","nanos))","nanos.is_some()","nanos.ok_or_else(||","nanos:","none;","ok(duration::new(secs,","ok(field::nanos),","ok(field::secs),","order","part","possibl","postcard,","rename_al","repres","result","return","sec","secs,","secs.is_some()","secs.ok_or_else(||","secs:","seq","seq.next_element()?","seq:","seqaccess,","serde::de::{self,","some(key)","some(map.next_value()?);","somewhat","std::fmt;","str]","string","struct","struct:","support","two","type","u32,","u64,","us","v)","v:","valu","value:","visit_map(self,","visit_seq(self,","visit_str(self,","visitor","visitor,","way","{","}"],"ignored-any.html":["\"a","\"b\",","\"c\",","\"d\",","\"e\"]);","&mut","&self));","&self))?;",".ok_or_else(||","//","0..self.n","3:","=",">","`n`","`n`.","`n`th","about.","array","array[3]);","assert_eq!(nth,","befor","care","d)","d:","data","de::error::invalid_length(self.n,","deseri","deserialize(self,","deserialize,","deserialized.","deserializer,","deserializer.","deserializer.deserialize_seq(self)","deserializer:","deserializese","deserializeseed,","discard","effici","element","elements.","end","err(de::error::invalid_length(i,","error","exampl","except","expecting(&self,","first","fmt::formatter)","fmt::result","fn","formatter:","get","give","ignor","ignoredani","ignoredany,","impl","index","inform","json!([\"a\",","main()","marker:","mut","n,","n:","new(n:","nth","nth);","nth:","nthelement","nthelement::new(3).deserialize(&array).unwrap();","nthelement::new(3).deserialize(deserializer)","ok(nth)","on","over","phantomdata","phantomdata,","println!(\"{}\",","pub","remain","result","return","seed","self","self,","self.n)","seq.next_element()?","seq.next_element::()?.is_none()","seq:","seqaccess,","sequenc","serde::de::{","serde_json::json;","serde_json::valu","skip","some(ignoredany)","std::fmt;","std::marker::phantomdata;","store","string","struct","t:","t;","t>,","think","type","type,","us","usize)","usize,","v)","v:","valu","visit_seq(self,","visitor","visitor,","way","write!(formatter,","{","{}\",","}","};"],"transcode.html":["\"#;","\"a","\"an","\"transcode\"","&mut","//","1]","2,","=","[3,","`{\"a","anoth","arbitrari","array\":","array\":[3,2,1]}`","boolean\":","boolean\":true,\"an","cbor","collect","compact","convert","crate","data","data,","describ","deseri","deserializer,","deserializer.","effici","entir","equival","exampl","fn","form","form.","format","fulli","function","gener","go'","here.","implement","input","insignific","intermedi","json","json.compact","line","main()","memori","memory.","mut","need","on","plenti","pretti","print","provid","r#\"","remov","self","serd","serde_json::deserializer::from_str(input);","serde_json::serializer::new(io::stdout());","serde_transcode::transcode(&mut","serial","serializer).unwrap();","serializer.","std::io;","stdout.","stream","string","transcod","true,","unformat","us","way","way.","whitespac","whitespace.","without","work","{","}"],"string-or-struct.html":["\"","\"1\"}","\";","\"build\"","\"default","\"string_or_struct\")]","#","#[derive(debug,","#[serde(default)]","#[serde(deserialize_with","&mut","&str)","'1'","(here","+","./dir","//","1","=",">","`#[serde(default)]`.","`args`","`build`","`build`)","`context`","`default::default()`","`deserialize`","`deserialize`.","`deserializer`,","`from_str`","`fromstr`","`mapaccess`","`mapaccessdeserializer`","`phantomdata`","`string_or_struct`","`void`","accord","allow","altern","alternate\")","args.","args:","args={\"buildno\":","args={}","attribut","be","both","build","build,","build:","build_str","build_struct","buildno:","case","compil","complain","complex","compose.yml","configur","contain","context","context,","context:","context=\"./dir\"","d)","d:","data.","de::error,","deleg","deseri","deserialize)]","deserialize::deserialize(de::value::mapaccessdeserializer::new(map))","deserialize_with","deserializer,","deserializer.deserialize_any(stringorstruct(phantomdata))","deserializer};","docker","dockerfil","dockerfile:","dockerfile=non","dockerfile=some(\"dockerfil","documentation,","e:","empti","entri","err","error","exampl","exist","expand","expecting(&self,","fail,","field","field\"","field.","file","fmt::formatter)","fmt::result","fn","formatter.write_str(\"str","formatter:","forward","from_str(s:","fromstr","fromstr,","function","gener","given","handl","impl","impl.","implement","implementation.","imposs","input","input,","instanti","itself","keep","key","know","m)","m:","main()","map","map\")","map,","map.","map:","map::new(),","map;","mapaccess,","mapaccess};","more","need","never","none,","object","ok(build","ok(fromstr::from_str(value).unwrap())","option","option,","order","over","parameter.","path","pattern","place","present","previous","println!(\"{:?}\",","repres","requir","result","reus","rust'","s.to_string(),","same","see","serd","serde'","serde::de::{self,","serde::{deserialize,","serde_yaml::from_str(build_string).unwrap();","serde_yaml::from_str(build_struct).unwrap();","servic","service);","service:","set.","specifi","std::collections::btreemap","std::fmt;","std::marker::phantomdata;","std::str::fromstr;","string","string,","string_or_struct(deserializer:","stringorstruct","stringorstruct(phantomdata","struct","struct.","t","t'","t:","t;","t>);","tell","trait","turn","type","type'","type.","typic","under","unus","us","valu","value:","visit_map(self,","visit_str(self,","visitor","visitor,","visitor.","void::void;","void;","way.","well,","wrapper","{","}","})"],"convert-error.html":["\"allow\".to_owned(),","\"arn:aws:s3:::example_bucket\".to_owned(),","\"as_json_string\")]","\"s3:listbucket\".to_owned(),","\"test_policy\".to_owned(),","#[derive(serialize,","#[serde(with","&t,","(probabl","//","=",">","action:","as_json_str","block","both","config.","contain","content","conveni","convers","convert","correctli","d)","d:","data","deal","deseri","deserialize(deserializer:","deserialize)]","deserializeowned,","deserializer,","deserializer};","deserialize};","differ","do)","document","effect:","error","errors.","exampl","fn","format","format,","format.","go","handl","hcl","iam","inner","input","insid","j","j.serialize(serializer)","json","json.","logic","main()","manipul","mod","name:","necessary.","nest","occasion","on","once.","outer","output","polici","policy,","policy.","policy:","println!(\"{}\",","pub","repres","resourc","resource:","result","s)","s:","serde::de::error;","serde::de::{deserialize,","serde::ser::error;","serde::ser::{serialize,","serde::{serialize,","serde_json::from_str(&j).map_err(error::custom)","serde_json::to_string(value).map_err(error::custom)?;","serde_json;","serde_yaml::to_string(&resource).unwrap();","serial","serialize(value:","serialize,","serialized.","serializer,","serializer:","serializer};","show","simpl","simplifi","situat","situations,","string","string,","string::deserialize(deserializer)?;","strings.","struct","stumbl","such","t:","terraform","treat","two","type","types,","us","valu","y","y);","{","}","},","};"],"custom-date-format.html":["\"#;","\"%i","\"2017","\"bidder\":","\"my_date_format\")]","\"skrillex\"","\"timestamp\":","#[derive(serialize,","#[serde(with","%d","%h:%m:%s\";","%m","&'static","&datetime,",")","//","02","16","21:54:30\",","=",">","although","attribut","bidder:","box,","chrono","chrono::{datetime,","const","contain","crate","custom","d,","d:","d::error>","data","data);","data:","date","date.format(format));","date:","datetim","datetime,","debug)]","deseri","deserialize(","deserialize(d)","deserialize,","deserialize_with","deserializer,","deserializer:","deserializer};","deserialize};","desir","field","fn","follow","format","format!(\"{}\",","format).map_err(serde::de::error::custom)","format.","format:","function","gener","handl","input","json","json_str","logic","main()","make","mod","my_date_format","out","output","over","pattern:","println!(\"{:#?}\",","println!(\"{}\",","provid","pub","r#\"","representation.","result","result,","rfc3339","s","s)","s,","s:","serd","serde::{self,","serde::{serialize,","serde_json::from_str(json_str).unwrap();","serde_json::to_string_pretty(&data).unwrap();","serial","serialize(","serialize(&t,","serialize_with","serialized);","serializer,","serializer.serialize_str(&s)","serializer:","signatur","str","string,","string::deserialize(deserializer)?;","struct","struct.","structwithcustomd","support","t.","timestamp:","timezone};","type","us","utc,","utc.datetime_from_str(&s,","utc};","{","}"],"no-std.html":["\"1.0\",","\"alloc\"","\"std\"","#[derive(serialize,","=","[\"alloc\"]","[\"derive\"]","[dependencies]","alloc","allocation,","allocator.","alway","avail","awar","back","buffer","build","built","cargo","cargo.toml","collect","configur","context","core","crate","crate.","data","default","default.","depend","deriv","derive(deserialize)","deseri","deserialize)]","deserialized.","direct","disabled.","enabl","entir","enum","enums.","fals","false,","false.","featur","feature.","features,","features.","graph.","heap","impl","includ","instead","integr","involv","json","librari","library,","library.","macro","mean","memori","mode","modifi","name","need","no_std","opt","order","out","particular","particular,","pleas","provid","remov","requir","rest","rust","same","serd","serde'","serde_json","serde_json.","standard","std","std.","string","structur","support","temporari","togeth","union","unstabl","untag","us","vec.","version","way","whether","without","work","{","}"],"feature-flags.html":["1.","=","[\"alloc\"]","[\"derive\"]","[\"rc\"]","[\"std\"]","[\"unstable\"]","alloc","arc.","attempt","befor","behind","box,","build","cargo","collect","common","compile.","contain","copi","core","count","cow.","crate","data","data.","dedupl","default","default.","defin","depend","deriv","deseri","details.","discuss","each","enabl","end","environments.","extra","false,","featur","feature.","flag","freestand","function","functionality.","hashmap.","ident","impl","implement","includ","inner","librari","library.","macro","multipl","no_std","opt","pleas","pointer","preserv","provid","rc","receiv","refer","referenc","repeat","requir","result","rs/serde#812.","rust","same","see","serd","serial","standard","std","std.","stock","string,","strong","structur","structure.","subset","support","sure","take","time","track","traits.","type","types.","unstabl","up","us","valu","varieti","vec","vec,","want","within","without"]},"length":38},"tokenStore":{"root":{"0":{"2":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}},"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"json.html":{"ref":"json.html","tf":0.01639344262295082}},".":{"9":{"docs":{},".":{"docs":{"derive.html":{"ref":"derive.html","tf":0.006802721088435374}}}},"docs":{},".":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},".":{"docs":{},"n":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}}}}}},")":{"docs":{},";":{"docs":{"json.html":{"ref":"json.html","tf":0.01639344262295082}}}},",":{"docs":{"json.html":{"ref":"json.html","tf":0.01639344262295082}}}},"1":{"0":{"0":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}},",":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}},"5":{"3":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}},",":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}},"docs":{}},"docs":{},"]":{"docs":{},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}},")":{"docs":{},";":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}}},"2":{"3":{"4":{"5":{"6":{"7":{"8":{"9":{"0":{"docs":{},",":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}},"4":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}},"6":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}},"]":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}},"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}},",":{"docs":{"./":{"ref":"./","tf":0.004819277108433735},"derive.html":{"ref":"derive.html","tf":0.006802721088435374},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},".":{"0":{"docs":{"derive.html":{"ref":"derive.html","tf":0.006802721088435374}},".":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}},"1":{"5":{"docs":{"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517}}},"docs":{}},"3":{"1":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}},"docs":{}},"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.007285974499089253},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}},".":{"docs":{},"]":{"docs":{},";":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}},"]":{"docs":{"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}}},"2":{"0":{"0":{"docs":{},",":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}},"docs":{},")":{"docs":{},";":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}}},"1":{"docs":{},":":{"5":{"4":{"docs":{},":":{"3":{"0":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}}},"5":{"6":{"docs":{},",":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}},"docs":{}},"7":{"1":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}},"docs":{}},"9":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036}}},"docs":{"./":{"ref":"./","tf":0.004819277108433735},"derive.html":{"ref":"derive.html","tf":0.006802721088435374}},".":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.007285974499089253}}},"^":{"3":{"1":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}},"\"":{"docs":{},")":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}}},"docs":{}},"docs":{}},")":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},",":{"docs":{"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}}},"3":{"0":{"docs":{},")":{"docs":{},";":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}}},"1":{"4":{"docs":{},",":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}},"docs":{}},"8":{"4":{"docs":{},"\"":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}},",":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}},"docs":{}},"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}},")":{"docs":{},"?":{"docs":{},";":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}},".":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.007285974499089253}}},",":{"docs":{"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}}},":":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}},"4":{"8":{"1":{"4":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00851063829787234}}},"docs":{}},"docs":{}},"docs":{}},"5":{"docs":{},",":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}}},"e":{"docs":{},"a":{"4":{"1":{"6":{"docs":{},"e":{"docs":{},"e":{"1":{"docs":{},"c":{"2":{"docs":{},"f":{"docs":{},"\"":{"docs":{},",":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00851063829787234}}}}}},"docs":{}}},"docs":{}}}},"docs":{}},"docs":{}},"docs":{}}}},"7":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}},",":{"docs":{"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}}}},"8":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},"9":{"7":{"9":{"docs":{},"f":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00851063829787234}}}},"docs":{}},"docs":{}},"docs":{},"#":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}},"[":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"derive.html":{"ref":"derive.html","tf":0.006802721088435374},"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"enum-representations.html":{"ref":"enum-representations.html","tf":0.015723270440251572},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.01276595744680851},"remote-derive.html":{"ref":"remote-derive.html","tf":0.008281573498964804},"convert-error.html":{"ref":"convert-error.html","tf":0.00980392156862745},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}},")":{"docs":{},"]":{"docs":{"derive.html":{"ref":"derive.html","tf":0.006802721088435374},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"attr-rename.html":{"ref":"attr-rename.html","tf":0.020833333333333332},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}}},"_":{"docs":{},"r":{"docs":{},"e":{"docs":{},"p":{"docs":{},"r":{"docs":{},",":{"docs":{"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}}}}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},")":{"docs":{},"]":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"lifetimes.html":{"ref":"lifetimes.html","tf":0.00727802037845706},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"attr-default.html":{"ref":"attr-default.html","tf":0.02127659574468085},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}}}}}}}}},"b":{"docs":{},"u":{"docs":{},"g":{"docs":{},")":{"docs":{},"]":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}},",":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365}}}}}}}}},"]":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"(":{"docs":{},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{},"y":{"docs":{},"_":{"docs":{},"u":{"docs":{},"n":{"docs":{},"k":{"docs":{},"n":{"docs":{},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{},"_":{"docs":{},"f":{"docs":{},"i":{"docs":{},"e":{"docs":{},"l":{"docs":{},"d":{"docs":{},"s":{"docs":{},")":{"docs":{},"]":{"docs":{"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"attr-default.html":{"ref":"attr-default.html","tf":0.014184397163120567}},")":{"docs":{},"]":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"_":{"docs":{},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}}}}}}}}},"b":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}},"(":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"attr-bound.html":{"ref":"attr-bound.html","tf":0.007692307692307693}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0057306590257879654},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248}}}}}}},")":{"docs":{},"]":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345}}}}}}},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}},")":{"docs":{},"]":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"lifetimes.html":{"ref":"lifetimes.html","tf":0.004366812227074236}}}}}}}}}},"c":{"docs":{},"r":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827}}}},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827}}}}},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},")":{"docs":{},"]":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00851063829787234}}}}}}}}}},"i":{"docs":{},"e":{"docs":{},"l":{"docs":{},"d":{"docs":{},"_":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827}}}}}},"r":{"docs":{},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{},"t":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"remote-derive.html":{"ref":"remote-derive.html","tf":0.006211180124223602}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}},"e":{"docs":{},"(":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0057306590257879654},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248}}}}}}},"_":{"docs":{},"a":{"docs":{},"l":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"attr-rename.html":{"ref":"attr-rename.html","tf":0.020833333333333332}},"l":{"docs":{},"(":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0057306590257879654},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641}}}}}}}}}}},")":{"docs":{},"]":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0057306590257879654},"enum-representations.html":{"ref":"enum-representations.html","tf":0.009433962264150943}}}},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},")":{"docs":{},"]":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827}}}}}}}}}}}}},"y":{"docs":{},"_":{"docs":{},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"d":{"docs":{},")":{"docs":{},"]":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"enum-representations.html":{"ref":"enum-representations.html","tf":0.006289308176100629}}}}}}}}}}}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"a":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}}},"o":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{},"]":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"_":{"docs":{},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}}}}}}}}}}}},"k":{"docs":{},"i":{"docs":{},"p":{"docs":{},")":{"docs":{},"]":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}},"_":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{},"]":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{},"]":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}}},"_":{"docs":{},"i":{"docs":{},"f":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}},")":{"docs":{},"]":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345}}}}}}}}}}}}}}}}}}}}}}},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"remote-derive.html":{"ref":"remote-derive.html","tf":0.006211180124223602},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"t":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"p":{"docs":{},"r":{"docs":{},"(":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},")":{"docs":{},"]":{"docs":{},".":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827}}}}}}}}}}}}}}}},"u":{"8":{"docs":{},")":{"docs":{},"]":{"docs":{"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}}}}},"docs":{}}}}}}},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"]":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.01639344262295082},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}}}}},"b":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"n":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}}}}}}}},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}}}}}}},"r":{"docs":{},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{"help.html":{"ref":"help.html","tf":0.05263157894736842}}}}}}},"&":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365}}},".":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},".":{"docs":{},"b":{"docs":{},")":{"docs":{},"?":{"docs":{},";":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}}},"g":{"docs":{},")":{"docs":{},"?":{"docs":{},";":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}}},"r":{"docs":{},")":{"docs":{},"?":{"docs":{},";":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}}},"i":{"docs":{},"n":{"docs":{},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{},"[":{"1":{"docs":{},".":{"docs":{},".":{"docs":{},"]":{"docs":{},";":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"docs":{},"\"":{"docs":{},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"e":{"docs":{},"\"":{"docs":{},".":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},")":{"docs":{},".":{"docs":{},".":{"docs":{},"]":{"docs":{},";":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}},"n":{"docs":{},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{},"\"":{"docs":{},".":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},")":{"docs":{},".":{"docs":{},".":{"docs":{},"]":{"docs":{},";":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}}}}}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{},"\"":{"docs":{},".":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},")":{"docs":{},".":{"docs":{},".":{"docs":{},"]":{"docs":{},";":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}},".":{"docs":{},".":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"]":{"docs":{},";":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}},"c":{"docs":{},"h":{"docs":{},".":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"_":{"docs":{},"u":{"docs":{},"t":{"docs":{},"f":{"8":{"docs":{},"(":{"docs":{},")":{"docs":{},".":{"docs":{},".":{"docs":{},"]":{"docs":{},";":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}},"docs":{}}}}}}}}}}},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}},")":{"docs":{},")":{"docs":{},"?":{"docs":{},";":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}},";":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"e":{"docs":{},"l":{"docs":{},"d":{"1":{"docs":{},",":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}}}},"docs":{}}}}}},"[":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.01639344262295082}},"u":{"8":{"docs":{},"]":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0036429872495446266},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}},".":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}},",":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}},"docs":{}},"\"":{"docs":{},"s":{"docs":{},"e":{"docs":{},"c":{"docs":{},"s":{"docs":{},"\"":{"docs":{},",":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}}}}},"&":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}},"m":{"docs":{},"u":{"docs":{},"t":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}},"'":{"docs":{},"a":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.004645760743321719},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0029154518950437317},"lifetimes.html":{"ref":"lifetimes.html","tf":0.008733624454148471}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.008130081300813009},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.003887269193391642},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}}}},"d":{"docs":{},"e":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"lifetimes.html":{"ref":"lifetimes.html","tf":0.004366812227074236}}}},"b":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.004366812227074236}}}},"t":{"docs":{},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.005807200929152149}}},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}},"v":{"docs":{},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},")":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446}}}}}}}}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},",":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}}}}}}}},"(":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.00963855421686747}}}}}}}},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}},"e":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}}},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"v":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},":":{"docs":{"help.html":{"ref":"help.html","tf":0.03508771929824561}}}}}}},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}},"f":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0057306590257879654}}}},")":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.004645760743321719}}},"`":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}},"u":{"8":{"docs":{},",":{"docs":{},")":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}},"docs":{}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}},"a":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}},"n":{"docs":{},"d":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}},"&":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},")":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}}}}},"k":{"docs":{},",":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}},"{":{"docs":{},")":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}}}}}}},"/":{"docs":{},"/":{"docs":{"./":{"ref":"./","tf":0.00963855421686747},"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.03825136612021858},"error-handling.html":{"ref":"error-handling.html","tf":0.04013377926421405},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.07317073170731707},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.07240038872691934},"lifetimes.html":{"ref":"lifetimes.html","tf":0.011644832605531296},"json.html":{"ref":"json.html","tf":0.06557377049180328},"attr-default.html":{"ref":"attr-default.html","tf":0.05673758865248227},"attr-bound.html":{"ref":"attr-bound.html","tf":0.038461538461538464},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0975609756097561},"stream-array.html":{"ref":"stream-array.html","tf":0.040293040293040296},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266},"attr-rename.html":{"ref":"attr-rename.html","tf":0.125},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.1111111111111111},"remote-derive.html":{"ref":"remote-derive.html","tf":0.051759834368530024},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.017605633802816902},"ignored-any.html":{"ref":"ignored-any.html","tf":0.05069124423963134},"transcode.html":{"ref":"transcode.html","tf":0.03759398496240601},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.08374384236453201},"convert-error.html":{"ref":"convert-error.html","tf":0.029411764705882353},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.085}},"/":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835},"attr-bound.html":{"ref":"attr-bound.html","tf":0.019230769230769232},"stream-array.html":{"ref":"stream-array.html","tf":0.029304029304029304}},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"/":{"docs":{},"r":{"docs":{},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}}}}}}}},"*":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"lifetimes.html":{"ref":"lifetimes.html","tf":0.00727802037845706},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}},"=":{"docs":{"./":{"ref":"./","tf":0.016867469879518072},"derive.html":{"ref":"derive.html","tf":0.05782312925170068},"container-attrs.html":{"ref":"container-attrs.html","tf":0.07449856733524356},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.0673076923076923},"field-attrs.html":{"ref":"field-attrs.html","tf":0.06647398843930635},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.00546448087431694},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"unit-testing.html":{"ref":"unit-testing.html","tf":0.01639344262295082},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.020905923344947737},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.01652089407191448},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"json.html":{"ref":"json.html","tf":0.06557377049180328},"enum-representations.html":{"ref":"enum-representations.html","tf":0.012578616352201259},"attr-default.html":{"ref":"attr-default.html","tf":0.028368794326241134},"attr-bound.html":{"ref":"attr-bound.html","tf":0.03076923076923077},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.012195121951219513},"stream-array.html":{"ref":"stream-array.html","tf":0.03296703296703297},"enum-number.html":{"ref":"enum-number.html","tf":0.10126582278481013},"attr-rename.html":{"ref":"attr-rename.html","tf":0.0625},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.027777777777777776},"remote-derive.html":{"ref":"remote-derive.html","tf":0.024844720496894408},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.045774647887323945},"ignored-any.html":{"ref":"ignored-any.html","tf":0.027649769585253458},"transcode.html":{"ref":"transcode.html","tf":0.022556390977443608},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.017241379310344827},"convert-error.html":{"ref":"convert-error.html","tf":0.024509803921568627},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.035},"no-std.html":{"ref":"no-std.html","tf":0.0625},"feature-flags.html":{"ref":"feature-flags.html","tf":0.03333333333333333}},">":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.006688963210702341},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.006802721088435374},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.017605633802816902}}},"=":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.004859086491739553}}}},"a":{"docs":{},"b":{"docs":{},"o":{"docs":{},"v":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}},"e":{"docs":{},":":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}},",":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}},"u":{"docs":{},"t":{"docs":{},".":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}}}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}},"i":{"docs":{},"l":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0024295432458697765}}}}},"d":{"docs":{},"d":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}},"i":{"docs":{},"t":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.01276595744680851},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}}}}}}},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}}},"j":{"docs":{},"a":{"docs":{},"c":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"enum-representations.html":{"ref":"enum-representations.html","tf":0.006289308176100629}}}}},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}},"a":{"docs":{},"p":{"docs":{},"t":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}},"i":{"docs":{},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"container-attrs.html":{"ref":"container-attrs.html","tf":0.014326647564469915},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.016025641025641024},"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"error-handling.html":{"ref":"error-handling.html","tf":0.006688963210702341},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}},"c":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"no-std.html":{"ref":"no-std.html","tf":0.015625},"feature-flags.html":{"ref":"feature-flags.html","tf":0.011111111111111112}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}}}},"o":{"docs":{},"r":{"docs":{},".":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}}}}}}},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}},".":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}},"w":{"docs":{},"a":{"docs":{},"y":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"attr-bound.html":{"ref":"attr-bound.html","tf":0.007692307692307693},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}}},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"u":{"docs":{},"g":{"docs":{},"h":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"field-attrs.html":{"ref":"field-attrs.html","tf":0.008670520231213872},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.01}}}}}}},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"\"":{"docs":{},")":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}},"i":{"docs":{},"k":{"docs":{},"e":{"docs":{},".":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}},"i":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.01276595744680851}},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{},"r":{"docs":{},"i":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}}},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"examples.html":{"ref":"examples.html","tf":0.009708737864077669},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}}},"l":{"docs":{},"i":{"docs":{"attributes.html":{"ref":"attributes.html","tf":0.05555555555555555},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}},"c":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345}}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297}}}},"a":{"docs":{},"r":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0036429872495446266},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}},"b":{"docs":{},"i":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"transcode.html":{"ref":"transcode.html","tf":0.015037593984962405}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.001943634596695821},"lifetimes.html":{"ref":"lifetimes.html","tf":0.004366812227074236},"examples.html":{"ref":"examples.html","tf":0.014563106796116505},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"stream-array.html":{"ref":"stream-array.html","tf":2.510989010989011},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}},"s":{"docs":{},".":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}},")":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}},"[":{"3":{"docs":{},"]":{"docs":{},")":{"docs":{},";":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}},"docs":{}},"\"":{"docs":{},":":{"docs":{"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}},"[":{"3":{"docs":{},",":{"2":{"docs":{},",":{"1":{"docs":{},"]":{"docs":{},"}":{"docs":{},"`":{"docs":{"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}}}}},"docs":{}}},"docs":{}}},"docs":{}}}}}}},"g":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}},",":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}}}}}}}},"s":{"docs":{},".":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}},":":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.009852216748768473}}},"=":{"docs":{},"{":{"docs":{},"\"":{"docs":{},"b":{"docs":{},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{},"n":{"docs":{},"o":{"docs":{},"\"":{"docs":{},":":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}}},"}":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}},"c":{"docs":{},".":{"docs":{"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}},"t":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"attributes.html":{"ref":"attributes.html","tf":10.11111111111111},"container-attrs.html":{"ref":"container-attrs.html","tf":5.008595988538682},"variant-attrs.html":{"ref":"variant-attrs.html","tf":5.003205128205129},"field-attrs.html":{"ref":"field-attrs.html","tf":5.005780346820809},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"enum-representations.html":{"ref":"enum-representations.html","tf":0.006289308176100629},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00851063829787234},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444},"remote-derive.html":{"ref":"remote-derive.html","tf":0.006211180124223602},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}},".":{"docs":{"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345}}}},".":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"examples.html":{"ref":"examples.html","tf":0.014563106796116505},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}},",":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}}}}}}}},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.013888888888888888},"feature-flags.html":{"ref":"feature-flags.html","tf":0.011111111111111112}}}}},"n":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}},",":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}},"u":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"attr-bound.html":{"ref":"attr-bound.html","tf":0.011538461538461539}}}}}},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}}}},"v":{"docs":{},"o":{"docs":{},"i":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}},"r":{"docs":{},"o":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}}}},"w":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}},"a":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}}},"r":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}}},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"h":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{},"o":{"docs":{},"u":{"docs":{},"s":{"docs":{},",":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"_":{"docs":{},"d":{"docs":{},"e":{"docs":{},"_":{"docs":{},"t":{"docs":{},"o":{"docs":{},"k":{"docs":{},"e":{"docs":{},"n":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"t":{"docs":{},"o":{"docs":{},"k":{"docs":{},"e":{"docs":{},"n":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}}}}}}}}},"t":{"docs":{},"o":{"docs":{},"k":{"docs":{},"e":{"docs":{},"n":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}},"s":{"docs":{},"(":{"docs":{},"&":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},",":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.01639344262295082}}}}}}}},"}":{"docs":{},";":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}}}}}}}},"e":{"docs":{},"q":{"docs":{},"!":{"docs":{},"(":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"&":{"docs":{},"n":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"n":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},")":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}}}},"s":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"n":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},")":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}}}},"t":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"n":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},")":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"n":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},")":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}}}}}}},"u":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"n":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},")":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}}}}}}}}}}}}}},"w":{"docs":{},"o":{"docs":{},",":{"docs":{"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}}}}}},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0024295432458697765}}}}}}}}}}},"n":{"docs":{},"t":{"docs":{},"h":{"docs":{},",":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}}}}}}}}}},"o":{"docs":{},"c":{"docs":{},"i":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},"k":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}},"_":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}}}}}}}}},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}}},"c":{"docs":{},"t":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.00980392156862745}}}}}}},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}},".":{"docs":{},"n":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"_":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"y":{"docs":{},"(":{"docs":{},")":{"docs":{},"?":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}},":":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}}}},"p":{"docs":{},"t":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.005822416302765648}}}}}}},"n":{"docs":{},"o":{"docs":{},"n":{"docs":{},"y":{"docs":{},"m":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}},"t":{"docs":{},"h":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"transcode.html":{"ref":"transcode.html","tf":3.340852130325814}},"e":{"docs":{},"r":{"docs":{},":":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345}}}}}}}},"a":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"json.html":{"ref":"json.html","tf":0.00819672131147541}}}}}},"d":{"docs":{},"/":{"docs":{},"o":{"docs":{},"r":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}}}}}},"y":{"docs":{},"t":{"docs":{},"h":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"w":{"docs":{},"a":{"docs":{},"y":{"docs":{},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}}}}}}}},":":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"json.html":{"ref":"json.html","tf":0.03278688524590164}}},"g":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}},"s":{"docs":{},"t":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}}}}}},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}},"f":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}}}},"b":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}},"z":{"docs":{},"e":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}},"s":{"docs":{},"e":{"6":{"4":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}},",":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}},"docs":{}},"docs":{"derive.html":{"ref":"derive.html","tf":0.006802721088435374}}},"i":{"docs":{},"c":{"docs":{"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.001943634596695821}}}}},"r":{"docs":{},"e":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}},"e":{"1":{"0":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00851063829787234}}},"docs":{}},"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"error-handling.html":{"ref":"error-handling.html","tf":0.013377926421404682},"lifetimes.html":{"ref":"lifetimes.html","tf":0.010189228529839884},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"stream-array.html":{"ref":"stream-array.html","tf":0.007326007326007326},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}},"n":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{},"t":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}}}}}}},"t":{"docs":{},"w":{"docs":{},"e":{"docs":{},"e":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}},"n":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}}}}},"u":{"docs":{},"n":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.001943634596695821},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"ignored-any.html":{"ref":"ignored-any.html","tf":0.009216589861751152},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}},"s":{"docs":{},"t":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}},"h":{"docs":{},"a":{"docs":{},"v":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},"i":{"docs":{},"o":{"docs":{},"r":{"docs":{"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.023809523809523808},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}}},"y":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}},"i":{"docs":{},"n":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.014457831325301205},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}}}},"t":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}},"d":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},":":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}}}},"o":{"docs":{},"x":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}},":":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}},"o":{"docs":{},"l":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.007168458781362007},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},",":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{},"\"":{"docs":{},":":{"docs":{"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{},",":{"docs":{},"\"":{"docs":{},"a":{"docs":{},"n":{"docs":{"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}}}}}}}}}}}}}}}},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"lifetimes.html":{"ref":"lifetimes.html","tf":0.024745269286754003}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"lifetimes.html":{"ref":"lifetimes.html","tf":0.005822416302765648}}},",":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}}}}},"t":{"docs":{},"h":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541},"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0057306590257879654},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248},"lifetimes.html":{"ref":"lifetimes.html","tf":0.010189228529839884},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"attr-bound.html":{"ref":"attr-bound.html","tf":2.5346153846153845}},"s":{"docs":{},".":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345}}},",":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}},":":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345}}}},",":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}}},"n":{"docs":{},"e":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}},"g":{"docs":{},"u":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}},"u":{"docs":{},"c":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.004819277108433735},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.007389162561576354},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102}}}}},",":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}},":":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.012315270935960592}}},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}},"n":{"docs":{},"o":{"docs":{},":":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365}}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}},"i":{"docs":{},"n":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}}}},"s":{"docs":{},"'":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}},"f":{"docs":{},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"stream-array.html":{"ref":"stream-array.html","tf":2.5073260073260073},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345}}}}}}}}}}},":":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.00546448087431694},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"json.html":{"ref":"json.html","tf":0.03278688524590164}}},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"t":{"docs":{},"l":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036}}}}}},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}},"e":{"docs":{},"r":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}}}},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"k":{"docs":{},"e":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}}}}},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}}}}}}},"y":{"docs":{},"t":{"docs":{},"e":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.008960573476702509},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0036429872495446266},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.004366812227074236}},"s":{"docs":{},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}},":":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}},",":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}}},"'":{"0":{"docs":{},"'":{"docs":{},")":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},";":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}},"docs":{}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}}},"b":{"docs":{},":":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}},"c":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"enum-number.html":{"ref":"enum-number.html","tf":0.02531645569620253}},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"o":{"docs":{"derive.html":{"ref":"derive.html","tf":0.006802721088435374},"no-std.html":{"ref":"no-std.html","tf":0.015625},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},"l":{"docs":{"derive.html":{"ref":"derive.html","tf":0.006802721088435374},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}},".":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}},":":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}}}}}}},"e":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.009216589861751152}}}},"s":{"docs":{},"e":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0057306590257879654},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.00546448087431694},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0029154518950437317},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}},"\"":{"docs":{},",":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}}},".":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}}}},"s":{"docs":{},":":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}},"t":{"docs":{},"e":{"docs":{},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517}}}}}}},"c":{"docs":{},"h":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}},"l":{"docs":{},"l":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.013404825737265416},"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0024295432458697765},"lifetimes.html":{"ref":"lifetimes.html","tf":0.004366812227074236},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"stream-array.html":{"ref":"stream-array.html","tf":0.007326007326007326},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"field-attrs.html":{"ref":"field-attrs.html","tf":0.011560693641618497}}}}},"e":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}},"d":{"docs":{},".":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}},"r":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}}}},"s":{"docs":{},",":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.01639344262295082}}},".":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}}}}}}},"m":{"docs":{},"e":{"docs":{},"l":{"docs":{},"c":{"docs":{},"a":{"docs":{},"s":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"attr-rename.html":{"ref":"attr-rename.html","tf":3.3541666666666665}},"e":{"docs":{},":":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345}}}}}}}}}},"p":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00851063829787234}}}}}}},"b":{"docs":{},"o":{"docs":{},"r":{"docs":{"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402}},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}},".":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827}}},"!":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}},"m":{"docs":{},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.004819277108433735},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"enum-representations.html":{"ref":"enum-representations.html","tf":0.006289308176100629},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00851063829787234},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}},"l":{"docs":{},"i":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}},"u":{"docs":{},"n":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}},")":{"docs":{},",":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}}}}}}}}},"a":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659}},"n":{"docs":{},"d":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}},"_":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},":":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0024295432458697765}}}}}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},":":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}}},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.004819277108433735},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}},"l":{"docs":{},"i":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}},"y":{"docs":{},".":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}},"t":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}},"r":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"derive.html":{"ref":"derive.html","tf":0.006802721088435374},"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}},"'":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}},".":{"docs":{"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}}},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}},"x":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}},"i":{"docs":{},"c":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0029036004645760743},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}},"s":{"docs":{},"e":{"docs":{},".":{"docs":{},"y":{"docs":{},"m":{"docs":{},"l":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365}}}}}}}}},"u":{"docs":{},"t":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.01098901098901099}}}}},"b":{"docs":{},"i":{"docs":{},"n":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}},"e":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}},"n":{"docs":{},"c":{"docs":{},"i":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}}},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.004819277108433735},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}},".":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}}},"s":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"y":{"docs":{},",":{"docs":{"json.html":{"ref":"json.html","tf":0.00819672131147541}}}}}}}}},"d":{"docs":{"help.html":{"ref":"help.html","tf":0.03508771929824561},"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}},"t":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.005361930294906166},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402}},"o":{"docs":{},"r":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}},"t":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}}}},"u":{"docs":{},"m":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.004819277108433735},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0057306590257879654},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203},"convert-error.html":{"ref":"convert-error.html","tf":3.3382352941176467}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827}}}}}}},"s":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}},"n":{"docs":{},"i":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}},"t":{"docs":{"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"conventions.html":{"ref":"conventions.html","tf":10.015384615384615},"json.html":{"ref":"json.html","tf":0.02459016393442623}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}}},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}}}}}},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"t":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}}}},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}}}}}},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.008960573476702509},"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"container-attrs.html":{"ref":"container-attrs.html","tf":5.002865329512894},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0029036004645760743},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.003401360544217687},"enum-representations.html":{"ref":"enum-representations.html","tf":0.012578616352201259},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365},"convert-error.html":{"ref":"convert-error.html","tf":0.014705882352941176},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005},"feature-flags.html":{"ref":"feature-flags.html","tf":0.011111111111111112}},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},"s":{"docs":{},".":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}}}}},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}},",":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}},":":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.009852216748768473}}},"=":{"docs":{},"\"":{"docs":{},".":{"docs":{},"/":{"docs":{},"d":{"docs":{},"i":{"docs":{},"r":{"docs":{},"\"":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365}}}}}}}}}}}},"n":{"docs":{},"t":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"enum-representations.html":{"ref":"enum-representations.html","tf":0.009433962264150943},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}},".":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827}}},",":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}}}}},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}}}}}}}}},"p":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"lifetimes.html":{"ref":"lifetimes.html","tf":0.005822416302765648},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"feature-flags.html":{"ref":"feature-flags.html","tf":0.011111111111111112}}},"y":{"docs":{},",":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}},"u":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}},"r":{"docs":{},"s":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}},"n":{"docs":{},"t":{"docs":{"feature-flags.html":{"ref":"feature-flags.html","tf":0.016666666666666666}}}}},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333},"feature-flags.html":{"ref":"feature-flags.html","tf":0.011111111111111112}}}}}},"o":{"docs":{},"r":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.007285974499089253}}},"n":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}},"u":{"docs":{},"m":{"docs":{},"n":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.005376344086021506},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}},"c":{"docs":{},"t":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}},"l":{"docs":{},"i":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}},"y":{"docs":{},",":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}}}}}}}},"e":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333},"feature-flags.html":{"ref":"feature-flags.html","tf":0.011111111111111112}}}},"w":{"docs":{},",":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}}},".":{"docs":{"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}},"h":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}},"a":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{"help.html":{"ref":"help.html","tf":0.03508771929824561}}}}}},"t":{"docs":{},",":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}}}},"r":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0024295432458697765}},"e":{"docs":{},"r":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}},"o":{"docs":{},"i":{"docs":{},"c":{"docs":{"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102}},"e":{"docs":{},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}}},"o":{"docs":{},"s":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345}}}}}},"e":{"docs":{},"c":{"docs":{},"k":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{},"o":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}},":":{"docs":{},":":{"docs":{},"{":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},",":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.01}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"l":{"docs":{},"i":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}}}},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827}},",":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}},"s":{"docs":{},"e":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.001943634596695821}}}}},"a":{"docs":{},"u":{"docs":{},"s":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}}},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541},"data-format.html":{"ref":"data-format.html","tf":0.020202020202020204},"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266},"remote-derive.html":{"ref":"remote-derive.html","tf":3.343685300207039},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005},"no-std.html":{"ref":"no-std.html","tf":0.010416666666666666},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}},"\"":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}},",":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402}}},".":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}},":":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345}}},"s":{"docs":{},".":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.006688963210702341},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"custom-serialization.html":{"ref":"custom-serialization.html","tf":5.035714285714286},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"examples.html":{"ref":"examples.html","tf":0.014563106796116505},"deserialize-map.html":{"ref":"deserialize-map.html","tf":2.5040650406504064},"custom-date-format.html":{"ref":"custom-date-format.html","tf":3.353333333333333}},"(":{"docs":{},"m":{"docs":{},"s":{"docs":{},"g":{"docs":{},":":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.006688963210702341}}}}}}}}}}},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}},"l":{"docs":{},"i":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}},":":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}},"m":{"docs":{},"p":{"docs":{},":":{"docs":{},":":{"docs":{},"m":{"docs":{},"a":{"docs":{},"x":{"docs":{},"(":{"docs":{},"m":{"docs":{},"a":{"docs":{},"x":{"docs":{},",":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}}}}}}}}}}},"d":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"derive.html":{"ref":"derive.html","tf":0.003401360544217687}},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.04096385542168675},"data-model.html":{"ref":"data-model.html","tf":3.383512544802867},"derive.html":{"ref":"derive.html","tf":0.006802721088435374},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.00546448087431694},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.013404825737265416},"data-format.html":{"ref":"data-format.html","tf":3.3939393939393936},"conventions.html":{"ref":"conventions.html","tf":0.015384615384615385},"error-handling.html":{"ref":"error-handling.html","tf":0.043478260869565216},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.005226480836236934},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00923226433430515},"lifetimes.html":{"ref":"lifetimes.html","tf":0.042212518195050945},"examples.html":{"ref":"examples.html","tf":0.019417475728155338},"json.html":{"ref":"json.html","tf":0.00819672131147541},"enum-representations.html":{"ref":"enum-representations.html","tf":0.009433962264150943},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.01276595744680851},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.008130081300813009},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"ignored-any.html":{"ref":"ignored-any.html","tf":5.013824884792626},"transcode.html":{"ref":"transcode.html","tf":0.022556390977443608},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333},"feature-flags.html":{"ref":"feature-flags.html","tf":0.016666666666666666}},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.008960573476702509},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0029154518950437317},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"attr-bound.html":{"ref":"attr-bound.html","tf":0.007692307692307693},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183},"feature-flags.html":{"ref":"feature-flags.html","tf":0.016666666666666666}}},":":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}},")":{"docs":{},";":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}},"e":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"custom-date-format.html":{"ref":"custom-date-format.html","tf":3.343333333333333}},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}},"e":{"docs":{},",":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}}},".":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"(":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},")":{"docs":{},")":{"docs":{},";":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}}}}}}}}}}}}}}},":":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}},"e":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}},"b":{"docs":{},"u":{"docs":{},"g":{"docs":{},")":{"docs":{},"]":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"attr-default.html":{"ref":"attr-default.html","tf":0.02127659574468085},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}},",":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}}},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.005376344086021506},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}},"i":{"docs":{},"t":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"remote-derive.html":{"ref":"remote-derive.html","tf":0.010351966873706004}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}}}}},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.008595988538681949},"field-attrs.html":{"ref":"field-attrs.html","tf":0.02023121387283237},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"attr-default.html":{"ref":"attr-default.html","tf":3.361702127659574},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"no-std.html":{"ref":"no-std.html","tf":0.03125},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}},".":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}},":":{"docs":{},":":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"(":{"docs":{},")":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248}},".":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}}}}}}}}}}},"(":{"docs":{},")":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}},"_":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}}}}}}}}}}}}}}},".":{"docs":{},"n":{"docs":{},"a":{"docs":{},"n":{"docs":{},"o":{"docs":{},"s":{"docs":{},")":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}}}}}},"r":{"docs":{},"i":{"docs":{},"v":{"docs":{"./":{"ref":"./","tf":0.007228915662650603},"derive.html":{"ref":"derive.html","tf":5.017006802721088},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0057306590257879654},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0036429872495446266},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.005361930294906166},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"examples.html":{"ref":"examples.html","tf":0.019417475728155338},"attr-bound.html":{"ref":"attr-bound.html","tf":0.007692307692307693},"enum-number.html":{"ref":"enum-number.html","tf":0.02531645569620253},"remote-derive.html":{"ref":"remote-derive.html","tf":3.34575569358178},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"no-std.html":{"ref":"no-std.html","tf":0.010416666666666666},"feature-flags.html":{"ref":"feature-flags.html","tf":0.011111111111111112}},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}},".":{"docs":{"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517}}},"(":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},")":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.010723860589812333},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"transcode.html":{"ref":"transcode.html","tf":0.015037593984962405}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.024096385542168676},"data-model.html":{"ref":"data-model.html","tf":0.025089605734767026},"derive.html":{"ref":"derive.html","tf":0.006802721088435374},"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"container-attrs.html":{"ref":"container-attrs.html","tf":0.03724928366762178},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.038461538461538464},"field-attrs.html":{"ref":"field-attrs.html","tf":0.023121387283236993},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.03571428571428571},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.007285974499089253},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":5.07774798927614},"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541},"data-format.html":{"ref":"data-format.html","tf":0.030303030303030304},"conventions.html":{"ref":"conventions.html","tf":0.03076923076923077},"error-handling.html":{"ref":"error-handling.html","tf":0.026755852842809364},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":5.017978620019436},"lifetimes.html":{"ref":"lifetimes.html","tf":5.0524017467248905},"examples.html":{"ref":"examples.html","tf":0.043689320388349516},"enum-representations.html":{"ref":"enum-representations.html","tf":0.006289308176100629},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"attr-bound.html":{"ref":"attr-bound.html","tf":0.03076923076923077},"deserialize-map.html":{"ref":"deserialize-map.html","tf":2.5447154471544717},"stream-array.html":{"ref":"stream-array.html","tf":0.03296703296703297},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.034722222222222224},"remote-derive.html":{"ref":"remote-derive.html","tf":0.026915113871635612},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":3.3579812206572766},"ignored-any.html":{"ref":"ignored-any.html","tf":0.018433179723502304},"transcode.html":{"ref":"transcode.html","tf":0.03007518796992481},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.012315270935960592},"convert-error.html":{"ref":"convert-error.html","tf":0.0196078431372549},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.01},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333},"feature-flags.html":{"ref":"feature-flags.html","tf":0.022222222222222223}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"attr-bound.html":{"ref":"attr-bound.html","tf":0.007692307692307693},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.016260162601626018},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"ignored-any.html":{"ref":"ignored-any.html","tf":0.013824884792626729},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.01}}},"d":{"docs":{},")":{"docs":{},";":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}},":":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}},",":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}},"}":{"docs":{},";":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}},")":{"docs":{},"]":{"docs":{"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"enum-representations.html":{"ref":"enum-representations.html","tf":0.015723270440251572},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.01276595744680851},"remote-derive.html":{"ref":"remote-derive.html","tf":0.008281573498964804},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365},"convert-error.html":{"ref":"convert-error.html","tf":0.00980392156862745},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}},".":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}},".":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0057306590257879654},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248},"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}},"_":{"docs":{},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}},".":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}}}},"*":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.005361930294906166}}},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},"y":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}},"i":{"1":{"6":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}},"docs":{}},"3":{"2":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}},"docs":{}},"6":{"4":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}},"docs":{}},"8":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}},"docs":{},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}},"g":{"docs":{},"n":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"a":{"docs":{},"n":{"docs":{},"y":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}},"y":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"b":{"docs":{},"u":{"docs":{},"f":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}},"s":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"(":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"f":{"3":{"2":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}},"docs":{}},"6":{"4":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}},"docs":{}},"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"(":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"r":{"docs":{},":":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}}}}}}}}}}}}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}},"x":{"docs":{},"(":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"r":{"docs":{},":":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"q":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}},"t":{"docs":{},"u":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}},"u":{"1":{"6":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}},"docs":{}},"3":{"2":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}},"docs":{}},"6":{"4":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}},"docs":{}},"8":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}},"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"p":{"docs":{},"r":{"docs":{},",":{"docs":{"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}}}}}}}},"r":{"docs":{},",":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"attr-bound.html":{"ref":"attr-bound.html","tf":0.007692307692307693},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.008130081300813009},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.01056338028169014},"ignored-any.html":{"ref":"ignored-any.html","tf":0.009216589861751152},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}},";":{"docs":{"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}},".":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.005361930294906166},"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"_":{"docs":{},"i":{"3":{"2":{"docs":{},"(":{"docs":{},"i":{"3":{"2":{"docs":{},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},")":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}}}}}}}}},"docs":{}},"docs":{}}}},"docs":{}},"docs":{},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"f":{"docs":{},"i":{"docs":{},"e":{"docs":{},"l":{"docs":{},"d":{"docs":{},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},")":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}}}}}}}}}}}}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},"m":{"docs":{},"y":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},":":{"docs":{},":":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"(":{"docs":{},")":{"docs":{},")":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"q":{"docs":{},"(":{"docs":{},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},")":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},")":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{},"\"":{"docs":{},"d":{"docs":{},"u":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"\"":{"docs":{},",":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"y":{"docs":{},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{},"p":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},")":{"docs":{},")":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{},".":{"docs":{},"i":{"docs":{},"s":{"docs":{},"_":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"t":{"docs":{},"y":{"docs":{},"(":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}},":":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}},":":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"_":{"docs":{},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.005361930294906166}}},"y":{"docs":{},",":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}},".":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.005361930294906166}}}}}},"e":{"docs":{},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}}}}}}}}}}}}}}}},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"(":{"docs":{},"s":{"docs":{},")":{"docs":{},";":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}},"}":{"docs":{},";":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}},"?":{"docs":{},";":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}},"(":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"r":{"docs":{},":":{"docs":{"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.005361930294906166},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}}}}}}}}}}},")":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}}}},":":{"docs":{"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}},":":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"(":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},"p":{"docs":{},"t":{"docs":{},"r":{"docs":{},":":{"docs":{},":":{"docs":{},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},")":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}}}}}}}}}}}}}}},"?":{"docs":{},";":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}}}}}}}}}}}},":":{"docs":{},":":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},":":{"docs":{},":":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"r":{"docs":{},":":{"docs":{},":":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"(":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},")":{"docs":{},")":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0029154518950437317},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}}},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.005822416302765648}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.00980392156862745}}}}}}}},"\"":{"docs":{},")":{"docs":{},")":{"docs":{},"]":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}}},"`":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}},".":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}},":":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.008595988538681949},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.009615384615384616},"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248}}},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.005376344086021506},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0057306590257879654},"field-attrs.html":{"ref":"field-attrs.html","tf":0.014450867052023121}}},".":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}}}}}}}}}},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.007228915662650603}}}},"r":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}},"p":{"docs":{},"i":{"docs":{},"t":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}}}},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.008595988538681949},"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345}},"s":{"docs":{},".":{"docs":{"feature-flags.html":{"ref":"feature-flags.html","tf":0.011111111111111112}}}}}}}},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"derive.html":{"ref":"derive.html","tf":0.02040816326530612},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"conventions.html":{"ref":"conventions.html","tf":0.015384615384615385},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"no-std.html":{"ref":"no-std.html","tf":0.03125},"feature-flags.html":{"ref":"feature-flags.html","tf":0.016666666666666666}}}}}},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517}}}}}}}}}}},"i":{"docs":{},"d":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}},"m":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}},"o":{"docs":{},"d":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}}}}},"n":{"docs":{},"y":{"docs":{},"_":{"docs":{},"u":{"docs":{},"n":{"docs":{},"k":{"docs":{},"n":{"docs":{},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{},"_":{"docs":{},"f":{"docs":{},"i":{"docs":{},"e":{"docs":{},"l":{"docs":{},"d":{"docs":{},"s":{"docs":{},".":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}}}}}}}}}}}}}}}},":":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}},":":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.006688963210702341}},",":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.00804289544235925},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}},":":{"docs":{},":":{"docs":{},"c":{"docs":{},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},"(":{"docs":{},"\"":{"docs":{},"n":{"docs":{},"o":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"d":{"docs":{},"_":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"g":{"docs":{},"t":{"docs":{},"h":{"docs":{},"(":{"0":{"docs":{},",":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}},"1":{"docs":{},",":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}},"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},".":{"docs":{},"n":{"docs":{},",":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}}}}}}}}}}}}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"_":{"docs":{},"f":{"docs":{},"i":{"docs":{},"e":{"docs":{},"l":{"docs":{},"d":{"docs":{},"(":{"docs":{},"\"":{"docs":{},"n":{"docs":{},"a":{"docs":{},"n":{"docs":{},"o":{"docs":{},"s":{"docs":{},"\"":{"docs":{},")":{"docs":{},")":{"docs":{},"?":{"docs":{},";":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"c":{"docs":{},"s":{"docs":{},"\"":{"docs":{},")":{"docs":{},")":{"docs":{},"?":{"docs":{},";":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"{":{"docs":{},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},",":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"r":{"docs":{},":":{"docs":{},":":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"_":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"q":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},";":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}},"a":{"docs":{},"l":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"enum-representations.html":{"ref":"enum-representations.html","tf":0.006289308176100629},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},"d":{"docs":{},"i":{"docs":{},"c":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}},"u":{"docs":{},"p":{"docs":{},"l":{"docs":{"feature-flags.html":{"ref":"feature-flags.html","tf":0.011111111111111112}}}}}},"l":{"docs":{},"e":{"docs":{},"g":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"p":{"docs":{"json.html":{"ref":"json.html","tf":0.00819672131147541}}}}}}},")":{"docs":{},"?":{"docs":{},";":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}},"/":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}}}},"y":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"b":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"help.html":{"ref":"help.html","tf":0.03508771929824561}}}},"u":{"docs":{},"r":{"docs":{},"s":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}}}}}},"u":{"docs":{},"s":{"docs":{},"s":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"examples.html":{"ref":"examples.html","tf":0.009708737864077669},"ignored-any.html":{"ref":"ignored-any.html","tf":5.013824884792626}}}}}},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0036429872495446266},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"g":{"docs":{},"u":{"docs":{},"i":{"docs":{},"s":{"docs":{},"h":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}},",":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}},"}":{"docs":{},";":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}},"\"":{"docs":{},")":{"docs":{},")":{"docs":{},"]":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}}}}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}}}}}}},"f":{"docs":{},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.005361930294906166},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.003484320557491289},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}},"l":{"docs":{},"y":{"docs":{},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}}}}},"l":{"docs":{},"i":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402}}},"y":{"docs":{},",":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}},".":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}}}}},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}}},"u":{"docs":{},"r":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402}},"e":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"error-handling.html":{"ref":"error-handling.html","tf":0.006688963210702341},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}}},")":{"docs":{},"?":{"docs":{},";":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}},"a":{"docs":{},"t":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.020703933747412008},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{},";":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}},",":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.006211180124223602}}},".":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}},":":{"docs":{},":":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"(":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},".":{"docs":{},"s":{"docs":{},"e":{"docs":{},"c":{"docs":{},"s":{"docs":{},",":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.006211180124223602}},")":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}},".":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}},":":{"docs":{},":":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"m":{"docs":{},"u":{"docs":{},"t":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}}}}}}}}}}}}}}}}}}},"\"":{"docs":{},")":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}},";":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}},")":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}},";":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}}}}}}}}}}},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}}}},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"d":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}}}}},"c":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}},",":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}},".":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}}}},"k":{"docs":{},"e":{"docs":{},"r":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365}},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.007389162561576354}},"e":{"docs":{},":":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.009852216748768473}}},"=":{"docs":{},"n":{"docs":{},"o":{"docs":{},"n":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}},"s":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"(":{"docs":{},"\"":{"docs":{},"d":{"docs":{},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"s":{"docs":{},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}}},"e":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},".":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}},")":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}},":":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.005361930294906166},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"attr-bound.html":{"ref":"attr-bound.html","tf":0.007692307692307693},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.01}},":":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},">":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}}}}}},")":{"docs":{"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.005361930294906166},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"attr-bound.html":{"ref":"attr-bound.html","tf":0.007692307692307693},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}},"r":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.005361930294906166},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.008130081300813009},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}},"n":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}}}}}}}},",":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}},"e":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.007168458781362007},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0036429872495446266},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"json.html":{"ref":"json.html","tf":0.00819672131147541}},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"enum-representations.html":{"ref":"enum-representations.html","tf":0.006289308176100629},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.008130081300813009},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}},"s":{"docs":{},"i":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}}}}},"c":{"docs":{},"o":{"docs":{},"s":{"docs":{},"y":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}}}}},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}}}},"f":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.004819277108433735},"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0036429872495446266},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"ignored-any.html":{"ref":"ignored-any.html","tf":0.009216589861751152},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"y":{"docs":{},".":{"docs":{"data-format.html":{"ref":"data-format.html","tf":0.020202020202020204}}}}},"t":{"docs":{},"l":{"docs":{},"y":{"docs":{},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345}}}}}}}}}}},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}},":":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.00980392156862745}}}}}}}},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}},"p":{"docs":{},"t":{"docs":{},"y":{"docs":{},"_":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}}}}}}}},"i":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}},"i":{"docs":{},"t":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}},"n":{"docs":{},"v":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}}}}}}}}},"y":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0036429872495446266},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"no-std.html":{"ref":"no-std.html","tf":0.020833333333333332},"feature-flags.html":{"ref":"feature-flags.html","tf":0.022222222222222223}}}}},"d":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.009107468123861567},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}},".":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0040650406504065045}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.008130081300813009},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"i":{"docs":{},"r":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}}},"u":{"docs":{},"m":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.008960573476702509},"derive.html":{"ref":"derive.html","tf":0.013605442176870748},"attributes.html":{"ref":"attributes.html","tf":0.037037037037037035},"container-attrs.html":{"ref":"container-attrs.html","tf":0.02005730659025788},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.01092896174863388},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.005361930294906166},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.004859086491739553},"examples.html":{"ref":"examples.html","tf":0.024271844660194174},"json.html":{"ref":"json.html","tf":3.3579234972677594},"enum-representations.html":{"ref":"enum-representations.html","tf":5.040880503144654},"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"enum-number.html":{"ref":"enum-number.html","tf":3.371308016877637},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.01056338028169014},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}}},",":{"docs":{"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}},")":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827}}},":":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827}}},"s":{"docs":{},".":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}},"s":{"docs":{},"u":{"docs":{},"r":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827}}}},"r":{"docs":{},"a":{"docs":{},"g":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"json.html":{"ref":"json.html","tf":0.00819672131147541}}}}}},"d":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}},"o":{"docs":{},"u":{"docs":{},"g":{"docs":{},"h":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"s":{"5":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}},"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"i":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}},"c":{"docs":{},"a":{"docs":{},"p":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}}},"x":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.021505376344086023},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.00546448087431694},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.010723860589812333},"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541},"conventions.html":{"ref":"conventions.html","tf":0.023076923076923078},"error-handling.html":{"ref":"error-handling.html","tf":0.013377926421404682},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0029154518950437317},"lifetimes.html":{"ref":"lifetimes.html","tf":0.011644832605531296},"examples.html":{"ref":"examples.html","tf":10.014563106796116},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00851063829787234},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.008130081300813009},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"transcode.html":{"ref":"transcode.html","tf":0.015037593984962405},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183},"convert-error.html":{"ref":"convert-error.html","tf":0.00980392156862745}},"e":{"docs":{},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}},".":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}}},"s":{"docs":{},".":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}}}}},"c":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}},"n":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345}}}},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{},"t":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}},"l":{"docs":{},"i":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}},"y":{"docs":{},".":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}}}}}},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.003484320557491289},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.003887269193391642},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"&":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}}},"e":{"docs":{},"d":{"docs":{},"a":{"docs":{},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}}}}}}},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}}}}},"n":{"docs":{},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}}}}},")":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0029036004645760743}}}}}},"?":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}}},"s":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}},"t":{"docs":{"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904}}}},"r":{"docs":{},"n":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"enum-representations.html":{"ref":"enum-representations.html","tf":0.015723270440251572}}}}},"r":{"docs":{},"a":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00851063829787234},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}},"h":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},",":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}}}}},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}}},":":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"s":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}}},":":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.00804289544235925},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}},":":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}},"a":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}},"b":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}},"n":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}},"e":{"docs":{},"w":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"(":{"1":{"docs":{},")":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}},"docs":{}}}}}}}}},"t":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}},"u":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"(":{"1":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"docs":{}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}},"u":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"w":{"docs":{"json.html":{"ref":"json.html","tf":0.00819672131147541}}},"x":{"docs":{},"(":{"0":{"docs":{},",":{"docs":{"json.html":{"ref":"json.html","tf":0.00819672131147541}}}},"docs":{}}},"y":{"docs":{},"(":{"0":{"docs":{},")":{"docs":{},";":{"docs":{"json.html":{"ref":"json.html","tf":0.00819672131147541}}}}},"docs":{}}},"z":{"docs":{},";":{"docs":{"json.html":{"ref":"json.html","tf":0.00819672131147541}}}}}},"q":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}},"l":{"docs":{},"y":{"docs":{},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}}}},"i":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}},"l":{"docs":{},"a":{"docs":{},"b":{"docs":{},"o":{"docs":{},"r":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.001943634596695821},"ignored-any.html":{"ref":"ignored-any.html","tf":0.027649769585253458}},"s":{"docs":{},",":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0036429872495446266}}},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}}}}},"s":{"docs":{},"e":{"docs":{},".":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}},"'":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402}}}}}},"r":{"docs":{},"r":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}},"o":{"docs":{},"r":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0057306590257879654},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"data-format.html":{"ref":"data-format.html","tf":0.020202020202020204},"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"error-handling.html":{"ref":"error-handling.html","tf":5.050167224080267},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.006387921022067364},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0024295432458697765},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"examples.html":{"ref":"examples.html","tf":0.014563106796116505},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183},"convert-error.html":{"ref":"convert-error.html","tf":3.3431372549019605}},".":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}},":":{"docs":{},":":{"docs":{},"{":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},",":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}},"e":{"docs":{},"o":{"docs":{},"f":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{},"m":{"docs":{},"s":{"docs":{},"g":{"docs":{},")":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},")":{"docs":{},")":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.006688963210702341}}}}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},".":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345}}}}}}}}}}},";":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.004645760743321719},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0024295432458697765}}},",":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}},"s":{"docs":{},".":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}}},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},":":{"docs":{},":":{"docs":{},"e":{"docs":{},"o":{"docs":{},"f":{"docs":{},")":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}},"x":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"a":{"docs":{},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},")":{"docs":{},";":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{},";":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},";":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},")":{"docs":{},";":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}}}}}},"n":{"docs":{},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},";":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"x":{"docs":{},")":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},":":{"docs":{},":":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},":":{"docs":{},":":{"docs":{},"d":{"docs":{},"u":{"docs":{},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"f":{"docs":{},"i":{"docs":{},"e":{"docs":{},"l":{"docs":{},"d":{"docs":{},"(":{"docs":{},"\"":{"docs":{},"n":{"docs":{},"a":{"docs":{},"n":{"docs":{},"o":{"docs":{},"s":{"docs":{},"\"":{"docs":{},")":{"docs":{},")":{"docs":{},";":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"c":{"docs":{},"s":{"docs":{},"\"":{"docs":{},")":{"docs":{},")":{"docs":{},";":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"k":{"docs":{},"n":{"docs":{},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{},"_":{"docs":{},"f":{"docs":{},"i":{"docs":{},"e":{"docs":{},"l":{"docs":{},"d":{"docs":{},"(":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},",":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"d":{"docs":{},"_":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"g":{"docs":{},"t":{"docs":{},"h":{"docs":{},"(":{"docs":{},"i":{"docs":{},",":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"f":{"docs":{},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}},"t":{"docs":{},"c":{"docs":{},".":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}},"f":{"3":{"2":{"docs":{},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}},"docs":{}},"6":{"4":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}},",":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}},";":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}},"docs":{}},"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}},"o":{"docs":{},"r":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00851063829787234}}}},",":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}},"m":{"docs":{},"i":{"docs":{},"l":{"docs":{},"y":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{},"b":{"docs":{},"l":{"docs":{},"y":{"docs":{},".":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827}}}}}}}},"s":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}},"e":{"docs":{},";":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}},",":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.010416666666666666},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}},".":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}}}},"i":{"docs":{},"l":{"docs":{},"u":{"docs":{},"r":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.013377926421404682},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}},".":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}},"r":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"b":{"docs":{},"u":{"docs":{},"f":{"docs":{},"f":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"field-attrs.html":{"ref":"field-attrs.html","tf":0.008670520231213872},"attr-flatten.html":{"ref":"attr-flatten.html","tf":5.042553191489362}},",":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827}}}}}}},"v":{"docs":{},"o":{"docs":{},"r":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}},"g":{"docs":{"feature-flags.html":{"ref":"feature-flags.html","tf":5.0055555555555555}}}},"e":{"docs":{},"x":{"docs":{},"b":{"docs":{},"u":{"docs":{},"f":{"docs":{},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}}}}},"i":{"docs":{},"b":{"docs":{},"l":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}}}},"o":{"docs":{},"a":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}}},"n":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.023809523809523808},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.009107468123861567},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.0160857908847185},"unit-testing.html":{"ref":"unit-testing.html","tf":0.01639344262295082},"error-handling.html":{"ref":"error-handling.html","tf":0.010033444816053512},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.026713124274099883},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.023809523809523808},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"attr-default.html":{"ref":"attr-default.html","tf":0.028368794326241134},"attr-bound.html":{"ref":"attr-bound.html","tf":0.011538461538461539},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.016260162601626018},"stream-array.html":{"ref":"stream-array.html","tf":0.014652014652014652},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266},"attr-rename.html":{"ref":"attr-rename.html","tf":0.020833333333333332},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444},"remote-derive.html":{"ref":"remote-derive.html","tf":0.008281573498964804},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.02464788732394366},"ignored-any.html":{"ref":"ignored-any.html","tf":0.02304147465437788},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.014778325123152709},"convert-error.html":{"ref":"convert-error.html","tf":0.014705882352941176},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.025}},"(":{"docs":{},")":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}},"&":{"docs":{},"f":{"docs":{},"i":{"docs":{},"e":{"docs":{},"l":{"docs":{},"d":{"0":{"docs":{},",":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}}}},"docs":{}}}}}},"t":{"docs":{},")":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}},",":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}},"d":{"docs":{},")":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}}},"o":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.007168458781362007},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0036429872495446266},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"conventions.html":{"ref":"conventions.html","tf":0.015384615384615385},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00851063829787234},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.01}}}}}},"r":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}},"a":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.02891566265060241},"data-model.html":{"ref":"data-model.html","tf":0.005376344086021506},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.009107468123861567},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.013404825737265416},"data-format.html":{"ref":"data-format.html","tf":3.3737373737373733},"conventions.html":{"ref":"conventions.html","tf":0.038461538461538464},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.004645760743321719},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0058309037900874635},"examples.html":{"ref":"examples.html","tf":0.03398058252427184},"json.html":{"ref":"json.html","tf":0.00819672131147541},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266},"transcode.html":{"ref":"transcode.html","tf":3.3558897243107766},"convert-error.html":{"ref":"convert-error.html","tf":0.00980392156862745},"custom-date-format.html":{"ref":"custom-date-format.html","tf":3.338333333333333}},".":{"docs":{"./":{"ref":"./","tf":0.014457831325301205},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"json.html":{"ref":"json.html","tf":0.01639344262295082},"convert-error.html":{"ref":"convert-error.html","tf":0.00980392156862745},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.015}}},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"examples.html":{"ref":"examples.html","tf":0.009708737864077669},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}},",":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"w":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"(":{"docs":{},"\"":{"docs":{},"a":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}},"n":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}},"u":{"docs":{},"n":{"docs":{},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}}}}}},"`":{"docs":{},"s":{"docs":{},"e":{"docs":{},"c":{"docs":{},"s":{"docs":{},"`":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}}}},"m":{"docs":{},"s":{"docs":{},"g":{"docs":{},")":{"docs":{},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}}}}}}}}}}}}}},":":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}},":":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}},"!":{"docs":{},"(":{"docs":{},"\"":{"docs":{},"{":{"docs":{},"}":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}}}}},")":{"docs":{},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"_":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},":":{"docs":{},":":{"docs":{},"d":{"docs":{},"e":{"docs":{},":":{"docs":{},":":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},":":{"docs":{},":":{"docs":{},"c":{"docs":{},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},")":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},".":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}}},"u":{"docs":{},"m":{"docs":{},".":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}}}}},"t":{"docs":{},"h":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365}},"_":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"_":{"docs":{},"a":{"docs":{},"n":{"docs":{},"y":{"docs":{},"!":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}}}}}}}},".":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}},"u":{"docs":{},"r":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102}}}}},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}}},"n":{"docs":{},"c":{"docs":{},"i":{"docs":{},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"\"":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},")":{"docs":{},")":{"docs":{},";":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.004819277108433735}}}}}}}},"o":{"docs":{},"m":{"docs":{},",":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0057306590257879654}},"e":{"docs":{},",":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0057306590257879654}}}}}}},".":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}},"_":{"docs":{},"b":{"docs":{},"y":{"docs":{},"t":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}},"(":{"docs":{},"i":{"docs":{},"n":{"docs":{},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{},":":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}},"j":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"n":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},")":{"docs":{},")":{"docs":{},";":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0024295432458697765}}}}}}}}}}}}}}},"s":{"docs":{},":":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}},"x":{"docs":{},"y":{"docs":{},"z":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365}},",":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.007692307692307693},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365}}}}}},"(":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},":":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}}}},"n":{"docs":{},"t":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827}},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}}}}}}},"i":{"docs":{},"x":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}},"n":{"docs":{},"d":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102}}},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}}}},"e":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}},"e":{"docs":{},"l":{"docs":{},"d":{"docs":{"attributes.html":{"ref":"attributes.html","tf":0.05555555555555555},"container-attrs.html":{"ref":"container-attrs.html","tf":0.025787965616045846},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.022435897435897436},"field-attrs.html":{"ref":"field-attrs.html","tf":5.040462427745664},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0024295432458697765},"lifetimes.html":{"ref":"lifetimes.html","tf":0.005822416302765648},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"enum-representations.html":{"ref":"enum-representations.html","tf":0.006289308176100629},"attr-default.html":{"ref":"attr-default.html","tf":3.340425531914893},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.03404255319148936},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"stream-array.html":{"ref":"stream-array.html","tf":0.01098901098901099},"attr-rename.html":{"ref":"attr-rename.html","tf":3.3541666666666665},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":3.3541666666666665},"remote-derive.html":{"ref":"remote-derive.html","tf":0.016563146997929608},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.017605633802816902},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.009852216748768473},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}},".":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.014450867052023121},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"attr-bound.html":{"ref":"attr-bound.html","tf":0.007692307692307693},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.013888888888888888},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}},"s":{"docs":{},".":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}},":":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}},",":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}},")":{"docs":{},")":{"docs":{},",":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}},")":{"docs":{},".":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}}}},"{":{"docs":{},"n":{"docs":{},"}":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641}}}}},":":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"examples.html":{"ref":"examples.html","tf":0.009708737864077669}},":":{"docs":{},"n":{"docs":{},"a":{"docs":{},"n":{"docs":{},"o":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}},"s":{"docs":{},"e":{"docs":{},"c":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}},";":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}},";":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}}}}},"\"":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}},"l":{"docs":{},"l":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0057306590257879654},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}},"e":{"docs":{"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.007389162561576354}}}},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.001943634596695821},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}},":":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}},"_":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},":":{"docs":{"attr-rename.html":{"ref":"attr-rename.html","tf":0.041666666666666664}}}}}}}}}}},"g":{"docs":{},"u":{"docs":{},"r":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}},"v":{"docs":{},"e":{"docs":{"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}},",":{"docs":{"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}}}}}},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}}}}},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0057306590257879654},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.016025641025641024},"field-attrs.html":{"ref":"field-attrs.html","tf":0.031791907514450865},"unit-testing.html":{"ref":"unit-testing.html","tf":0.03278688524590164},"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"conventions.html":{"ref":"conventions.html","tf":0.015384615384615385},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.001943634596695821},"lifetimes.html":{"ref":"lifetimes.html","tf":0.00727802037845706},"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"transcode.html":{"ref":"transcode.html","tf":0.015037593984962405},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.007389162561576354},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.01},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}},".":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{},".":{"docs":{"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}}}}}}}}}}},"l":{"docs":{},"l":{"docs":{"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904}},"i":{"docs":{"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"derive.html":{"ref":"derive.html","tf":0.006802721088435374},"no-std.html":{"ref":"no-std.html","tf":0.06770833333333333},"feature-flags.html":{"ref":"feature-flags.html","tf":5.055555555555555}},"e":{"docs":{},".":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}},"s":{"docs":{},",":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}},".":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}}}}}}},"w":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"m":{"docs":{},"t":{"docs":{},":":{"docs":{},":":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}},"(":{"docs":{},"&":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}}}}},"}":{"docs":{},";":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}}},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.004819277108433735},"derive.html":{"ref":"derive.html","tf":0.013605442176870748},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"field-attrs.html":{"ref":"field-attrs.html","tf":0.008670520231213872},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"examples.html":{"ref":"examples.html","tf":0.014563106796116505},"attr-bound.html":{"ref":"attr-bound.html","tf":2.5307692307692307},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.008130081300813009},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.007389162561576354},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.01}},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}}}}}}},"t":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806},"lifetimes.html":{"ref":"lifetimes.html","tf":0.004366812227074236},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.006211180124223602}}}}}}},"o":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"attr-bound.html":{"ref":"attr-bound.html","tf":0.007692307692307693},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.008130081300813009},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}},"e":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}},"o":{"docs":{},"g":{"docs":{},"l":{"docs":{},"e":{"docs":{},"'":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}},"d":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"'":{"docs":{"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}},"a":{"docs":{},"p":{"docs":{},"h":{"docs":{},".":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}}}}},":":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.00546448087431694}}},"u":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"lifetimes.html":{"ref":"lifetimes.html","tf":0.005822416302765648}}}}}}}},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.003887269193391642},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}},"n":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.017191977077363897},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.016025641025641024},"field-attrs.html":{"ref":"field-attrs.html","tf":0.023121387283236993},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365}}}}},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102}}}}}}}},"h":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{},"o":{"docs":{},"p":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}},"n":{"docs":{},"d":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}},"w":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"examples.html":{"ref":"examples.html","tf":0.009708737864077669},"attr-bound.html":{"ref":"attr-bound.html","tf":2.503846153846154}}}}}}}}},"l":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0036429872495446266},"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"error-handling.html":{"ref":"error-handling.html","tf":5.006688963210703},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0024295432458697765},"examples.html":{"ref":"examples.html","tf":0.009708737864077669},"enum-representations.html":{"ref":"enum-representations.html","tf":0.006289308176100629},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}},"s":{"docs":{},"h":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}},",":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}},".":{"docs":{"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}}},":":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.020833333333333332}}}},"k":{"docs":{},"e":{"docs":{},"l":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}}}},"l":{"docs":{},"f":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036}}}},"p":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}},"v":{"docs":{},"e":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"r":{"docs":{},"d":{"docs":{},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}}},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}},"s":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},".":{"docs":{},"g":{"docs":{},"g":{"docs":{},"/":{"docs":{},"r":{"docs":{},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{"help.html":{"ref":"help.html","tf":0.03508771929824561}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.004819277108433735},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"json.html":{"ref":"json.html","tf":0.00819672131147541}}}}}},"e":{"docs":{},"l":{"docs":{},"p":{"docs":{"help.html":{"ref":"help.html","tf":10.035087719298245},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}},"e":{"docs":{},"r":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}},"(":{"docs":{},"#":{"docs":{},"[":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"(":{"docs":{},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"o":{"docs":{},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.008960573476702509}}}}}}}}},"r":{"docs":{},"e":{"docs":{"derive.html":{"ref":"derive.html","tf":0.006802721088435374},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"json.html":{"ref":"json.html","tf":0.00819672131147541},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0029154518950437317},"transcode.html":{"ref":"transcode.html","tf":0.015037593984962405}}}}},"u":{"docs":{},"r":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}},"i":{"docs":{},"c":{"docs":{},"s":{"docs":{},",":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}}}}}}}},"a":{"docs":{},"p":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.015625}}}}},"o":{"docs":{},"m":{"docs":{},"o":{"docs":{},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}}}},"l":{"docs":{},"d":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.005361930294906166},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.001943634596695821}},",":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}}},"g":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}},",":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}}}},"c":{"docs":{},"l":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.00980392156862745}}}}},"i":{"1":{"2":{"8":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}},"docs":{}},"6":{"docs":{},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}},"docs":{}},"3":{"2":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.00804289544235925},"json.html":{"ref":"json.html","tf":0.00819672131147541},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}},",":{"docs":{"./":{"ref":"./","tf":0.004819277108433735},"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"derive.html":{"ref":"derive.html","tf":0.006802721088435374},"json.html":{"ref":"json.html","tf":0.02459016393442623},"remote-derive.html":{"ref":"remote-derive.html","tf":0.010351966873706004}}},".":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}},")":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}},",":{"docs":{"json.html":{"ref":"json.html","tf":0.00819672131147541}}},";":{"docs":{"json.html":{"ref":"json.html","tf":0.00819672131147541}}}},";":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.005361930294906166}},".":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}},":":{"docs":{},":":{"docs":{},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"_":{"docs":{},"i":{"3":{"2":{"docs":{},".":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}},"docs":{}},"docs":{}}}}}}}}}},";":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}}}}}}}}},"docs":{}},"6":{"4":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"remote-derive.html":{"ref":"remote-derive.html","tf":0.012422360248447204}}},")":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}},":":{"docs":{},":":{"docs":{},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"(":{"docs":{},"i":{"3":{"2":{"docs":{},":":{"docs":{},":":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},")":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}}}}}}},"docs":{}},"docs":{}}}}}}}}}},"docs":{}},"8":{"docs":{},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}},")":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}},"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.012750455373406194},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.00804289544235925},"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541},"error-handling.html":{"ref":"error-handling.html","tf":0.020066889632107024},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.006387921022067364},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.005344995140913508},"lifetimes.html":{"ref":"lifetimes.html","tf":0.017467248908296942},"examples.html":{"ref":"examples.html","tf":0.014563106796116505},"attr-default.html":{"ref":"attr-default.html","tf":0.014184397163120567},"attr-bound.html":{"ref":"attr-bound.html","tf":0.015384615384615385},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.012195121951219513},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"remote-derive.html":{"ref":"remote-derive.html","tf":0.026915113871635612},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.017605633802816902},"ignored-any.html":{"ref":"ignored-any.html","tf":0.013824884792626729},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.014778325123152709},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333},"feature-flags.html":{"ref":"feature-flags.html","tf":0.022222222222222223}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.00963855421686747},"data-model.html":{"ref":"data-model.html","tf":0.010752688172043012},"derive.html":{"ref":"derive.html","tf":0.02040816326530612},"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"container-attrs.html":{"ref":"container-attrs.html","tf":0.022922636103151862},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"field-attrs.html":{"ref":"field-attrs.html","tf":0.011560693641618497},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.03571428571428571},"impl-serialize.html":{"ref":"impl-serialize.html","tf":5.007285974499089},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":5.021447721179625},"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541},"data-format.html":{"ref":"data-format.html","tf":0.04040404040404041},"conventions.html":{"ref":"conventions.html","tf":0.015384615384615385},"impl-serializer.html":{"ref":"impl-serializer.html","tf":5.004645760743322},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":5.005830903790088},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835},"attr-bound.html":{"ref":"attr-bound.html","tf":0.011538461538461539},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.008130081300813009},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"remote-derive.html":{"ref":"remote-derive.html","tf":0.006211180124223602},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102}}}}}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}}}}}}}}}},"s":{"docs":{},".":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}},".":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365}}},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}}}}}}}},",":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"derive.html":{"ref":"derive.html","tf":0.006802721088435374},"data-format.html":{"ref":"data-format.html","tf":0.020202020202020204}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}}}}}},"s":{"docs":{},"s":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}},"n":{"docs":{},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"attr-default.html":{"ref":"attr-default.html","tf":0.02127659574468085},"no-std.html":{"ref":"no-std.html","tf":0.010416666666666666},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}}}},"h":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},"u":{"6":{"4":{"docs":{},")":{"docs":{},",":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}},";":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}},"docs":{}},"docs":{}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.00804289544235925},"error-handling.html":{"ref":"error-handling.html","tf":0.010033444816053512},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0058309037900874635},"lifetimes.html":{"ref":"lifetimes.html","tf":0.008733624454148471},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.012195121951219513},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"transcode.html":{"ref":"transcode.html","tf":0.022556390977443608},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.00804289544235925},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.001943634596695821},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"attr-default.html":{"ref":"attr-default.html","tf":0.02127659574468085}}},"\"":{"docs":{},")":{"docs":{},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}},":":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},"_":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},":":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}},".":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}}}}}},"i":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}}},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}},"e":{"docs":{},",":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}},";":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}},"t":{"docs":{},"i":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}},"i":{"docs":{},"d":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"convert-error.html":{"ref":"convert-error.html","tf":0.00980392156862745}}},"g":{"docs":{},"n":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}}}}}}}}},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659}},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.004819277108433735}},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}}},"n":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"enum-representations.html":{"ref":"enum-representations.html","tf":0.006289308176100629}}},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"t":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}},"m":{"docs":{},"e":{"docs":{},"d":{"docs":{},"i":{"docs":{"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}}}}}},"n":{"docs":{},"d":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402}}}},"g":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.00804289544235925},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.008130081300813009},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}},"s":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}},"(":{"docs":{},"u":{"6":{"4":{"docs":{},")":{"docs":{},",":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}}},"docs":{}},"docs":{}}}}},"r":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{},"g":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"o":{"docs":{},",":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827}}},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0057306590257879654}}}}},".":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}},":":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}},"u":{"docs":{},"i":{"docs":{},"t":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}},"d":{"docs":{},"i":{"docs":{},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{},"u":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}},"c":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"e":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.008595988538681949},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.009615384615384616},"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}},"x":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"ignored-any.html":{"ref":"ignored-any.html","tf":0.009216589861751152}}}}},"v":{"docs":{},"o":{"docs":{},"k":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"container-attrs.html":{"ref":"container-attrs.html","tf":0.008595988538681949},"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"remote-derive.html":{"ref":"remote-derive.html","tf":0.008281573498964804}}},"l":{"docs":{},"v":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"d":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297}},".":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}}}},".":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0036429872495446266},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"json.html":{"ref":"json.html","tf":0.00819672131147541},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"convert-error.html":{"ref":"convert-error.html","tf":0.00980392156862745},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}},",":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}},":":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}},"i":{"docs":{},"t":{"docs":{},",":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0036429872495446266}}}}},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}},"r":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659}}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365}},".":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827}}}}}}},".":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}},"g":{"docs":{},"n":{"docs":{},"o":{"docs":{},"r":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}},"y":{"docs":{},",":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}}}}}}}},"o":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.004366812227074236}},":":{"docs":{},":":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},".":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}},",":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}}},"w":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"a":{"docs":{},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}},"l":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}},"n":{"docs":{},"t":{"docs":{"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.001943634596695821},"enum-representations.html":{"ref":"enum-representations.html","tf":0.006289308176100629},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}}}},":":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"enum-representations.html":{"ref":"enum-representations.html","tf":0.018867924528301886},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}},"p":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}},"s":{"docs":{},".":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}},"s":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}}}},"a":{"docs":{},"m":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.00980392156862745}}}}},"j":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0024295432458697765},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"convert-error.html":{"ref":"convert-error.html","tf":0.00980392156862745}},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}}}}}},"s":{"docs":{},"o":{"docs":{},"n":{"5":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}},"docs":{"./":{"ref":"./","tf":0.00963855421686747},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.01876675603217158},"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.011033681765389082},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0058309037900874635},"json.html":{"ref":"json.html","tf":3.3415300546448083},"enum-representations.html":{"ref":"enum-representations.html","tf":0.015723270440251572},"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"attr-rename.html":{"ref":"attr-rename.html","tf":0.020833333333333332},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444},"transcode.html":{"ref":"transcode.html","tf":0.045112781954887216},"convert-error.html":{"ref":"convert-error.html","tf":0.0196078431372549},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005},"no-std.html":{"ref":"no-std.html","tf":0.010416666666666666}},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}}},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0029036004645760743},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0024295432458697765},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}}}}}}}}},"'":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}},":":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345}}},")":{"docs":{},";":{"docs":{"attr-rename.html":{"ref":"attr-rename.html","tf":0.020833333333333332},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}}},"!":{"docs":{},"(":{"docs":{},"[":{"docs":{},"\"":{"docs":{},"a":{"docs":{},"\"":{"docs":{},",":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}}}}},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}}}}},"o":{"docs":{},"b":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}},".":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}}}}}}}}}}}}}}}}}}}}}},"k":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}},"n":{"docs":{},"o":{"docs":{},"w":{"docs":{"./":{"ref":"./","tf":0.007228915662650603},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.00804289544235925},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}},"n":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.007168458781362007},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.00546448087431694},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659}}}}}},"e":{"docs":{},"y":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.007168458781362007},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"error-handling.html":{"ref":"error-handling.html","tf":0.006688963210702341},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.005226480836236934},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.01276595744680851},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}},",":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827}}},"s":{"docs":{},".":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"s":{"docs":{},".":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}}}}},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"m":{"docs":{},"u":{"docs":{},"t":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446}}}}}}}}}}}}}}}}},":":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446}}}},"b":{"docs":{},"a":{"docs":{},"b":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}}}}},"e":{"docs":{},"p":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}},":":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.008130081300813009}}},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.007228915662650603},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}},")":{"docs":{},",":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}}}}},"d":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}},"y":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}},"s":{"docs":{},"t":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}},"_":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},":":{"docs":{"attr-rename.html":{"ref":"attr-rename.html","tf":0.041666666666666664}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}},".":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}}},"e":{"docs":{},"a":{"docs":{},"v":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}},"n":{"docs":{},"g":{"docs":{},"t":{"docs":{},"h":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.010752688172043012},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.00546448087431694},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}},":":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.01639344262295082},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446}}},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402}}}}}},"i":{"docs":{},"s":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}},"t":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}},"b":{"docs":{},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806},"derive.html":{"ref":"derive.html","tf":0.013605442176870748},"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333},"feature-flags.html":{"ref":"feature-flags.html","tf":0.011111111111111112}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}}}},"y":{"docs":{},".":{"docs":{"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333},"feature-flags.html":{"ref":"feature-flags.html","tf":0.011111111111111112}}},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}}}}}},"f":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":5.029112081513828}},"e":{"docs":{},"s":{"docs":{},"\"":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},".":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}},"\"":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}}}}}}}}}},"n":{"docs":{},"k":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"h":{"docs":{},"a":{"docs":{},"s":{"docs":{},"h":{"docs":{},"_":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},":":{"docs":{},":":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"k":{"docs":{},"e":{"docs":{},"d":{"docs":{},"h":{"docs":{},"a":{"docs":{},"s":{"docs":{},"h":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},";":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}}}}}}}}}}}}}}}}}}}}}}}}},"h":{"docs":{},"a":{"docs":{},"s":{"docs":{},"h":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},":":{"docs":{},":":{"docs":{},":":{"docs":{},":":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"(":{"docs":{},")":{"docs":{},";":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"(":{"docs":{},")":{"docs":{},";":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}}}}}}}}}}}}}}}}}},"e":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}}},"t":{"docs":{},"t":{"docs":{},"l":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}},"v":{"docs":{},"e":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}}}},"k":{"docs":{},"e":{"docs":{},":":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}},"w":{"docs":{},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},",":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},":":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}}},"o":{"docs":{},"o":{"docs":{},"k":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.007168458781362007},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.007285974499089253},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.005361930294906166},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0029036004645760743},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.003887269193391642},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"enum-representations.html":{"ref":"enum-representations.html","tf":0.009433962264150943},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00851063829787234},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}},"p":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}}},"t":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}},"g":{"docs":{},"i":{"docs":{},"c":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.01}}}}},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"e":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}}}}},"n":{"docs":{},"g":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.004366812227074236},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345}}}},"w":{"docs":{},",":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"(":{"docs":{},")":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"c":{"docs":{},"r":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.007228915662650603},"derive.html":{"ref":"derive.html","tf":0.006802721088435374},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333},"feature-flags.html":{"ref":"feature-flags.html","tf":0.011111111111111112}}}}},"i":{"docs":{},"n":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}},"(":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266},"attr-rename.html":{"ref":"attr-rename.html","tf":0.020833333333333332},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}},"n":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.007228915662650603},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00851063829787234},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}},"p":{"docs":{},"u":{"docs":{},"l":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}}},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":3.3368544600938965}},"l":{"docs":{},"y":{"docs":{},".":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}}}}}},"r":{"docs":{},"k":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}},"u":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}},"e":{"docs":{},"r":{"docs":{},":":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.008130081300813009},"ignored-any.html":{"ref":"ignored-any.html","tf":0.009216589861751152}}}}}}},"k":{"docs":{},"e":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0036429872495446266},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.001943634596695821},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}},"p":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.025089605734767026},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.007285974499089253},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.00804289544235925},"unit-testing.html":{"ref":"unit-testing.html","tf":0.02459016393442623},"error-handling.html":{"ref":"error-handling.html","tf":0.016722408026755852},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.005226480836236934},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.004859086491739553},"examples.html":{"ref":"examples.html","tf":0.009708737864077669},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00851063829787234},"deserialize-map.html":{"ref":"deserialize-map.html","tf":2.5121951219512195},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365}},".":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.003401360544217687},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.008130081300813009},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},")":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"_":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"y":{"docs":{},"(":{"docs":{},"k":{"docs":{},",":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"(":{"docs":{},"'":{"docs":{},"a":{"docs":{},"'":{"docs":{},",":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}}},"b":{"docs":{},"'":{"docs":{},",":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}}},"c":{"docs":{},"'":{"docs":{},",":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},",":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}}}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"_":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"(":{"docs":{},")":{"docs":{},"?":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}}}}}}}}},"s":{"docs":{},".":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297}}},",":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}},"}":{"docs":{},";":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"s":{"docs":{},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}},"\"":{"docs":{},")":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}},":":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}},":":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"(":{"docs":{},")":{"docs":{},",":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}},";":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}}}}}}}}},";":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0029154518950437317},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761}},".":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}}},"d":{"docs":{},"e":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}},"x":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.018315018315018316}},"i":{"docs":{},"m":{"docs":{},"u":{"docs":{},"m":{"docs":{"data-format.html":{"ref":"data-format.html","tf":0.020202020202020204},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"stream-array.html":{"ref":"stream-array.html","tf":0.02197802197802198}},"\"":{"docs":{},")":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}}}},"\"":{"docs":{},",":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}},"_":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},":":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}},"(":{"docs":{},"p":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}},")":{"docs":{},";":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"enum-representations.html":{"ref":"enum-representations.html","tf":0.009433962264150943},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}},"e":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}}}}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.007285974499089253},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.010723860589812333},"unit-testing.html":{"ref":"unit-testing.html","tf":0.02459016393442623},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.007549361207897794},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.006316812439261419},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.016260162601626018},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444},"remote-derive.html":{"ref":"remote-derive.html","tf":0.006211180124223602}},"s":{"docs":{},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}},".":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}},":":{"docs":{"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"enum-representations.html":{"ref":"enum-representations.html","tf":0.009433962264150943}}},"'":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}}}},"a":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00851063829787234},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.013888888888888888}},".":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"(":{"docs":{},"\"":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"q":{"docs":{},"u":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"\"":{"docs":{},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},")":{"docs":{},",":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.020833333333333332}}}}}}}}},"a":{"docs":{},"n":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.00804289544235925},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.001943634596695821},"lifetimes.html":{"ref":"lifetimes.html","tf":0.00727802037845706},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{},"s":{"docs":{},"m":{"docs":{},",":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}}}}}}},"m":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"stream-array.html":{"ref":"stream-array.html","tf":0.007326007326007326},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203},"no-std.html":{"ref":"no-std.html","tf":0.015625}}},"y":{"docs":{},".":{"docs":{"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}}}}}},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}},"u":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"(":{"docs":{},"u":{"8":{"docs":{},")":{"docs":{},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}},"docs":{}}}}}}}}}}}},"s":{"docs":{},"s":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0057306590257879654}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}}}}},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{},"o":{"docs":{},"d":{"docs":{},"b":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}}},"d":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.023076923076923078},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}},"e":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}},"l":{"docs":{"data-model.html":{"ref":"data-model.html","tf":3.3584229390681},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"error-handling.html":{"ref":"error-handling.html","tf":0.016722408026755852},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.003887269193391642},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}},"s":{"docs":{},".":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}},"u":{"docs":{},"l":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"conventions.html":{"ref":"conventions.html","tf":0.015384615384615385}},"e":{"docs":{},":":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}},"s":{"docs":{},".":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}}},".":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402}}}}}},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}}}},"r":{"docs":{},"e":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.007285974499089253},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.005361930294906166},"conventions.html":{"ref":"conventions.html","tf":0.023076923076923078},"error-handling.html":{"ref":"error-handling.html","tf":0.006688963210702341},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.003484320557491289},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.003401360544217687},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{},"p":{"docs":{},"l":{"docs":{"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}}},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}},"c":{"docs":{},"h":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"t":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.00546448087431694},"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.003401360544217687},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.008130081300813009},"stream-array.html":{"ref":"stream-array.html","tf":0.007326007326007326},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.014084507042253521},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"transcode.html":{"ref":"transcode.html","tf":0.015037593984962405}},"e":{"docs":{},"x":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.013377926421404682}}}}}},"y":{"docs":{},"_":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"(":{"docs":{},")":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827}}}}}}}}}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{},"\"":{"docs":{},")":{"docs":{},")":{"docs":{},"]":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0057306590257879654},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.005822416302765648}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{},"\"":{"docs":{},")":{"docs":{},")":{"docs":{},"]":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}},",":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{},"\"":{"docs":{},")":{"docs":{},"]":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.012195121951219513}},".":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.008130081300813009}}},":":{"docs":{},":":{"docs":{},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"_":{"docs":{},"c":{"docs":{},"a":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{},"(":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},".":{"docs":{},"s":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"_":{"docs":{},"h":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"n":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"_":{"docs":{},"o":{"docs":{},"r":{"docs":{},"(":{"0":{"docs":{},")":{"docs":{},")":{"docs":{},";":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}}}}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},";":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}},">":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.016260162601626018}}}}}}}}}}}}},")":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}},":":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}},"n":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}},"e":{"docs":{},"e":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"derive.html":{"ref":"derive.html","tf":0.006802721088435374},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.007285974499089253},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.00804289544235925},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183},"no-std.html":{"ref":"no-std.html","tf":0.015625}},"s":{"docs":{},",":{"docs":{"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904}}}}}},"g":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},"o":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}}}}}},"a":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}},"}":{"docs":{},";":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}},"t":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}},"w":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.007285974499089253},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659},"enum-representations.html":{"ref":"enum-representations.html","tf":0.006289308176100629},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}},"e":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}}}}},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"_":{"docs":{},"s":{"docs":{},"e":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}}},"(":{"docs":{},"u":{"3":{"2":{"docs":{},")":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}},"docs":{}},"docs":{}}}}}}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517}}}}},"(":{"docs":{},"d":{"docs":{},"e":{"docs":{},":":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}},")":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}},"s":{"docs":{},"e":{"docs":{},"c":{"docs":{},"s":{"docs":{},":":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}}},"n":{"docs":{},":":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}},"l":{"docs":{},"i":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.009615384615384616},"lifetimes.html":{"ref":"lifetimes.html","tf":0.005822416302765648},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.005361930294906166}}}}},"y":{"docs":{},".":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}}}}}}},"x":{"docs":{},"t":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}},"_":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"(":{"docs":{},"&":{"docs":{},"m":{"docs":{},"u":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"_":{"docs":{},"s":{"docs":{},"e":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"m":{"docs":{},"u":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"_":{"docs":{},"s":{"docs":{},"e":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"m":{"docs":{},"u":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},"_":{"docs":{},"s":{"docs":{},"e":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"m":{"docs":{},"u":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"r":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}},"s":{"docs":{},"t":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}},"o":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}}},"e":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}},":":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}}},"h":{"docs":{"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102}}},".":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}},"i":{"docs":{},"c":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"_":{"docs":{},"b":{"docs":{},"o":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}}}}}}}}},"n":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.005361930294906166},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},"e":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}},".":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}},"m":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}},";":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761}}},",":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}},"w":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"l":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827}},",":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}}}}}},"(":{"docs":{},"u":{"8":{"docs":{},")":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}},"docs":{}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"container-attrs.html":{"ref":"container-attrs.html","tf":0.014326647564469915},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.01282051282051282},"field-attrs.html":{"ref":"field-attrs.html","tf":0.014450867052023121},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}},".":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297}}},":":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.020833333333333332},"convert-error.html":{"ref":"convert-error.html","tf":0.00980392156862745}}},"s":{"docs":{},".":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}},"u":{"docs":{},"r":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}},"n":{"docs":{},"o":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.02112676056338028}},"s":{"docs":{},":":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.014492753623188406},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}},")":{"docs":{},")":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761}}}},".":{"docs":{},"i":{"docs":{},"s":{"docs":{},"_":{"docs":{},"s":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}}}}}},"o":{"docs":{},"k":{"docs":{},"_":{"docs":{},"o":{"docs":{},"r":{"docs":{},"_":{"docs":{},"e":{"docs":{},"l":{"docs":{},"s":{"docs":{},"e":{"docs":{},"(":{"docs":{},"|":{"docs":{},"|":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}},"m":{"docs":{"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"enum-number.html":{"ref":"enum-number.html","tf":3.3459915611814344}},".":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}},":":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345}}},"s":{"docs":{},"\"":{"docs":{},")":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}}}},"e":{"docs":{},"r":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}},",":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}},":":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.009216589861751152}}},"t":{"docs":{},"h":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}},")":{"docs":{},";":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}},":":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.02304147465437788}},":":{"docs":{},":":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"(":{"3":{"docs":{},")":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"n":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},")":{"docs":{},";":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}}}}}}}}}}}}}}}}},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.007228915662650603},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}},".":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}}},"v":{"docs":{},"i":{"docs":{},"o":{"docs":{},"u":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"n":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"help.html":{"ref":"help.html","tf":0.017543859649122806},"data-model.html":{"ref":"data-model.html","tf":0.008960573476702509},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0057306590257879654},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.023809523809523808},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"conventions.html":{"ref":"conventions.html","tf":0.015384615384615385},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.003484320557491289},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0024295432458697765},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"examples.html":{"ref":"examples.html","tf":0.019417475728155338},"enum-representations.html":{"ref":"enum-representations.html","tf":0.006289308176100629},"attr-bound.html":{"ref":"attr-bound.html","tf":0.007692307692307693},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}},"l":{"docs":{},"y":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.012048192771084338}}},",":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}},".":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}}}},"c":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}},"e":{"docs":{},".":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}},"e":{"docs":{},".":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}},"p":{"docs":{},"t":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"no-std.html":{"ref":"no-std.html","tf":0.020833333333333332},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}},"i":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}},"o":{"docs":{},"n":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}},":":{"docs":{},":":{"docs":{},"n":{"docs":{},"o":{"docs":{},"n":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}},"e":{"docs":{},".":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}}}},"s":{"docs":{},"o":{"docs":{},"m":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0036429872495446266}}}}}}},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297}}},",":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}},"e":{"docs":{},"n":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}},"r":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}},"s":{"docs":{},".":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}},"_":{"docs":{},"c":{"docs":{},"r":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},":":{"docs":{},":":{"docs":{},"d":{"docs":{},"u":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},";":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.006211180124223602}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005},"no-std.html":{"ref":"no-std.html","tf":0.015625}},".":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}},"m":{"docs":{},"a":{"docs":{},"x":{"docs":{},"_":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},")":{"docs":{},";":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}}}}}}}}}},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}},":":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297}}},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}},"e":{"docs":{},"r":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"lifetimes.html":{"ref":"lifetimes.html","tf":0.004366812227074236},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"attr-bound.html":{"ref":"attr-bound.html","tf":0.011538461538461539},"stream-array.html":{"ref":"stream-array.html","tf":0.007326007326007326},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}},"l":{"docs":{},"i":{"docs":{},"v":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}}}}},":":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"field-attrs.html":{"ref":"field-attrs.html","tf":0.008670520231213872},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"ignored-any.html":{"ref":"ignored-any.html","tf":0.009216589861751152},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.01}},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}},"v":{"docs":{},"i":{"docs":{},"e":{"docs":{},"w":{"docs":{"./":{"ref":"./","tf":10}}}}}},"f":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},"\"":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},")":{"docs":{},",":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"i":{"docs":{},"d":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.007692307692307693}}}}}}}},"f":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}},":":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}}}},"s":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.012544802867383513}}}}}},"w":{"docs":{},"n":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.00727802037845706},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036}}},":":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}}},"(":{"docs":{},"\"":{"docs":{},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},"\"":{"docs":{},")":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}}}}}}},"b":{"docs":{},"o":{"docs":{},"x":{"docs":{},")":{"docs":{},",":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}}}}}},"r":{"docs":{},"s":{"docs":{},"h":{"docs":{},"i":{"docs":{},"p":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}}}}}},"c":{"docs":{},"c":{"docs":{},"a":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}},"s":{"docs":{},",":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}}}}}},"u":{"docs":{},"r":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}}}}}},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.005361930294906166},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}},"i":{"docs":{},"n":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0036429872495446266}}}}}}},",":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.007326007326007326}}},".":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}},"p":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.006211180124223602}}}}}}},"k":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.004645760743321719}},"(":{"docs":{},"i":{"3":{"2":{"docs":{},":":{"docs":{},":":{"docs":{},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"(":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},")":{"docs":{},")":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}}}}}}}}}}}}}}},"docs":{}},"docs":{},"n":{"docs":{},"t":{"docs":{},")":{"docs":{},";":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},")":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659}}}}}}}},"(":{"docs":{},")":{"docs":{},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.008130081300813009}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595}}}}},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}}}}}}}}},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"c":{"docs":{},"h":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"e":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"i":{"docs":{},"e":{"docs":{},"l":{"docs":{},"d":{"docs":{},":":{"docs":{},":":{"docs":{},"n":{"docs":{},"a":{"docs":{},"n":{"docs":{},"o":{"docs":{},"s":{"docs":{},")":{"docs":{},",":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"c":{"docs":{},"s":{"docs":{},")":{"docs":{},",":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},":":{"docs":{},":":{"docs":{},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"(":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"n":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},")":{"docs":{},")":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},")":{"docs":{},";":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}}}},"t":{"docs":{},"h":{"docs":{},")":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}},"t":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},")":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}}},"x":{"docs":{},")":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}},"d":{"docs":{},"u":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{},":":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"c":{"docs":{},"s":{"docs":{},",":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761}}}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297}}}}},"h":{"docs":{},",":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.009433962264150943}},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.004819277108433735},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"attr-bound.html":{"ref":"attr-bound.html","tf":0.007692307692307693},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},".":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}},"s":{"docs":{},",":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}},".":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}}}}}}},"s":{"docs":{},":":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.009433962264150943}}}}},"(":{"docs":{},"v":{"docs":{},"e":{"docs":{},"c":{"docs":{},")":{"docs":{},",":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}}}}}}},"t":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"attr-bound.html":{"ref":"attr-bound.html","tf":0.007692307692307693},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}},"e":{"docs":{},"q":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}}}}}}},"c":{"docs":{},"u":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.01639344262295082},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}},"l":{"docs":{},"i":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}},"s":{"docs":{"data-format.html":{"ref":"data-format.html","tf":0.06060606060606061},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.01020408163265306},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}},"e":{"docs":{},"_":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"(":{"docs":{},"&":{"docs":{},"m":{"docs":{},"u":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"m":{"docs":{},"u":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"&":{"docs":{},"m":{"docs":{},"u":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"m":{"docs":{},"u":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}},"d":{"docs":{},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}},"i":{"docs":{},"r":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}}},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}}}}}}}}}},"s":{"docs":{},"s":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.005361930294906166},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"t":{"docs":{},"h":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365}},":":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.01}}}}}}}},"g":{"docs":{},"e":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.001943634596695821},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.01276595744680851}},"s":{"docs":{},".":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}}},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"i":{"docs":{},"n":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.02127659574468085}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}},":":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}}}}}}},"n":{"docs":{},"i":{"docs":{},"c":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}},"y":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}}},"o":{"docs":{},"n":{"docs":{"attr-rename.html":{"ref":"attr-rename.html","tf":0.0625}}}}},"i":{"docs":{},"o":{"docs":{},"d":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}},"o":{"docs":{},"p":{"docs":{},"l":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},"e":{"docs":{},"'":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}}},"e":{"docs":{},"k":{"docs":{},"_":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"(":{"docs":{},"&":{"docs":{},"m":{"docs":{},"u":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"l":{"docs":{},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}},"n":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}}},"e":{"docs":{},"c":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}}},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"2":{"docs":{},"d":{"docs":{},"(":{"docs":{},"f":{"6":{"4":{"docs":{},",":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0036429872495446266}}}},"docs":{}},"docs":{}}}}},"docs":{"./":{"ref":"./","tf":0.014457831325301205},"derive.html":{"ref":"derive.html","tf":0.017006802721088437},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}},"e":{"docs":{},"r":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"feature-flags.html":{"ref":"feature-flags.html","tf":0.027777777777777776}}}}}},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}},".":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"c":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.005361930294906166}},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}},".":{"docs":{"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904}}}}}}},",":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}}}},"s":{"docs":{},"i":{"docs":{},"b":{"docs":{},"l":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}},"e":{"docs":{},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"json.html":{"ref":"json.html","tf":0.00819672131147541}}}}}}}},":":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}},"w":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}},"f":{"docs":{},"u":{"docs":{},"l":{"docs":{},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}}}}}},"p":{"docs":{},"u":{"docs":{},"l":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.0196078431372549}}},"y":{"docs":{},",":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}},".":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}},":":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.00980392156862745}}}}}}}},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.004819277108433735},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266},"transcode.html":{"ref":"transcode.html","tf":0.015037593984962405}},"l":{"docs":{},"n":{"docs":{},"!":{"docs":{},"(":{"docs":{},"\"":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}}},"{":{"docs":{},":":{"docs":{},"?":{"docs":{},"}":{"docs":{},"\"":{"docs":{},",":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.014184397163120567},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365}}}}}},"#":{"docs":{},"?":{"docs":{},"}":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}}}},"}":{"docs":{},"\"":{"docs":{},",":{"docs":{"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266},"attr-rename.html":{"ref":"attr-rename.html","tf":0.020833333333333332},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}}}}},"m":{"docs":{},"a":{"docs":{},"x":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}}}}}},"e":{"docs":{},"r":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}}},"s":{"docs":{},":":{"docs":{"attr-rename.html":{"ref":"attr-rename.html","tf":0.020833333333333332},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}}}}},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.009107468123861567},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"t":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"remote-derive.html":{"ref":"remote-derive.html","tf":0.008281573498964804}},"e":{"docs":{},".":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}}},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.014184397163120567}}},"y":{"docs":{},",":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}},":":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}},":":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}}}}}}}}}},"=":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}}}}}}}},"h":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}}}}}}}}}}},"o":{"docs":{},"c":{"docs":{},"e":{"docs":{},"d":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}},"s":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0036429872495446266},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"stream-array.html":{"ref":"stream-array.html","tf":0.007326007326007326},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402}},":":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.007285974499089253}}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}},".":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}},"l":{"docs":{},"a":{"docs":{},"i":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402}},"t":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}},"e":{"docs":{},".":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}}}}}},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}},"m":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.007692307692307693}}}}}}}}}},"t":{"docs":{},"o":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}}},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.004819277108433735},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"unit-testing.html":{"ref":"unit-testing.html","tf":0.03278688524590164},"conventions.html":{"ref":"conventions.html","tf":0.023076923076923078},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.001943634596695821},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.008130081300813009},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266},"remote-derive.html":{"ref":"remote-derive.html","tf":0.018633540372670808},"transcode.html":{"ref":"transcode.html","tf":0.015037593984962405},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.01},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333},"feature-flags.html":{"ref":"feature-flags.html","tf":0.022222222222222223}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}},"s":{"docs":{},",":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}}}},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}},"f":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}}}},"p":{"docs":{},"a":{"docs":{},"g":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"i":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}}}}}},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}},",":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827}}}}},"r":{"docs":{},"v":{"docs":{"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}}},"t":{"docs":{},"t":{"docs":{},"i":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402}}}}}},"v":{"docs":{},"i":{"docs":{},"o":{"docs":{},"u":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}},"s":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}},"y":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}},"t":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036}},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}}}}},"i":{"docs":{},"n":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}},"u":{"docs":{},"g":{"docs":{},"g":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}}}}}}},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}}}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.012195121951219513},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}},",":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}}}}}}}}},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}},"b":{"docs":{"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.023809523809523808},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"conventions.html":{"ref":"conventions.html","tf":0.023076923076923078},"error-handling.html":{"ref":"error-handling.html","tf":0.006688963210702341},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659},"remote-derive.html":{"ref":"remote-derive.html","tf":0.014492753623188406},"ignored-any.html":{"ref":"ignored-any.html","tf":0.009216589861751152},"convert-error.html":{"ref":"convert-error.html","tf":0.00980392156862745},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.025}},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}},"r":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}},"t":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}},"t":{"docs":{},"r":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.007692307692307693}},",":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}},":":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.007692307692307693}}}}}},"q":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}}},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"help.html":{"ref":"help.html","tf":0.03508771929824561}}}}}}}}}},"r":{"docs":{},"e":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"json.html":{"ref":"json.html","tf":0.00819672131147541}}},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{},".":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}}}}}}}},".":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}},":":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904}}}}},"l":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}},"f":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.004819277108433735}}}}}},"e":{"docs":{},"r":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.001943634596695821},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"feature-flags.html":{"ref":"feature-flags.html","tf":0.022222222222222223}},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}}}},"(":{"docs":{},"&":{"docs":{},"'":{"docs":{},"a":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}}}},"l":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.00804289544235925},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},"a":{"docs":{},"t":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.005376344086021506},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.005226480836236934},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.004373177842565598},"examples.html":{"ref":"examples.html","tf":0.009708737864077669},"json.html":{"ref":"json.html","tf":0.07377049180327869},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183},"convert-error.html":{"ref":"convert-error.html","tf":0.014705882352941176}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.004819277108433735},"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"container-attrs.html":{"ref":"container-attrs.html","tf":0.014326647564469915},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"enum-representations.html":{"ref":"enum-representations.html","tf":5.034591194968553},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"container-attrs.html":{"ref":"container-attrs.html","tf":0.008595988538681949},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"enum-representations.html":{"ref":"enum-representations.html","tf":0.006289308176100629},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}},",":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}},"s":{"docs":{},":":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345}}},".":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}}}}}}},"s":{"docs":{},".":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"y":{"docs":{},".":{"docs":{"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"m":{"docs":{},"b":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}},"r":{"docs":{},"v":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.007168458781362007},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0029036004645760743},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"json.html":{"ref":"json.html","tf":0.00819672131147541},"enum-representations.html":{"ref":"enum-representations.html","tf":0.009433962264150943},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.023809523809523808},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.009107468123861567},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.013404825737265416},"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"error-handling.html":{"ref":"error-handling.html","tf":0.010033444816053512},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.025551684088269456},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.02040816326530612},"lifetimes.html":{"ref":"lifetimes.html","tf":0.005822416302765648},"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.02553191489361702},"attr-bound.html":{"ref":"attr-bound.html","tf":0.011538461538461539},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.012195121951219513},"stream-array.html":{"ref":"stream-array.html","tf":0.007326007326007326},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.017605633802816902},"ignored-any.html":{"ref":"ignored-any.html","tf":0.009216589861751152},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.009852216748768473},"convert-error.html":{"ref":"convert-error.html","tf":0.00980392156862745},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.015},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}},"}":{"docs":{},";":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},">":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}},":":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.009433962264150943},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}},")":{"docs":{},";":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}},".":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}},",":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.027777777777777776},"convert-error.html":{"ref":"convert-error.html","tf":0.0196078431372549}},"e":{"docs":{},":":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835},"convert-error.html":{"ref":"convert-error.html","tf":0.00980392156862745}}},"=":{"docs":{},"\"":{"docs":{},"/":{"docs":{},"\"":{"docs":{},",":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"\"":{"docs":{},",":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}}}}}}}}}}}}}}},"t":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}},"c":{"docs":{},"e":{"docs":{},"i":{"docs":{},"v":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},".":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}}}}}},"k":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"l":{"docs":{},"i":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{"derive.html":{"ref":"derive.html","tf":0.006802721088435374},"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0029036004645760743},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0024295432458697765},"attr-bound.html":{"ref":"attr-bound.html","tf":0.007692307692307693},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333},"feature-flags.html":{"ref":"feature-flags.html","tf":0.016666666666666666}}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.009433962264150943},"attr-default.html":{"ref":"attr-default.html","tf":0.02127659574468085}},"s":{"docs":{},":":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}},"[":{"0":{"docs":{},"]":{"docs":{},")":{"docs":{},";":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}}}},"1":{"docs":{},"]":{"docs":{},")":{"docs":{},";":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}}}},"docs":{}}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}}}}}},"m":{"docs":{},"o":{"docs":{},"t":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"remote-derive.html":{"ref":"remote-derive.html","tf":3.3664596273291925}}},"v":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203},"no-std.html":{"ref":"no-std.html","tf":0.010416666666666666}}}},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}},"e":{"docs":{},"_":{"docs":{},"a":{"docs":{},"l":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}}},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102}}}}}},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"conventions.html":{"ref":"conventions.html","tf":0.015384615384615385},"error-handling.html":{"ref":"error-handling.html","tf":0.010033444816053512},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.004373177842565598},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}},"s":{"docs":{},",":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}}}}}}},"u":{"docs":{},"s":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}},"u":{"docs":{},"g":{"docs":{},"h":{"docs":{},"l":{"docs":{},"i":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}}}}},"l":{"docs":{},"e":{"docs":{"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102}}}},"o":{"docs":{},"t":{"docs":{"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"conventions.html":{"ref":"conventions.html","tf":0.015384615384615385}}}}},"u":{"docs":{},"n":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.004819277108433735}}}}}},"s":{"docs":{},"o":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"d":{"docs":{},"y":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"b":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}}}}}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.014457831325301205},"help.html":{"ref":"help.html","tf":0.05263157894736842},"data-model.html":{"ref":"data-model.html","tf":0.010752688172043012},"derive.html":{"ref":"derive.html","tf":0.006802721088435374},"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"field-attrs.html":{"ref":"field-attrs.html","tf":0.011560693641618497},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0036429872495446266},"error-handling.html":{"ref":"error-handling.html","tf":0.006688963210702341},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"json.html":{"ref":"json.html","tf":0.00819672131147541},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333},"feature-flags.html":{"ref":"feature-flags.html","tf":0.011111111111111112}},"'":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}},"i":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}}}}}}},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}},"d":{"docs":{},"o":{"docs":{},"c":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}},"l":{"docs":{},"e":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402}},".":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}},":":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.00546448087431694},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}},"g":{"docs":{},"b":{"docs":{},"(":{"docs":{},"u":{"8":{"docs":{},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036}}}},"docs":{}}}}},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}},"p":{"docs":{},"i":{"docs":{},"d":{"docs":{},"l":{"docs":{},"i":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"n":{"docs":{},"k":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}},"g":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}}},"#":{"docs":{},"\"":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}},"\"":{"docs":{},"u":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"\"":{"docs":{},"\"":{"docs":{},"#":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}},"{":{"docs":{},"\"":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"\"":{"docs":{},":":{"1":{"docs":{},",":{"docs":{},"\"":{"docs":{},"s":{"docs":{},"e":{"docs":{},"q":{"docs":{},"\"":{"docs":{},":":{"docs":{},"[":{"docs":{},"\"":{"docs":{},"a":{"docs":{},"\"":{"docs":{},",":{"docs":{},"\"":{"docs":{},"b":{"docs":{},"\"":{"docs":{},"]":{"docs":{},"}":{"docs":{},"\"":{"docs":{},"#":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}}}}},"docs":{}}}}}},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"\"":{"docs":{},":":{"1":{"docs":{},"}":{"docs":{},"\"":{"docs":{},"#":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"docs":{}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"\"":{"docs":{},":":{"docs":{},"{":{"docs":{},"\"":{"docs":{},"a":{"docs":{},"\"":{"docs":{},":":{"1":{"docs":{},"}":{"docs":{},"}":{"docs":{},"\"":{"docs":{},"#":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}},"docs":{}}}}}}}}}}}}}},"t":{"docs":{},"u":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"\"":{"docs":{},":":{"docs":{},"[":{"1":{"docs":{},",":{"2":{"docs":{},"]":{"docs":{},"}":{"docs":{},"\"":{"docs":{},"#":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}},"docs":{}}},"docs":{}}}}}}}}}}}}},",":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.007692307692307693}}}}}},"f":{"docs":{},"c":{"3":{"3":{"3":{"9":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"c":{"docs":{"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}},"s":{"docs":{},"/":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"#":{"8":{"1":{"2":{"docs":{},".":{"docs":{"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}},"s":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.005822416302765648},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.01}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00851063829787234},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266},"remote-derive.html":{"ref":"remote-derive.html","tf":0.006211180124223602},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333},"feature-flags.html":{"ref":"feature-flags.html","tf":0.011111111111111112}},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}},"t":{"docs":{},"i":{"docs":{},"s":{"docs":{},"f":{"docs":{},"i":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"v":{"docs":{},"e":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"d":{"docs":{},".":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}},"f":{"docs":{},"e":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}},"e":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102}},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"e":{"docs":{},"e":{"docs":{},"n":{"docs":{},"_":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},":":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}}}}}}}},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},",":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}},"e":{"docs":{},"n":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"o":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345}}}}}}}}},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"json.html":{"ref":"json.html","tf":0.01639344262295082},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}}},"f":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.00546448087431694},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.010723860589812333},"error-handling.html":{"ref":"error-handling.html","tf":0.010033444816053512},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.003401360544217687},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"attr-default.html":{"ref":"attr-default.html","tf":0.014184397163120567},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"transcode.html":{"ref":"transcode.html","tf":0.015037593984962405}},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.008710801393728223},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.004859086491739553},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}},".":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.020905923344947737}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"_":{"docs":{},"f":{"6":{"4":{"docs":{},"(":{"docs":{},"f":{"6":{"4":{"docs":{},":":{"docs":{},":":{"docs":{},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"(":{"docs":{},"v":{"docs":{},")":{"docs":{},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}}},"docs":{}},"docs":{}}}},"docs":{}},"docs":{}},"i":{"6":{"4":{"docs":{},"(":{"docs":{},"i":{"6":{"4":{"docs":{},":":{"docs":{},":":{"docs":{},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"(":{"docs":{},"v":{"docs":{},")":{"docs":{},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446}}}}}}}}}}}}},"docs":{}},"docs":{}}}},"docs":{}},"docs":{}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},"s":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"(":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},")":{"docs":{},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"q":{"docs":{},"(":{"docs":{},"s":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"(":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},")":{"docs":{},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297}}}}}}},"v":{"docs":{},".":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{},"?":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"(":{"docs":{},"&":{"docs":{},"v":{"docs":{},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},")":{"docs":{},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}}}},"u":{"6":{"4":{"docs":{},"(":{"docs":{},"u":{"6":{"4":{"docs":{},":":{"docs":{},":":{"docs":{},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"(":{"docs":{},"v":{"docs":{},")":{"docs":{},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446}}}}}}}}}}}}},"docs":{}},"docs":{}}}},"docs":{}},"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"(":{"docs":{},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297}}}}}}}}}}}}}}}},"c":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}},"d":{"docs":{},"e":{"docs":{},".":{"docs":{},"n":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"_":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"(":{"docs":{},")":{"docs":{},"?":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.001943634596695821}}}}}}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"e":{"docs":{},"k":{"docs":{},"_":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"(":{"docs":{},")":{"docs":{},"?":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"_":{"docs":{},"a":{"docs":{},"n":{"docs":{},"y":{"docs":{},"(":{"docs":{},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"(":{"docs":{},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},")":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}},"i":{"6":{"4":{"docs":{},"(":{"docs":{},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},")":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}},"docs":{}},"docs":{}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"q":{"docs":{},"(":{"docs":{},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"(":{"docs":{},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}},"u":{"6":{"4":{"docs":{},"(":{"docs":{},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},")":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}},"docs":{}},"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"(":{"docs":{},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}}}},"i":{"docs":{},"n":{"docs":{},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.003401360544217687}},".":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{},".":{"docs":{},"n":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"(":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},".":{"docs":{},"o":{"docs":{},"k":{"docs":{},"_":{"docs":{},"o":{"docs":{},"r":{"docs":{},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},":":{"docs":{},":":{"docs":{},"e":{"docs":{},"o":{"docs":{},"f":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"'":{"docs":{},"\"":{"docs":{},"'":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"s":{"docs":{},"_":{"docs":{},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"(":{"docs":{},"\"":{"docs":{},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"e":{"docs":{},"\"":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}},"n":{"docs":{},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{},"\"":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}}}}},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{},"\"":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"_":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"(":{"docs":{},")":{"docs":{},"?":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.003887269193391642}}}}}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"o":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}},")":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}},"p":{"docs":{},"e":{"docs":{},"e":{"docs":{},"k":{"docs":{},"_":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"(":{"docs":{},")":{"docs":{},"?":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}},";":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0040650406504065045},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0029154518950437317}},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}},"r":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}},"d":{"docs":{"./":{"ref":"./","tf":0.021686746987951807},"help.html":{"ref":"help.html","tf":0.017543859649122806},"data-model.html":{"ref":"data-model.html","tf":3.3709677419354835},"derive.html":{"ref":"derive.html","tf":0.034013605442176874},"container-attrs.html":{"ref":"container-attrs.html","tf":0.008595988538681949},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"field-attrs.html":{"ref":"field-attrs.html","tf":0.011560693641618497},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.012750455373406194},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"data-format.html":{"ref":"data-format.html","tf":0.050505050505050504},"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.004859086491739553},"lifetimes.html":{"ref":"lifetimes.html","tf":0.005822416302765648},"examples.html":{"ref":"examples.html","tf":0.014563106796116505},"json.html":{"ref":"json.html","tf":0.00819672131147541},"enum-representations.html":{"ref":"enum-representations.html","tf":0.009433962264150943},"attr-bound.html":{"ref":"attr-bound.html","tf":0.015384615384615385},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266},"remote-derive.html":{"ref":"remote-derive.html","tf":0.010351966873706004},"transcode.html":{"ref":"transcode.html","tf":0.05263157894736842},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005},"no-std.html":{"ref":"no-std.html","tf":0.057291666666666664},"feature-flags.html":{"ref":"feature-flags.html","tf":0.027777777777777776}},"e":{"docs":{},"'":{"docs":{"./":{"ref":"./","tf":0.004819277108433735},"data-model.html":{"ref":"data-model.html","tf":0.005376344086021506},"derive.html":{"ref":"derive.html","tf":0.006802721088435374},"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"error-handling.html":{"ref":"error-handling.html","tf":0.006688963210702341},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}},":":{"docs":{},":":{"docs":{},"{":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}}}}},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}}},"d":{"docs":{},"e":{"docs":{},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},",":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},";":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}},"r":{"docs":{},".":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}}}}}}}}}}}},":":{"docs":{},":":{"docs":{},"{":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},",":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},";":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},";":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"attr-rename.html":{"ref":"attr-rename.html","tf":0.020833333333333332},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}},"r":{"docs":{},".":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}}}}}}}}},":":{"docs":{},":":{"docs":{},"{":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},",":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0036429872495446266},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"q":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},";":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}}}}}}}}}}}},"_":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"derive.html":{"ref":"derive.html","tf":0.006802721088435374},"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"json.html":{"ref":"json.html","tf":0.00819672131147541},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}},":":{"docs":{},":":{"docs":{},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"(":{"docs":{},"&":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"d":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"n":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},")":{"docs":{},";":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}}}}}}}}}}}}}}}}}}}},"j":{"docs":{},")":{"docs":{},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"_":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},":":{"docs":{},":":{"docs":{},"c":{"docs":{},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},")":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}}}}}}}}}}}}}}}}}}}}}}}}},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"n":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},")":{"docs":{},";":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}}}}}}}}}}},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"n":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},")":{"docs":{},";":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}}}}}}}}}}}}}}}},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"n":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},")":{"docs":{},";":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},"|":{"docs":{},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"d":{"docs":{},"u":{"docs":{},"r":{"docs":{},")":{"docs":{},"|":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}}}}}}}}}}}}}}}}}},"\"":{"2":{"docs":{},"\"":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"n":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},")":{"docs":{},")":{"docs":{},";":{"docs":{"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}}}}}}}}}}}}}}}},"docs":{}}},".":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}}}}}}}}}},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"&":{"docs":{},"p":{"docs":{},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"n":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},")":{"docs":{},";":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}}}}}}}}}}}}}}},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"s":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"n":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},")":{"docs":{},")":{"docs":{},";":{"docs":{"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}}}}}}}}}}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},")":{"docs":{},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"_":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},":":{"docs":{},":":{"docs":{},"c":{"docs":{},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},")":{"docs":{},"?":{"docs":{},";":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"_":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"t":{"docs":{},"t":{"docs":{},"y":{"docs":{},"(":{"docs":{},"&":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"n":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},")":{"docs":{},";":{"docs":{"attr-rename.html":{"ref":"attr-rename.html","tf":0.020833333333333332}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"n":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},")":{"docs":{},";":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}}}}}}}}}}}}}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"n":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},")":{"docs":{},";":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.00804289544235925},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}},"e":{"docs":{},";":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},":":{"docs":{},":":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}}}}}}}}}}}}},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"r":{"docs":{},":":{"docs":{},":":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"(":{"docs":{},"i":{"docs":{},"o":{"docs":{},":":{"docs":{},":":{"docs":{},"s":{"docs":{},"t":{"docs":{},"d":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"(":{"docs":{},")":{"docs":{},")":{"docs":{},";":{"docs":{"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"r":{"docs":{},":":{"docs":{},":":{"docs":{},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"(":{"docs":{},"j":{"docs":{},")":{"docs":{},";":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}},"i":{"docs":{},"n":{"docs":{},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{},")":{"docs":{},";":{"docs":{"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},";":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}}}}},")":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}},";":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}},".":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}}}}},"b":{"docs":{},"y":{"docs":{},"t":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.01639344262295082}},":":{"docs":{},":":{"docs":{},"{":{"docs":{},"t":{"docs":{},"o":{"docs":{},"k":{"docs":{},"e":{"docs":{},"n":{"docs":{},",":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}}}}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},":":{"docs":{},":":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"m":{"docs":{},"u":{"docs":{},"t":{"docs":{"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}}}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"p":{"docs":{},"r":{"docs":{"enum-number.html":{"ref":"enum-number.html","tf":0.02531645569620253}},":":{"docs":{},":":{"docs":{},"*":{"docs":{},";":{"docs":{"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}}}}}}}}}},"y":{"docs":{},"a":{"docs":{},"m":{"docs":{},"l":{"docs":{},":":{"docs":{},":":{"docs":{},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"(":{"docs":{},"b":{"docs":{},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"n":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},")":{"docs":{},";":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}}}}}}},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"n":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},")":{"docs":{},";":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"&":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"n":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},")":{"docs":{},";":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},".":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},")":{"docs":{},")":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827}}}}}}}}}},"o":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{},",":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}}}}}},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.033734939759036145},"data-model.html":{"ref":"data-model.html","tf":0.03046594982078853},"derive.html":{"ref":"derive.html","tf":0.017006802721088437},"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"container-attrs.html":{"ref":"container-attrs.html","tf":0.03151862464183381},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.028846153846153848},"field-attrs.html":{"ref":"field-attrs.html","tf":0.031791907514450865},"custom-serialization.html":{"ref":"custom-serialization.html","tf":5.107142857142857},"impl-serialize.html":{"ref":"impl-serialize.html","tf":5.056466302367942},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"unit-testing.html":{"ref":"unit-testing.html","tf":0.04918032786885246},"data-format.html":{"ref":"data-format.html","tf":0.030303030303030304},"conventions.html":{"ref":"conventions.html","tf":0.038461538461538464},"error-handling.html":{"ref":"error-handling.html","tf":0.030100334448160536},"impl-serializer.html":{"ref":"impl-serializer.html","tf":5.030778164924507},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.001943634596695821},"examples.html":{"ref":"examples.html","tf":0.024271844660194174},"json.html":{"ref":"json.html","tf":0.00819672131147541},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"attr-bound.html":{"ref":"attr-bound.html","tf":0.011538461538461539},"enum-number.html":{"ref":"enum-number.html","tf":3.3586497890295357},"attr-rename.html":{"ref":"attr-rename.html","tf":3.3541666666666665},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":3.347222222222222},"remote-derive.html":{"ref":"remote-derive.html","tf":0.016563146997929608},"transcode.html":{"ref":"transcode.html","tf":0.022556390977443608},"convert-error.html":{"ref":"convert-error.html","tf":0.0196078431372549},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.015},"feature-flags.html":{"ref":"feature-flags.html","tf":0.027777777777777776}},"i":{"docs":{},"z":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}},"e":{"docs":{},"d":{"docs":{},")":{"docs":{},";":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.013888888888888888},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}},",":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.00546448087431694},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.006968641114982578},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}},".":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}},"_":{"docs":{},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.009615384615384616},"field-attrs.html":{"ref":"field-attrs.html","tf":0.008670520231213872},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}},"b":{"docs":{},"y":{"docs":{},"t":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0036429872495446266}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}},"f":{"3":{"2":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}},"docs":{}},"6":{"4":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}},"docs":{}},"docs":{},"i":{"docs":{},"e":{"docs":{},"l":{"docs":{},"d":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.007285974499089253}},"(":{"docs":{},"&":{"docs":{},"m":{"docs":{},"u":{"docs":{},"t":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595}}}}}}}}}}}},"i":{"1":{"6":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}},"docs":{}},"3":{"2":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}},"docs":{}},"6":{"4":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}},"docs":{}},"8":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}},"docs":{}},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},".":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}},"(":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}},"(":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}}}}}}},"o":{"docs":{},"n":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}},"e":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"q":{"docs":{},".":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}},"o":{"docs":{},"m":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}},"e":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}},"_":{"docs":{},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}},"(":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}},"t":{"docs":{},"u":{"docs":{},"p":{"docs":{},"l":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.00546448087431694}},"e":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}},"(":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}}},"u":{"1":{"6":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}},"docs":{}},"3":{"2":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}},"docs":{}},"6":{"4":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}},"docs":{}},"8":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}},"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},".":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}},"(":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"m":{"docs":{},"u":{"docs":{},"t":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297}}}}}}}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"(":{"docs":{},"&":{"docs":{},"m":{"docs":{},"u":{"docs":{},"t":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"m":{"docs":{},"u":{"docs":{},"t":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}}},"r":{"docs":{},",":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.01092896174863388},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.01}}},":":{"docs":{"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.009107468123861567},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}},":":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"_":{"docs":{},"*":{"docs":{},"_":{"docs":{},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}}}}}}}}}}}}}}}}}},";":{"docs":{"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}},".":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"transcode.html":{"ref":"transcode.html","tf":0.015037593984962405}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"_":{"docs":{},"i":{"3":{"2":{"docs":{},"(":{"docs":{},"*":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},")":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}}}}}}},"docs":{}},"docs":{}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},"s":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},".":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{},"?":{"docs":{},";":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"q":{"docs":{},"(":{"docs":{},"s":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},".":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{},"?":{"docs":{},";":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{},"\"":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"o":{"docs":{},"r":{"docs":{},"\"":{"docs":{},",":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}}}}}}}}}}},"(":{"docs":{},"&":{"docs":{},"s":{"docs":{},")":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}}}}}}}}}}}}}}}},"}":{"docs":{},";":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}},")":{"docs":{},"?":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}},".":{"docs":{},"u":{"docs":{},"n":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},")":{"docs":{},";":{"docs":{"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}}}}}}}}}}}}},"(":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}},"&":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.009107468123861567}}}}}}},"t":{"docs":{},",":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},":":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}},"}":{"docs":{},";":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}}}},"s":{"docs":{},"e":{"docs":{},"q":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297}},",":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}},"}":{"docs":{},";":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}},"t":{"docs":{},"u":{"docs":{},"p":{"docs":{},"l":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}},"}":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.005376344086021506},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}},".":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297}}}}}}}}}}}}},":":{"docs":{},":":{"docs":{},"{":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.006688963210702341}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}},"s":{"docs":{},"e":{"docs":{},"q":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}},"t":{"docs":{},"u":{"docs":{},"p":{"docs":{},"l":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}}}}}}}}}}}},";":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}},"}":{"docs":{},";":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}},"v":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}},"i":{"docs":{},"c":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.007389162561576354}},"e":{"docs":{},")":{"docs":{},";":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365}}}},":":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365}}}}}}}},"e":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"container-attrs.html":{"ref":"container-attrs.html","tf":0.008595988538681949},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.00804289544235925},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183},"feature-flags.html":{"ref":"feature-flags.html","tf":0.011111111111111112}},"m":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},"d":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"m":{"docs":{},"u":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.001943634596695821}}}}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0024295432458697765}}}}},"q":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"stream-array.html":{"ref":"stream-array.html","tf":0.007326007326007326},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}},"u":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.00546448087431694},"unit-testing.html":{"ref":"unit-testing.html","tf":0.02459016393442623},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0040650406504065045},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.001943634596695821},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"stream-array.html":{"ref":"stream-array.html","tf":0.018315018315018316},"ignored-any.html":{"ref":"ignored-any.html","tf":0.018433179723502304}},"e":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0024295432458697765}}},"s":{"docs":{},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}},".":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.007326007326007326}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},")":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"_":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"e":{"docs":{},")":{"docs":{},"?":{"docs":{},";":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}}},"b":{"docs":{},"y":{"docs":{},"t":{"docs":{},"e":{"docs":{},")":{"docs":{},"?":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"_":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},")":{"docs":{},"?":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761},"ignored-any.html":{"ref":"ignored-any.html","tf":0.009216589861751152}},".":{"docs":{},"o":{"docs":{},"k":{"docs":{},"_":{"docs":{},"o":{"docs":{},"r":{"docs":{},"_":{"docs":{},"e":{"docs":{},"l":{"docs":{},"s":{"docs":{},"e":{"docs":{},"(":{"docs":{},"|":{"docs":{},"|":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}}}}}}}}}}}}}}},":":{"docs":{},":":{"docs":{},"(":{"docs":{},")":{"docs":{},"?":{"docs":{},".":{"docs":{},"i":{"docs":{},"s":{"docs":{},"_":{"docs":{},"n":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761},"ignored-any.html":{"ref":"ignored-any.html","tf":0.009216589861751152}}},"}":{"docs":{},";":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}}}}}}},"t":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}},".":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}},"c":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.014084507042253521}},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}},"s":{"docs":{},".":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}},"(":{"docs":{},"&":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},")":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}}}}}}}}},"s":{"docs":{},",":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761}}},":":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.012422360248447204},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}},".":{"docs":{},"i":{"docs":{},"s":{"docs":{},"_":{"docs":{},"s":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}}}}}},"o":{"docs":{},"k":{"docs":{},"_":{"docs":{},"o":{"docs":{},"r":{"docs":{},"_":{"docs":{},"e":{"docs":{},"l":{"docs":{},"s":{"docs":{},"e":{"docs":{},"(":{"docs":{},"|":{"docs":{},"|":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}}}}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}},"n":{"docs":{"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}},"]":{"docs":{},";":{"docs":{"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}}}}}}},"n":{"docs":{},"s":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}}}},"i":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}},"i":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}},"f":{"docs":{},"i":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"convert-error.html":{"ref":"convert-error.html","tf":0.00980392156862745}}}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}},"r":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}},"i":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.00546448087431694},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}},"l":{"docs":{},"i":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"e":{"docs":{},"o":{"docs":{},"u":{"docs":{},"s":{"docs":{},"l":{"docs":{},"y":{"docs":{},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}}}}},"t":{"docs":{},"u":{"docs":{},"a":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}},",":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}}}}}}}},"z":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.007168458781362007},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}},"s":{"docs":{},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659}}}}},"g":{"docs":{},"n":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.005361930294906166},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.01}},"e":{"docs":{},".":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}}}}}},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"m":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}},"p":{"docs":{},"r":{"docs":{},"i":{"docs":{},"m":{"docs":{"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}},"e":{"docs":{},":":{"docs":{},":":{"docs":{},"*":{"docs":{},";":{"docs":{"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}}}}}}}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"i":{"docs":{},"f":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"conventions.html":{"ref":"conventions.html","tf":0.015384615384615385},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}},"i":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.014326647564469915},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.01282051282051282},"field-attrs.html":{"ref":"field-attrs.html","tf":0.008670520231213872},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365}},"c":{"docs":{},":":{"docs":{"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102}}}}}},"a":{"docs":{},"l":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.00546448087431694},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}}}}},"e":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{},"k":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}},"t":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}},"c":{"docs":{},"k":{"docs":{},"o":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{},",":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}}}}}}}}}}}}},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036}}}},"e":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}},".":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},")":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"_":{"docs":{},"f":{"docs":{},"i":{"docs":{},"e":{"docs":{},"l":{"docs":{},"d":{"docs":{},"(":{"docs":{},"\"":{"docs":{},"b":{"docs":{},"\"":{"docs":{},",":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}},"g":{"docs":{},"\"":{"docs":{},",":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}},"r":{"docs":{},"\"":{"docs":{},",":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}}}}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"l":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.015625},"feature-flags.html":{"ref":"feature-flags.html","tf":0.011111111111111112}}}}}}}},"o":{"docs":{},"r":{"docs":{},"a":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}},"e":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}},"c":{"docs":{},"k":{"docs":{"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}},"r":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"transcode.html":{"ref":"transcode.html","tf":0.03007518796992481}},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}},",":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.007168458781362007},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0029036004645760743},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0024295432458697765},"lifetimes.html":{"ref":"lifetimes.html","tf":0.013100436681222707},"examples.html":{"ref":"examples.html","tf":0.014563106796116505},"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203},"string-or-struct.html":{"ref":"string-or-struct.html","tf":5.017241379310345},"convert-error.html":{"ref":"convert-error.html","tf":0.024509803921568627},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"enum-representations.html":{"ref":"enum-representations.html","tf":0.02830188679245283},"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00851063829787234},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"attr-rename.html":{"ref":"attr-rename.html","tf":0.041666666666666664},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.013888888888888888},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365},"convert-error.html":{"ref":"convert-error.html","tf":0.029411764705882353},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.005376344086021506},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}},":":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}},":":{"docs":{},":":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"(":{"docs":{},")":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"(":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{},"?":{"docs":{},";":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"\"":{"docs":{},"}":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}},")":{"docs":{},",":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}},"_":{"docs":{},"o":{"docs":{},"r":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"r":{"docs":{},":":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}},"(":{"docs":{},"p":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}}}},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.004819277108433735},"data-model.html":{"ref":"data-model.html","tf":0.012544802867383513},"derive.html":{"ref":"derive.html","tf":0.02040816326530612},"attributes.html":{"ref":"attributes.html","tf":0.037037037037037035},"container-attrs.html":{"ref":"container-attrs.html","tf":0.014326647564469915},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.008670520231213872},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0273224043715847},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.00804289544235925},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.006316812439261419},"lifetimes.html":{"ref":"lifetimes.html","tf":0.017467248908296942},"examples.html":{"ref":"examples.html","tf":0.009708737864077669},"json.html":{"ref":"json.html","tf":3.3825136612021853},"enum-representations.html":{"ref":"enum-representations.html","tf":0.009433962264150943},"attr-default.html":{"ref":"attr-default.html","tf":0.014184397163120567},"attr-flatten.html":{"ref":"attr-flatten.html","tf":5.038297872340426},"attr-bound.html":{"ref":"attr-bound.html","tf":0.007692307692307693},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"stream-array.html":{"ref":"stream-array.html","tf":0.01098901098901099},"attr-rename.html":{"ref":"attr-rename.html","tf":0.020833333333333332},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444},"remote-derive.html":{"ref":"remote-derive.html","tf":0.020703933747412008},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":3.3544600938967135},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"string-or-struct.html":{"ref":"string-or-struct.html","tf":5.009852216748769},"convert-error.html":{"ref":"convert-error.html","tf":0.00980392156862745},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.004819277108433735},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0057306590257879654},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.00546448087431694},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.016867469879518072},"data-model.html":{"ref":"data-model.html","tf":0.014336917562724014},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248},"data-format.html":{"ref":"data-format.html","tf":0.020202020202020204},"error-handling.html":{"ref":"error-handling.html","tf":0.013377926421404682},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333},"feature-flags.html":{"ref":"feature-flags.html","tf":0.011111111111111112}},"e":{"docs":{},",":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}},".":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}}},"_":{"docs":{},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}},",":{"docs":{"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517}}},"'":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0057306590257879654}}},")":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827}}},".":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.009107468123861567},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"examples.html":{"ref":"examples.html","tf":0.009708737864077669},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.01276595744680851},"remote-derive.html":{"ref":"remote-derive.html","tf":0.008281573498964804},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.007389162561576354},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}},":":{"docs":{"examples.html":{"ref":"examples.html","tf":0.009708737864077669},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"c":{"docs":{},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},"d":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.01}}}}}}}}}}}}}}}},"a":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036}}}}}}}}}}}}}}},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.007549361207897794},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0029154518950437317},"lifetimes.html":{"ref":"lifetimes.html","tf":0.013100436681222707}}},"]":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659}}}},".":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}}},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{},",":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}}}}}}}}},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}}},"d":{"docs":{"no-std.html":{"ref":"no-std.html","tf":5.020833333333333},"feature-flags.html":{"ref":"feature-flags.html","tf":0.016666666666666666}},":":{"docs":{},":":{"docs":{},"f":{"docs":{},"f":{"docs":{},"i":{"docs":{},":":{"docs":{},":":{"docs":{},"o":{"docs":{},"s":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}}}}}}}},"m":{"docs":{},"t":{"docs":{},";":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}},":":{"docs":{},":":{"docs":{},"{":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}}}},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},";":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}}}}}}}}}}}},"i":{"3":{"2":{"docs":{},";":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}},"docs":{}},"docs":{},"o":{"docs":{},";":{"docs":{"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},":":{"docs":{},":":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},".":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}},";":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},":":{"docs":{},":":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}}}}}}}}}},"o":{"docs":{},"p":{"docs":{},"s":{"docs":{},":":{"docs":{},":":{"docs":{},"{":{"docs":{},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}},"b":{"docs":{},"o":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{},":":{"docs":{},":":{"docs":{},"c":{"docs":{},"o":{"docs":{},"w":{"docs":{},";":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"k":{"docs":{},"e":{"docs":{},"r":{"docs":{},":":{"docs":{},":":{"docs":{},"p":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},";":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},":":{"docs":{},":":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},":":{"docs":{},":":{"docs":{},"h":{"docs":{},"a":{"docs":{},"s":{"docs":{},"h":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},";":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}}}}}},"b":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},":":{"docs":{},":":{"docs":{},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},";":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}}}}}},"{":{"docs":{},"c":{"docs":{},"m":{"docs":{},"p":{"docs":{},",":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}}}}},";":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},".":{"docs":{"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}}}}},".":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}},"e":{"docs":{},"p":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.01092896174863388},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}}},"u":{"docs":{},"p":{"docs":{},"i":{"docs":{},"d":{"docs":{},"l":{"docs":{},"i":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}}}},"m":{"docs":{},"b":{"docs":{},"l":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}}},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}}}}},"u":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.007228915662650603},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.005361930294906166},"conventions.html":{"ref":"conventions.html","tf":0.015384615384615385},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00851063829787234},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005},"no-std.html":{"ref":"no-std.html","tf":5.015625},"feature-flags.html":{"ref":"feature-flags.html","tf":0.016666666666666666}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}},",":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}}},"s":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}},"b":{"docs":{},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}}}}}}}},"s":{"docs":{},"e":{"docs":{},"c":{"docs":{},"_":{"docs":{},"n":{"docs":{},"a":{"docs":{},"n":{"docs":{},"o":{"docs":{},"s":{"docs":{},"(":{"docs":{},"&":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},")":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}}}}}}}}}}}},"t":{"docs":{"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}}},"c":{"docs":{},"h":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}},"f":{"docs":{},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}}}}}}}}}},"f":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}},"y":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"enum-representations.html":{"ref":"enum-representations.html","tf":0.006289308176100629}}},":":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}},"c":{"docs":{},"t":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}}},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036}},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036}}},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}}}},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{},":":{"docs":{},":":{"docs":{},"s":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"_":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"(":{"docs":{},")":{"docs":{},".":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}}}}}}}}}}}}}}}}}}}},"h":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}}}},"(":{"0":{"docs":{},")":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}},"3":{"docs":{},")":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}},"docs":{},"c":{"docs":{},"h":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}},"(":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},",":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},")":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},")":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},".":{"docs":{},"n":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"_":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{},"?":{"docs":{},")":{"docs":{},";":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{},"a":{"docs":{},"n":{"docs":{},"y":{"docs":{},")":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}}}}}}}}}},"b":{"docs":{},"o":{"docs":{},"d":{"docs":{},"i":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402}}}}}},"w":{"docs":{},"h":{"docs":{},"a":{"docs":{},"t":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}}},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102}}}}},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}}},"r":{"docs":{},"c":{"docs":{},"/":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{},".":{"docs":{},"r":{"docs":{"derive.html":{"ref":"derive.html","tf":0.006802721088435374}}}}}}}},"l":{"docs":{},"i":{"docs":{},"b":{"docs":{},".":{"docs":{},"r":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}}}}}},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},".":{"docs":{},"r":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"r":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}},"d":{"docs":{},"e":{"docs":{},".":{"docs":{},"r":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}},")":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.009107468123861567},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}},":":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.009107468123861567},"attr-bound.html":{"ref":"attr-bound.html","tf":0.015384615384615385},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.01}},":":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},":":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.007692307692307693}}}}}},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"(":{"docs":{},"&":{"docs":{},"s":{"docs":{},")":{"docs":{},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"_":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"(":{"docs":{},"d":{"docs":{},"e":{"docs":{},":":{"docs":{},":":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},":":{"docs":{},":":{"docs":{},"c":{"docs":{},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},")":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00851063829787234}}}}},"o":{"docs":{},"w":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}},"n":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}},"k":{"docs":{},"i":{"docs":{},"p":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.014450867052023121},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":3.3749999999999996},"ignored-any.html":{"ref":"ignored-any.html","tf":0.009216589861751152}},"_":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.013888888888888888}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"_":{"docs":{},"i":{"docs":{},"f":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}}}}}}}},")":{"docs":{},".":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}}},"p":{"docs":{},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}}}}}}}},",":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},")":{"docs":{},",":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}}}}}}},"t":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"attr-bound.html":{"ref":"attr-bound.html","tf":0.007692307692307693},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.012315270935960592}},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}},"g":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806},"container-attrs.html":{"ref":"container-attrs.html","tf":0.008595988538681949},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.016025641025641024},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"enum-representations.html":{"ref":"enum-representations.html","tf":0.03459119496855346}},".":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827}}},"g":{"docs":{},"e":{"docs":{},"d":{"docs":{},"\"":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},",":{"docs":{"examples.html":{"ref":"examples.html","tf":0.014563106796116505}}}}}}},"k":{"docs":{},"e":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"conventions.html":{"ref":"conventions.html","tf":0.023076923076923078},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}},"r":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"a":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}}}}}},"l":{"docs":{},"l":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}},"n":{"docs":{},"d":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}},"s":{"docs":{},"t":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":5.049180327868853},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}},"_":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"d":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}},"_":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"t":{"docs":{},"y":{"docs":{},"(":{"docs":{},")":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}}}}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"(":{"docs":{},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}},"c":{"docs":{},"h":{"docs":{},"n":{"docs":{},"i":{"docs":{},"c":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}}}}}}}},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}}}}}}}},"h":{"docs":{},"e":{"docs":{},"m":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"v":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"data-format.html":{"ref":"data-format.html","tf":0.030303030303030304},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297}},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}},"k":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}},"s":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"enum-representations.html":{"ref":"enum-representations.html","tf":0.006289308176100629}}},".":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}},",":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402}}}},"r":{"docs":{},"d":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}},".":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}},"o":{"docs":{},"u":{"docs":{},"g":{"docs":{},"h":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}},"s":{"docs":{},"e":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}}}},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.01092896174863388},"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}},",":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}}},":":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}},"o":{"docs":{},"u":{"docs":{},"g":{"docs":{},"h":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"error-handling.html":{"ref":"error-handling.html","tf":0.006688963210702341},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}},"w":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}},"n":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}},"a":{"docs":{},"t":{"docs":{},".":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},"'":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.005376344086021506},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.00546448087431694},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"feature-flags.html":{"ref":"feature-flags.html","tf":0.011111111111111112}},")":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}},".":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.014184397163120567}},"(":{"3":{"0":{"docs":{},")":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}},"docs":{}},"docs":{},"u":{"3":{"2":{"docs":{},")":{"docs":{},";":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}}},"docs":{}},"docs":{}}},",":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}},":":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}},"=":{"3":{"0":{"docs":{},",":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}},"docs":{}},"5":{"docs":{},",":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}},"docs":{}}}}},",":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},":":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}}}},"z":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"}":{"docs":{},";":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}}}}}}},"o":{"docs":{},"k":{"docs":{},"e":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}},":":{"docs":{},":":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"(":{"docs":{},"'":{"docs":{},"a":{"docs":{},"'":{"docs":{},")":{"docs":{},",":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}}}},"b":{"docs":{},"'":{"docs":{},")":{"docs":{},",":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}}}},"c":{"docs":{},"'":{"docs":{},")":{"docs":{},",":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}}}}}}}}}},"i":{"3":{"2":{"docs":{},"(":{"1":{"0":{"docs":{},")":{"docs":{},",":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}}},"docs":{}},"2":{"0":{"docs":{},")":{"docs":{},",":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}}},"docs":{}},"3":{"0":{"docs":{},")":{"docs":{},",":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.01639344262295082}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},",":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.01639344262295082}}}}}}}}}}}}}},"m":{"docs":{},"l":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00851063829787234}},".":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}},":":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}},"l":{"docs":{},"d":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.005361930294906166}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}}}},".":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}}},"_":{"docs":{},"a":{"docs":{},"b":{"docs":{},"c":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}}}},"b":{"docs":{},"y":{"docs":{},"t":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},":":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}}}}},"w":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}}}}},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},")":{"docs":{},".":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}}}}}}},"p":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402}}}},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.004819277108433735},"data-model.html":{"ref":"data-model.html","tf":0.005376344086021506},"derive.html":{"ref":"derive.html","tf":0.02040816326530612},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.047619047619047616},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0036429872495446266},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.013404825737265416},"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"error-handling.html":{"ref":"error-handling.html","tf":0.013377926421404682},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"lifetimes.html":{"ref":"lifetimes.html","tf":0.008733624454148471},"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.008130081300813009},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"lifetimes.html":{"ref":"lifetimes.html","tf":0.004366812227074236}}},"s":{"docs":{},".":{"docs":{"derive.html":{"ref":"derive.html","tf":0.006802721088435374},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"error-handling.html":{"ref":"error-handling.html","tf":0.006688963210702341},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}}}}}}}}}}}}}},"n":{"docs":{},"s":{"docs":{},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.004819277108433735}}}}},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.004366812227074236}},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}}},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{"examples.html":{"ref":"examples.html","tf":0.009708737864077669},"transcode.html":{"ref":"transcode.html","tf":3.363408521303258}}}}}}},"c":{"docs":{},"k":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}},".":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}},"i":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0036429872495446266},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}}}}},"e":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}},"o":{"docs":{},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"h":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}}}}}}}}},"y":{"docs":{},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827}}}}}}},"u":{"docs":{},"e":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}}},"n":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}},"w":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"enum-representations.html":{"ref":"enum-representations.html","tf":0.006289308176100629},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.004819277108433735},"data-model.html":{"ref":"data-model.html","tf":0.01971326164874552},"derive.html":{"ref":"derive.html","tf":0.006802721088435374},"container-attrs.html":{"ref":"container-attrs.html","tf":0.02005730659025788},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.01092896174863388},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.029490616621983913},"conventions.html":{"ref":"conventions.html","tf":0.038461538461538464},"error-handling.html":{"ref":"error-handling.html","tf":0.010033444816053512},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.02032520325203252},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00826044703595724},"lifetimes.html":{"ref":"lifetimes.html","tf":0.01601164483260553},"examples.html":{"ref":"examples.html","tf":0.014563106796116505},"enum-representations.html":{"ref":"enum-representations.html","tf":0.006289308176100629},"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"attr-bound.html":{"ref":"attr-bound.html","tf":2.526923076923077},"deserialize-map.html":{"ref":"deserialize-map.html","tf":2.5365853658536586},"stream-array.html":{"ref":"stream-array.html","tf":0.018315018315018316},"remote-derive.html":{"ref":"remote-derive.html","tf":0.031055900621118012},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761},"ignored-any.html":{"ref":"ignored-any.html","tf":0.018433179723502304},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.019704433497536946},"convert-error.html":{"ref":"convert-error.html","tf":3.3382352941176467},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.01},"feature-flags.html":{"ref":"feature-flags.html","tf":0.022222222222222223}},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"error-handling.html":{"ref":"error-handling.html","tf":0.010033444816053512},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.005376344086021506},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.00804289544235925},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"remote-derive.html":{"ref":"remote-derive.html","tf":0.014492753623188406},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}},"s":{"docs":{},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}},":":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345}}}},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}}}},":":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}},"'":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365}}},"\"":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}}},"i":{"docs":{},"c":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}},"(":{"docs":{},"u":{"8":{"docs":{},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}},"docs":{}}},"u":{"docs":{},"p":{"docs":{},"l":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.005376344086021506},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.007285974499089253},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0040650406504065045},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.003401360544217687},"enum-representations.html":{"ref":"enum-representations.html","tf":0.009433962264150943}},"e":{"docs":{},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}}}}},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}},"/":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}}}}}}}}},"(":{"docs":{},"u":{"3":{"2":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"docs":{}},"docs":{}}},"s":{"docs":{},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}},"r":{"docs":{},"n":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}},".":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"field-attrs.html":{"ref":"field-attrs.html","tf":0.011560693641618497},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.01}}},":":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.006968641114982578},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0024295432458697765},"lifetimes.html":{"ref":"lifetimes.html","tf":0.00727802037845706},"attr-bound.html":{"ref":"attr-bound.html","tf":0.007692307692307693},"stream-array.html":{"ref":"stream-array.html","tf":0.007326007326007326},"ignored-any.html":{"ref":"ignored-any.html","tf":0.009216589861751152},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365},"convert-error.html":{"ref":"convert-error.html","tf":0.00980392156862745}},":":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"m":{"docs":{},"u":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"(":{"1":{"0":{"docs":{},")":{"docs":{},";":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}},"docs":{}},"docs":{},"c":{"docs":{},"h":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}}}}}}}},")":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.006688963210702341},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}},",":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}},",":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}},"=":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}},"u":{"6":{"4":{"docs":{},".":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}},"docs":{}},"docs":{}}},";":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"ignored-any.html":{"ref":"ignored-any.html","tf":0.009216589861751152},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}},">":{"docs":{},")":{"docs":{},";":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}},",":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}},"'":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.007389162561576354}}}},"u":{"1":{"2":{"8":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}},"docs":{}},"6":{"docs":{},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}},"docs":{}},"3":{"2":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0029036004645760743},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}},"docs":{}},"6":{"4":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345}},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.01276595744680851},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}},"docs":{}},"8":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}},")":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.012544802867383513},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.014571948998178506}}}},"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}},"b":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}}},"r":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}}}},"s":{"docs":{"./":{"ref":"./","tf":0.02891566265060241},"help.html":{"ref":"help.html","tf":0.017543859649122806},"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"derive.html":{"ref":"derive.html","tf":5.030612244897959},"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"container-attrs.html":{"ref":"container-attrs.html","tf":0.014326647564469915},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.019230769230769232},"field-attrs.html":{"ref":"field-attrs.html","tf":0.04046242774566474},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0273224043715847},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.013404825737265416},"unit-testing.html":{"ref":"unit-testing.html","tf":0.01639344262295082},"data-format.html":{"ref":"data-format.html","tf":0.020202020202020204},"conventions.html":{"ref":"conventions.html","tf":0.023076923076923078},"error-handling.html":{"ref":"error-handling.html","tf":0.013377926421404682},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.004859086491739553},"lifetimes.html":{"ref":"lifetimes.html","tf":0.013100436681222707},"examples.html":{"ref":"examples.html","tf":0.019417475728155338},"enum-representations.html":{"ref":"enum-representations.html","tf":0.006289308176100629},"attr-default.html":{"ref":"attr-default.html","tf":0.028368794326241134},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.029787234042553193},"attr-bound.html":{"ref":"attr-bound.html","tf":0.026923076923076925},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.012195121951219513},"stream-array.html":{"ref":"stream-array.html","tf":0.018315018315018316},"enum-number.html":{"ref":"enum-number.html","tf":0.02531645569620253},"attr-rename.html":{"ref":"attr-rename.html","tf":0.020833333333333332},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.041666666666666664},"remote-derive.html":{"ref":"remote-derive.html","tf":0.014492753623188406},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761},"ignored-any.html":{"ref":"ignored-any.html","tf":0.02304147465437788},"transcode.html":{"ref":"transcode.html","tf":0.022556390977443608},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.034482758620689655},"convert-error.html":{"ref":"convert-error.html","tf":0.029411764705882353},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.04},"no-std.html":{"ref":"no-std.html","tf":0.010416666666666666},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}},"a":{"docs":{},"g":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}}}},"e":{"docs":{},"r":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00851063829787234}},"'":{"docs":{"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},":":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}}},"s":{"docs":{},",":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}},":":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}},"d":{"docs":{},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}},"n":{"docs":{},"o":{"docs":{},"f":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}}}}}}}},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"data-format.html":{"ref":"data-format.html","tf":0.020202020202020204},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}}},"l":{"docs":{},"i":{"docs":{"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{},"u":{"docs":{},"n":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}}}}}}},"i":{"docs":{},"t":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.009615384615384616},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0036429872495446266},"unit-testing.html":{"ref":"unit-testing.html","tf":5.016393442622951},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.001943634596695821},"enum-representations.html":{"ref":"enum-representations.html","tf":0.006289308176100629}},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}}}}},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"x":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036}},"(":{"docs":{},"v":{"docs":{},"e":{"docs":{},"c":{"docs":{},")":{"docs":{},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}}}}}},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"!":{"docs":{},"(":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0029154518950437317}}}}}}}}}}}}}}},"o":{"docs":{},"n":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"a":{"docs":{},"g":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"enum-representations.html":{"ref":"enum-representations.html","tf":0.009433962264150943},"no-std.html":{"ref":"no-std.html","tf":0.010416666666666666}}}}},"k":{"docs":{},"n":{"docs":{},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0057306590257879654},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641}}}}}}},"u":{"docs":{},"s":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}},"u":{"docs":{"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345}}}}},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}}}},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}},"a":{"docs":{},"f":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333},"feature-flags.html":{"ref":"feature-flags.html","tf":0.011111111111111112}}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}}}}}}}},"p":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"d":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}},"t":{"docs":{},"f":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036}}},"c":{"docs":{},",":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}},".":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"_":{"docs":{},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"(":{"docs":{},"&":{"docs":{},"s":{"docs":{},",":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}}}}}}}}}}}}}}}}}}}},"}":{"docs":{},";":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}}},"v":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036}}}},"n":{"docs":{},"t":{"docs":{"attributes.html":{"ref":"attributes.html","tf":0.037037037037037035},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":5.060897435897436},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"error-handling.html":{"ref":"error-handling.html","tf":0.010033444816053512},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0040650406504065045},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.004373177842565598},"enum-representations.html":{"ref":"enum-representations.html","tf":0.025157232704402517}},",":{"docs":{"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659}}},".":{"docs":{"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.022435897435897436},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"enum-representations.html":{"ref":"enum-representations.html","tf":0.009433962264150943}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"m":{"docs":{},"u":{"docs":{},"t":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595}}}}}}}}}}}}}}}}},")":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}},":":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}},"_":{"docs":{},"s":{"docs":{},"e":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}},"s":{"docs":{},",":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.009433962264150943}}},".":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.006289308176100629}}}}}}},"o":{"docs":{},"u":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"error-handling.html":{"ref":"error-handling.html","tf":0.006688963210702341},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}}}},"l":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},"u":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.008960573476702509},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0057306590257879654},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.011560693641618497},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.010723860589812333},"unit-testing.html":{"ref":"unit-testing.html","tf":0.02459016393442623},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0040650406504065045},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.005344995140913508},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"examples.html":{"ref":"examples.html","tf":0.014563106796116505},"json.html":{"ref":"json.html","tf":0.00819672131147541},"enum-representations.html":{"ref":"enum-representations.html","tf":0.009433962264150943},"attr-default.html":{"ref":"attr-default.html","tf":3.340425531914893},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"stream-array.html":{"ref":"stream-array.html","tf":2.5256410256410255},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.01056338028169014},"ignored-any.html":{"ref":"ignored-any.html","tf":0.009216589861751152},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.007389162561576354},"convert-error.html":{"ref":"convert-error.html","tf":0.0196078431372549},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}},"e":{"docs":{},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0036429872495446266},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.001943634596695821}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"m":{"docs":{},"u":{"docs":{},"t":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.005226480836236934}}}}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297}}}}}}}}}}}}}}}}}},":":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.00804289544235925},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.005807200929152149},"stream-array.html":{"ref":"stream-array.html","tf":0.007326007326007326},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}},":":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"(":{"docs":{},"'":{"docs":{},"c":{"docs":{},"'":{"docs":{},")":{"docs":{},"]":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}}}}}}}}}}},"s":{"docs":{},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"stream-array.html":{"ref":"stream-array.html","tf":0.01098901098901099}}}},",":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}},")":{"docs":{},")":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}},";":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}},"i":{"docs":{},"d":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}},".":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}}},"e":{"docs":{},"c":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.009107468123861567},"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835},"stream-array.html":{"ref":"stream-array.html","tf":0.007326007326007326},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}},"!":{"docs":{},"[":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},":":{"docs":{},":":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"(":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{},")":{"docs":{},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}}}}}}}}}}}}}}}}},"\"":{"docs":{},"a":{"docs":{},"\"":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},")":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}},"t":{"docs":{},"w":{"docs":{},"o":{"docs":{},",":{"docs":{"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}}}}}}}},")":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}},".":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}},"r":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"derive.html":{"ref":"derive.html","tf":0.023809523809523808},"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"no-std.html":{"ref":"no-std.html","tf":0.015625}}}}}},"i":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}},"b":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}},"o":{"docs":{},"r":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.029490616621983913},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0029154518950437317},"lifetimes.html":{"ref":"lifetimes.html","tf":0.004366812227074236},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.02032520325203252},"stream-array.html":{"ref":"stream-array.html","tf":0.014652014652014652},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.007389162561576354}},".":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"_":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},".":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"_":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"(":{"docs":{},")":{"docs":{},"?":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},".":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},")":{"docs":{},"?":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"(":{"docs":{},"e":{"docs":{},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},":":{"docs":{},":":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},")":{"docs":{},")":{"docs":{},"?":{"docs":{},";":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},".":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},")":{"docs":{},"?":{"docs":{},".":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},")":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"i":{"1":{"6":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},".":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"_":{"docs":{},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},")":{"docs":{},"?":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}},"3":{"2":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},".":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"_":{"docs":{},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},")":{"docs":{},"?":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}},"6":{"4":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},".":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"_":{"docs":{},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},")":{"docs":{},"?":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}},"8":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},".":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"_":{"docs":{},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},")":{"docs":{},"?":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},":":{"docs":{},":":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},")":{"docs":{},")":{"docs":{},"?":{"docs":{},";":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}},"s":{"docs":{},"e":{"docs":{},"q":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},":":{"docs":{},":":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},")":{"docs":{},")":{"docs":{},"?":{"docs":{},";":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},")":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}},"u":{"1":{"6":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},".":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"_":{"docs":{},"u":{"docs":{},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},")":{"docs":{},"?":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}},"3":{"2":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},".":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"_":{"docs":{},"u":{"docs":{},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},")":{"docs":{},"?":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}},"6":{"4":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},".":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"_":{"docs":{},"u":{"docs":{},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},")":{"docs":{},"?":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}},"8":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},".":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"_":{"docs":{},"u":{"docs":{},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},")":{"docs":{},"?":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"(":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}},":":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.012633624878522837}},":":{"docs":{},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"_":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},",":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}}}}}}}}}}}},"}":{"docs":{},";":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}},"'":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.015549076773566569},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}},"_":{"docs":{},"i":{"3":{"2":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}}}}}}},"docs":{}},"6":{"4":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}}}}}}},"docs":{}},"8":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}}}}}}},"docs":{}},"u":{"6":{"4":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}},"docs":{}},"docs":{}},"b":{"docs":{},"o":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"b":{"docs":{},"y":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}},"e":{"docs":{},"q":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}}}}}}},"s":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.008595988538681949},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.009615384615384616},"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248}}},")":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.013119533527696793},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}},"?":{"docs":{},";":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}},":":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.008130081300813009},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.016034985422740525},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.008130081300813009},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.003401360544217687}}},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}},"o":{"docs":{},"i":{"docs":{},"d":{"docs":{},":":{"docs":{},":":{"docs":{},"v":{"docs":{},"o":{"docs":{},"i":{"docs":{},"d":{"docs":{},";":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}},";":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}},"w":{"docs":{"json.html":{"ref":"json.html","tf":0.040983606557377046}},"a":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.004819277108433735},"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"examples.html":{"ref":"examples.html","tf":0.009708737864077669},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}},".":{"docs":{"transcode.html":{"ref":"transcode.html","tf":0.015037593984962405},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}},"n":{"docs":{},"t":{"docs":{"derive.html":{"ref":"derive.html","tf":0.006802721088435374},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"attr-bound.html":{"ref":"attr-bound.html","tf":0.011538461538461539},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}},".":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}}}}},"l":{"docs":{},"k":{"docs":{"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102}}},"l":{"docs":{},"_":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},":":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402}}}}}}}}}}},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00851063829787234},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0036429872495446266},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"examples.html":{"ref":"examples.html","tf":0.009708737864077669},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"stream-array.html":{"ref":"stream-array.html","tf":2.5073260073260073},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203},"no-std.html":{"ref":"no-std.html","tf":0.015625},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}}}},"d":{"docs":{},"e":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036}},"s":{"docs":{},"(":{"docs":{},"v":{"docs":{},"e":{"docs":{},"c":{"docs":{},")":{"docs":{},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}}}}}}}}}},"s":{"docs":{},"h":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}},"o":{"docs":{},"r":{"docs":{},"l":{"docs":{},"d":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}}},"k":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"enum-representations.html":{"ref":"enum-representations.html","tf":0.009433962264150943},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}}},"w":{"docs":{},"w":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}},"e":{"docs":{},"e":{"docs":{},"k":{"docs":{},"l":{"docs":{},"i":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}}}}}},"l":{"docs":{},"l":{"docs":{},",":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{"derive.html":{"ref":"derive.html","tf":0.006802721088435374},"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541},"data-format.html":{"ref":"data-format.html","tf":3.3636363636363633},"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}},"!":{"docs":{},"(":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.012578616352201259},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}}}},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}},"h":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}}}}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"v":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102}}}}}},"i":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"v":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}},"e":{"docs":{},".":{"docs":{"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}}}}}}}}}},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}},"s":{"docs":{},"e":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}}},"x":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"json.html":{"ref":"json.html","tf":0.01639344262295082}},":":{"docs":{"./":{"ref":"./","tf":0.007228915662650603},"derive.html":{"ref":"derive.html","tf":0.01020408163265306}}},"(":{"0":{"docs":{},",":{"docs":{"json.html":{"ref":"json.html","tf":0.00819672131147541}}}},"docs":{},"i":{"3":{"2":{"docs":{},",":{"docs":{"json.html":{"ref":"json.html","tf":0.01639344262295082}}}},"docs":{}},"docs":{}}}},"y":{"docs":{"json.html":{"ref":"json.html","tf":0.01639344262295082},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}},":":{"docs":{"./":{"ref":"./","tf":0.007228915662650603},"derive.html":{"ref":"derive.html","tf":0.01020408163265306}}},"a":{"docs":{},"m":{"docs":{},"l":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}},"o":{"docs":{},"u":{"docs":{},":":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}},".":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}}}}}}}},"(":{"0":{"docs":{},")":{"docs":{},";":{"docs":{"json.html":{"ref":"json.html","tf":0.00819672131147541}}}}},"docs":{},"i":{"3":{"2":{"docs":{},")":{"docs":{},",":{"docs":{"json.html":{"ref":"json.html","tf":0.00819672131147541}}},";":{"docs":{"json.html":{"ref":"json.html","tf":0.00819672131147541}}}}},"docs":{}},"docs":{}}},")":{"docs":{},";":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}},"z":{"docs":{"json.html":{"ref":"json.html","tf":0.01639344262295082}},"e":{"docs":{},"r":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.005376344086021506},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}}}}},"u":{"docs":{},"l":{"docs":{},"i":{"docs":{},"p":{"docs":{},".":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}}}}}}},",":{"docs":{"json.html":{"ref":"json.html","tf":0.00819672131147541}}},";":{"docs":{"json.html":{"ref":"json.html","tf":0.01639344262295082}}}},"{":{"docs":{"./":{"ref":"./","tf":0.00963855421686747},"data-model.html":{"ref":"data-model.html","tf":0.012544802867383513},"derive.html":{"ref":"derive.html","tf":0.02040816326530612},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.023809523809523808},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0273224043715847},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.021447721179624665},"unit-testing.html":{"ref":"unit-testing.html","tf":0.03278688524590164},"error-handling.html":{"ref":"error-handling.html","tf":0.026755852842809364},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.041811846689895474},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.052964042759961125},"lifetimes.html":{"ref":"lifetimes.html","tf":0.024745269286754003},"json.html":{"ref":"json.html","tf":0.040983606557377046},"enum-representations.html":{"ref":"enum-representations.html","tf":0.03459119496855346},"attr-default.html":{"ref":"attr-default.html","tf":0.07092198581560284},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.02127659574468085},"attr-bound.html":{"ref":"attr-bound.html","tf":0.03076923076923077},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.04065040650406504},"stream-array.html":{"ref":"stream-array.html","tf":0.029304029304029304},"enum-number.html":{"ref":"enum-number.html","tf":0.02531645569620253},"attr-rename.html":{"ref":"attr-rename.html","tf":0.08333333333333333},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.05555555555555555},"remote-derive.html":{"ref":"remote-derive.html","tf":0.035196687370600416},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.07394366197183098},"ignored-any.html":{"ref":"ignored-any.html","tf":0.059907834101382486},"transcode.html":{"ref":"transcode.html","tf":0.015037593984962405},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.027093596059113302},"convert-error.html":{"ref":"convert-error.html","tf":0.0392156862745098},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.03},"no-std.html":{"ref":"no-std.html","tf":0.015625}},"\"":{"docs":{},"x":{"docs":{},"\"":{"docs":{},":":{"1":{"docs":{},",":{"docs":{},"\"":{"docs":{},"y":{"docs":{},"\"":{"docs":{},":":{"2":{"docs":{},"}":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}},"docs":{}}}}}}},"docs":{}}}},"i":{"docs":{},"d":{"docs":{},"\"":{"docs":{},":":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.006289308176100629},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"\"":{"docs":{},":":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}}}}}}}}},"t":{"docs":{},"\"":{"docs":{},":":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.006289308176100629}}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"\"":{"docs":{},":":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}}}}}}},":":{"docs":{},"?":{"docs":{},"}":{"docs":{},"\"":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}}}},"}":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}},"\"":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}},".":{"docs":{},".":{"docs":{},".":{"docs":{},"}":{"docs":{},"]":{"docs":{},"}":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}},"}":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.006289308176100629}},"}":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}}}}}}},"}":{"docs":{"./":{"ref":"./","tf":0.007228915662650603},"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"derive.html":{"ref":"derive.html","tf":0.017006802721088437},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.023809523809523808},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.025500910746812388},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.0160857908847185},"unit-testing.html":{"ref":"unit-testing.html","tf":0.01639344262295082},"error-handling.html":{"ref":"error-handling.html","tf":0.026755852842809364},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.038908246225319396},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.05102040816326531},"lifetimes.html":{"ref":"lifetimes.html","tf":0.021834061135371178},"json.html":{"ref":"json.html","tf":0.01639344262295082},"enum-representations.html":{"ref":"enum-representations.html","tf":0.015723270440251572},"attr-default.html":{"ref":"attr-default.html","tf":0.06382978723404255},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.02127659574468085},"attr-bound.html":{"ref":"attr-bound.html","tf":0.03076923076923077},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.04065040650406504},"stream-array.html":{"ref":"stream-array.html","tf":0.029304029304029304},"enum-number.html":{"ref":"enum-number.html","tf":0.02531645569620253},"attr-rename.html":{"ref":"attr-rename.html","tf":0.0625},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.027777777777777776},"remote-derive.html":{"ref":"remote-derive.html","tf":0.035196687370600416},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.07394366197183098},"ignored-any.html":{"ref":"ignored-any.html","tf":0.059907834101382486},"transcode.html":{"ref":"transcode.html","tf":0.015037593984962405},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.024630541871921183},"convert-error.html":{"ref":"convert-error.html","tf":0.029411764705882353},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.03},"no-std.html":{"ref":"no-std.html","tf":0.015625}},";":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.001943634596695821},"json.html":{"ref":"json.html","tf":0.01639344262295082},"attr-rename.html":{"ref":"attr-rename.html","tf":0.020833333333333332},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.008960573476702509}}},",":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"unit-testing.html":{"ref":"unit-testing.html","tf":0.01639344262295082},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"json.html":{"ref":"json.html","tf":0.00819672131147541},"enum-representations.html":{"ref":"enum-representations.html","tf":0.018867924528301886},"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.027777777777777776},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659}},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595}}}},")":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}},"[":{"2":{"docs":{},",":{"3":{"docs":{},",":{"5":{"docs":{},",":{"7":{"docs":{},"]":{"docs":{"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}}}},"docs":{}}},"docs":{}}},"docs":{}}},"3":{"docs":{},",":{"docs":{"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}}},"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}},"r":{"docs":{},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"]":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}}}}}}},"u":{"6":{"4":{"docs":{},";":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}},"docs":{}},"8":{"docs":{},"]":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}},",":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}},"docs":{}},"\"":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"\"":{"docs":{},"]":{"docs":{"derive.html":{"ref":"derive.html","tf":0.006802721088435374},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}}}}}}},"m":{"docs":{},"e":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"\"":{"docs":{},"]":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}}}}}},"r":{"docs":{},"c":{"docs":{},"\"":{"docs":{},"]":{"docs":{"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}}},"s":{"docs":{},"t":{"docs":{},"d":{"docs":{},"\"":{"docs":{},"]":{"docs":{"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}}}},"u":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"\"":{"docs":{},"]":{"docs":{"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"i":{"docs":{},"e":{"docs":{},"s":{"docs":{},"]":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266},"no-std.html":{"ref":"no-std.html","tf":0.015625}}}}}}}}}}}}}},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{},"]":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"]":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}}}}}}},"t":{"docs":{},";":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}},"&":{"docs":{},"'":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}}}}},"{":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{},"}":{"docs":{},",":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}}}}}}},"\"":{"0":{"docs":{},".":{"1":{"docs":{},".":{"0":{"docs":{},"\"":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}},"docs":{}},"\"":{"docs":{"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}}}},"docs":{}}},"1":{"2":{"3":{"4":{"5":{"6":{"7":{"8":{"9":{"0":{"docs":{},"\"":{"docs":{},",":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{},".":{"0":{"docs":{},"\"":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"enum-number.html":{"ref":"enum-number.html","tf":0.02531645569620253}},",":{"docs":{"derive.html":{"ref":"derive.html","tf":0.006802721088435374},"no-std.html":{"ref":"no-std.html","tf":0.015625}}}}},"docs":{}},"\"":{"docs":{},"}":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}},"2":{"0":{"1":{"7":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}},"docs":{}},"docs":{}},"docs":{}},"4":{"9":{"8":{"2":{"4":{"0":{"7":{"3":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00851063829787234}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"5":{"docs":{},"c":{"docs":{},"b":{"7":{"docs":{},"a":{"0":{"docs":{},"c":{"4":{"7":{"docs":{},"e":{"5":{"3":{"8":{"5":{"4":{"docs":{},"c":{"docs":{},"d":{"0":{"0":{"docs":{},"e":{"1":{"docs":{},"a":{"9":{"6":{"8":{"docs":{},"d":{"docs":{},"e":{"5":{"docs":{},"a":{"docs":{},"b":{"docs":{},"c":{"docs":{},"e":{"1":{"docs":{},"c":{"1":{"2":{"4":{"6":{"0":{"1":{"docs":{},"\"":{"docs":{},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},")":{"docs":{},",":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}}}}}},"docs":{}}}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}}},"docs":{}},"docs":{}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}}},"docs":{}}},"docs":{}}}},"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365}},"]":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}},"\"":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446}}}},"}":{"docs":{},"\"":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}},"m":{"docs":{},"i":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}},"y":{"docs":{},"_":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"\"":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827}}}}}}}}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"\"":{"docs":{},")":{"docs":{},"]":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}}}}}}}}}}}}}},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"\"":{"docs":{},")":{"docs":{},"]":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}}}}}}},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{},"\"":{"docs":{},":":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.009433962264150943}}}}}}},"a":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"\"":{"docs":{},":":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}}}}}}}}}},"a":{"docs":{},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"t":{"docs":{},"\"":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}},":":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00851063829787234}}}}}}}},"p":{"docs":{},"\"":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}},":":{"docs":{},":":{"docs":{},"i":{"docs":{},"s":{"docs":{},"_":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"t":{"docs":{},"y":{"docs":{},"\"":{"docs":{},")":{"docs":{},"]":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}}}}}}}}}}}}}}},"x":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}},".":{"docs":{},".":{"docs":{},".":{"docs":{},"\"":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248}},")":{"docs":{},")":{"docs":{},"]":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.008595988538681949},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.009615384615384616}}}},"]":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.008595988538681949},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}},",":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"enum-representations.html":{"ref":"enum-representations.html","tf":0.018867924528301886}}}}}}},"c":{"docs":{},"\"":{"docs":{},")":{"docs":{},"]":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}},":":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.006289308176100629}}},",":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"l":{"docs":{},"c":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"\"":{"docs":{},",":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}}},")":{"docs":{},"]":{"docs":{"attr-rename.html":{"ref":"attr-rename.html","tf":0.020833333333333332}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"_":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"\"":{"docs":{},")":{"docs":{},")":{"docs":{},"]":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0057306590257879654},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248}}}}}}}}}}},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}},"_":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"\"":{"docs":{},")":{"docs":{},"]":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"_":{"docs":{},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"\"":{"docs":{},")":{"docs":{},"]":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"x":{"docs":{},"\"":{"docs":{},")":{"docs":{},"]":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}}}}}}}}}}}}}},"m":{"docs":{},"o":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}},"r":{"docs":{},"i":{"docs":{},"v":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}}}}}}},"u":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"\"":{"docs":{},")":{"docs":{},"]":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.006211180124223602}}}}},":":{"docs":{},":":{"docs":{},"s":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{},"s":{"docs":{},"\"":{"docs":{},")":{"docs":{},"]":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}}}}}}},"u":{"docs":{},"b":{"docs":{},"s":{"docs":{},"e":{"docs":{},"c":{"docs":{},"_":{"docs":{},"n":{"docs":{},"a":{"docs":{},"n":{"docs":{},"o":{"docs":{},"s":{"docs":{},"\"":{"docs":{},")":{"docs":{},"]":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"\"":{"docs":{},")":{"docs":{},"]":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.006211180124223602}}}}}}}}}}}}}}},"\"":{"docs":{},",":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"\"":{"docs":{},")":{"docs":{},"]":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0057306590257879654}}}}}}}}}}}},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"e":{"docs":{},"\"":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"i":{"docs":{},"s":{"docs":{},"\"":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}},",":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}}}}},"i":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"\"":{"docs":{},":":{"docs":{"attr-rename.html":{"ref":"attr-rename.html","tf":0.020833333333333332}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"\"":{"docs":{},")":{"docs":{},"]":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827}}}}}}}}}}}},"d":{"docs":{},"\"":{"docs":{},":":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}},"k":{"docs":{},"e":{"docs":{},"b":{"docs":{},"a":{"docs":{},"b":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}}}}}}},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"\"":{"docs":{},",":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}}},")":{"docs":{},"]":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}}}}}}}},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"\"":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}},":":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}}}},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"\"":{"docs":{},":":{"docs":{"attr-rename.html":{"ref":"attr-rename.html","tf":0.020833333333333332}}}}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"\"":{"docs":{},")":{"docs":{},"]":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248}}}},":":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.013888888888888888}}}}}},"n":{"docs":{},"o":{"docs":{},"s":{"docs":{},"\"":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}},"]":{"docs":{},";":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}}}},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{},"\"":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}},"p":{"docs":{},"a":{"docs":{},"s":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"c":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"\"":{"docs":{},",":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}}}}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"\"":{"docs":{},")":{"docs":{},"]":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"field-attrs.html":{"ref":"field-attrs.html","tf":0.011560693641618497}}}}}}},"r":{"docs":{},"a":{"docs":{},"\"":{"docs":{},",":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}},"m":{"docs":{},"s":{"docs":{},"\"":{"docs":{},":":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.009433962264150943}}}}}}}}},"r":{"docs":{},"i":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{},"\"":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}},":":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}},":":{"docs":{},":":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"\"":{"docs":{},")":{"docs":{},"]":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"\"":{"docs":{},":":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}},":":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}}},"s":{"3":{"docs":{},":":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"b":{"docs":{},"u":{"docs":{},"c":{"docs":{},"k":{"docs":{},"e":{"docs":{},"t":{"docs":{},"\"":{"docs":{},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},")":{"docs":{},",":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"_":{"docs":{},"s":{"docs":{},"n":{"docs":{},"a":{"docs":{},"k":{"docs":{},"e":{"docs":{},"_":{"docs":{},"c":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"\"":{"docs":{},",":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"\"":{"docs":{},")":{"docs":{},")":{"docs":{},"]":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}},",":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}}}}}}},"c":{"docs":{},"s":{"docs":{},"\"":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}},"n":{"docs":{},"a":{"docs":{},"k":{"docs":{},"e":{"docs":{},"_":{"docs":{},"c":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"\"":{"docs":{},",":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}}}}}}}}}}}}},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{},":":{"docs":{},":":{"docs":{},"s":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"_":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"\"":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"\"":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}}},"\"":{"docs":{},",":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"_":{"docs":{},"o":{"docs":{},"r":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"\"":{"docs":{},")":{"docs":{},"]":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.013888888888888888}}}}},"d":{"docs":{},"\"":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.010416666666666666}}}}},"\"":{"docs":{},":":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}},":":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}},"a":{"docs":{},"n":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.013888888888888888}}}},"k":{"docs":{},"r":{"docs":{},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"x":{"docs":{},"\"":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}}}}}}},"t":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}},"\"":{"docs":{},",":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}},":":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.014326647564469915},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.016025641025641024},"field-attrs.html":{"ref":"field-attrs.html","tf":0.014450867052023121}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"\"":{"docs":{},")":{"docs":{},"]":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}}}}}},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{},"\"":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}},"a":{"docs":{},"n":{"docs":{},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"\"":{"docs":{"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}}}}}}}}}},"h":{"docs":{},"e":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"\"":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}},":":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"\"":{"docs":{},":":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}}}}}}}},"o":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"\"":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}},":":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"_":{"docs":{},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"y":{"docs":{},"\"":{"docs":{},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},")":{"docs":{},",":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"p":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"\"":{"docs":{},",":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}}}}}}}}}}}},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"\"":{"docs":{},":":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00851063829787234}}}}}}}},"s":{"docs":{},"\"":{"docs":{},":":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}}}}},"'":{"docs":{},"a":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}},"a":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}},"\"":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}}},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"\"":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}},"n":{"docs":{"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{},"\"":{"docs":{},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},")":{"docs":{},",":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}}}}}}}}}}}}},"c":{"docs":{},"\"":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}}}}},"r":{"docs":{},"n":{"docs":{},":":{"docs":{},"a":{"docs":{},"w":{"docs":{},"s":{"docs":{},":":{"docs":{},"s":{"3":{"docs":{},":":{"docs":{},":":{"docs":{},":":{"docs":{},"e":{"docs":{},"x":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"_":{"docs":{},"b":{"docs":{},"u":{"docs":{},"c":{"docs":{},"k":{"docs":{},"e":{"docs":{},"t":{"docs":{},"\"":{"docs":{},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},")":{"docs":{},",":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}}}}}}}}},"s":{"docs":{},"_":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{},")":{"docs":{},"]":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}}}}}}}}}}}}}}}},"b":{"6":{"4":{"6":{"9":{"docs":{},"c":{"3":{"docs":{},"f":{"3":{"1":{"6":{"5":{"3":{"docs":{},"d":{"2":{"8":{"1":{"docs":{},"b":{"docs":{},"b":{"docs":{},"b":{"docs":{},"f":{"docs":{},"a":{"6":{"docs":{},"f":{"9":{"4":{"docs":{},"d":{"6":{"0":{"docs":{},"f":{"docs":{},"e":{"docs":{},"a":{"1":{"3":{"0":{"docs":{},"a":{"docs":{},"b":{"docs":{},"e":{"3":{"8":{"docs":{},"\"":{"docs":{},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},")":{"docs":{},",":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}}}}},"docs":{}},"docs":{}},"docs":{}}}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}}},"docs":{}}}}}}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{},"\"":{"docs":{},".":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},")":{"docs":{},"]":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}},"]":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}},",":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{},"\"":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}},"i":{"docs":{},"d":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"\"":{"docs":{},":":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"\"":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}},")":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}}}}}}}}},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"\"":{"docs":{},")":{"docs":{},")":{"docs":{},"]":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}},":":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}}}}}},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"t":{"docs":{},"y":{"docs":{},"_":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},"\"":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}}}}}}}}}},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"\"":{"docs":{},"]":{"docs":{},")":{"docs":{},";":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{},":":{"docs":{},"i":{"docs":{},"s":{"docs":{},"_":{"docs":{},"n":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"\"":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}}}}}}}}}}}}}},"f":{"docs":{},"f":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"\"":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}},":":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}}}}},"w":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},"\"":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}}}}},",":{"docs":{},"\"":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0040650406504065045}}}}},":":{"docs":{},"\"":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595}}}},"[":{"docs":{},"\"":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297}}}}},"{":{"docs":{},"\"":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}},"[":{"docs":{},"\"":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}},"\\":{"docs":{},"\"":{"docs":{},"\"":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297}}}}}},"{":{"docs":{},"\"":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0029036004645760743}}}}},"}":{"docs":{},"\"":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446}}}},"}":{"docs":{},"\"":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"\"":{"docs":{},",":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}}}}}}},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"\"":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}},":":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}}}}}}}}}},"#":{"docs":{},";":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}},"/":{"docs":{},"\"":{"docs":{},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},")":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}}}}}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"\"":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}}}}}}},"h":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"\"":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}}}},"o":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},"\"":{"docs":{"attr-rename.html":{"ref":"attr-rename.html","tf":0.020833333333333332}},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},")":{"docs":{},",":{"docs":{"attr-rename.html":{"ref":"attr-rename.html","tf":0.020833333333333332}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"q":{"docs":{},"u":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"\"":{"docs":{},":":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}}}}}}}}}}}}}}},"j":{"docs":{},"o":{"docs":{},"h":{"docs":{},"n":{"docs":{},"_":{"docs":{},"d":{"docs":{},"o":{"docs":{},"e":{"docs":{},"\"":{"docs":{},",":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}},"}":{"docs":{},",":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}}}}}}}}},"z":{"docs":{},"e":{"docs":{},"r":{"docs":{},"o":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}}}}},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{},"d":{"docs":{},"o":{"docs":{},"n":{"docs":{},"\"":{"docs":{},",":{"docs":{"attr-rename.html":{"ref":"attr-rename.html","tf":0.020833333333333332}}},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},")":{"docs":{},",":{"docs":{"attr-rename.html":{"ref":"attr-rename.html","tf":0.020833333333333332}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},"\"":{"docs":{},",":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},")":{"docs":{},",":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}}}}}}}}}}}}}}}}}}}}},";":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365}}},"%":{"docs":{},"i":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}},"$":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},":":{"docs":{},":":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}}}}}}}}}}}},"`":{"0":{"0":{"1":{"docs":{},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"docs":{}},"docs":{},"`":{"docs":{"json.html":{"ref":"json.html","tf":0.00819672131147541}}}},"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{},"`":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},":":{"docs":{},":":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},":":{"docs":{},":":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"`":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}}}}}}}}}}}}}}}},"_":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{},":":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"r":{"docs":{},":":{"docs":{},":":{"docs":{},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"(":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{},")":{"docs":{},"`":{"docs":{},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"(":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{},")":{"docs":{},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{},":":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},"`":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.006688963210702341}}}}}}}}}},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"_":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"y":{"docs":{},"`":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"`":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297}}}}}},"s":{"docs":{},"e":{"docs":{},"q":{"docs":{},"`":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}},"t":{"docs":{},"r":{"docs":{},"`":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"_":{"docs":{},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"`":{"docs":{},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}}}}}}}},"t":{"docs":{},"u":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"_":{"docs":{},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"`":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},"`":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}},"`":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"`":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297}}}}}},"r":{"docs":{},"`":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659}}}},"t":{"docs":{},"u":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"`":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}}}}}}}}}}}}},"q":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}}}}}}}},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"(":{"docs":{},"(":{"docs":{},")":{"docs":{},")":{"docs":{},"`":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}},":":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}},"`":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.011538461538461539}}},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"_":{"docs":{},"o":{"docs":{},"r":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"`":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365}}}}}}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},":":{"docs":{},":":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},"`":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}},".":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"_":{"docs":{},"a":{"docs":{},"n":{"docs":{},"y":{"docs":{},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659}},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"e":{"docs":{},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"a":{"docs":{},"n":{"docs":{},"y":{"docs":{},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"q":{"docs":{},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"`":{"docs":{},",":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}},".":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}}}}}}}}}},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.007389162561576354}},".":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}},"r":{"docs":{},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}},",":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}}}}},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},":":{"docs":{},":":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"(":{"docs":{},")":{"docs":{},"`":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"r":{"docs":{},"`":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402}}}}}},"&":{"docs":{},"m":{"docs":{},"u":{"docs":{},"t":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}},"t":{"docs":{},"`":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}},"[":{"0":{"docs":{},",":{"0":{"docs":{},"]":{"docs":{},"`":{"docs":{"json.html":{"ref":"json.html","tf":0.00819672131147541}}}}},"docs":{}}},"docs":{},"`":{"docs":{},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}},"]":{"docs":{},"`":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"`":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297}}}},"u":{"docs":{},"m":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},"`":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}},"i":{"docs":{},"o":{"docs":{},":":{"docs":{},":":{"docs":{},"w":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"`":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}},"t":{"docs":{},"o":{"docs":{},"a":{"docs":{},"`":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}},"n":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"`":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"json.html":{"ref":"json.html","tf":0.00819672131147541}},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"_":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"_":{"docs":{},"s":{"docs":{},"e":{"docs":{},"e":{"docs":{},"d":{"docs":{},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},"_":{"docs":{},"s":{"docs":{},"e":{"docs":{},"e":{"docs":{},"d":{"docs":{},"`":{"docs":{},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"o":{"docs":{},"s":{"docs":{},"`":{"docs":{},"\"":{"docs":{},")":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}}}},"`":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}},".":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.013824884792626729}}},"t":{"docs":{},"h":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}},"o":{"docs":{},"k":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}},"`":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297}}}}},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"a":{"docs":{},"b":{"docs":{},"c":{"docs":{},"`":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}},"b":{"docs":{},"y":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"`":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"`":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}},"w":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"`":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}},"m":{"docs":{},"l":{"docs":{},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}},"=":{"docs":{},"i":{"8":{"docs":{},"`":{"docs":{},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}},"docs":{}}},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402}}},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659}}}}}},":":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}},"{":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659}},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},"\"":{"docs":{},"a":{"docs":{"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}},"\"":{"docs":{},":":{"0":{"docs":{},",":{"docs":{},"\"":{"docs":{},"b":{"docs":{},"\"":{"docs":{},":":{"0":{"docs":{},"}":{"docs":{},"`":{"docs":{"json.html":{"ref":"json.html","tf":0.00819672131147541}}}}},"docs":{}}}}}}},"docs":{}}}},"w":{"docs":{},"\"":{"docs":{},":":{"docs":{},"{":{"docs":{},"\"":{"docs":{},"a":{"docs":{},"\"":{"docs":{},":":{"0":{"docs":{},",":{"docs":{},"\"":{"docs":{},"b":{"docs":{},"\"":{"docs":{},":":{"0":{"docs":{},"}":{"docs":{},"}":{"docs":{},"`":{"docs":{"json.html":{"ref":"json.html","tf":0.00819672131147541}}}}}},"docs":{}}}}}}},"docs":{}}}}}}}}},"x":{"docs":{},"\"":{"docs":{},":":{"docs":{},"[":{"0":{"docs":{},",":{"0":{"docs":{},"]":{"docs":{},"}":{"docs":{},"`":{"docs":{"json.html":{"ref":"json.html","tf":0.00819672131147541}}}}}},"docs":{}}},"docs":{}}}}},"y":{"docs":{},"\"":{"docs":{},":":{"0":{"docs":{},"}":{"docs":{},"`":{"docs":{"json.html":{"ref":"json.html","tf":0.00819672131147541}}}}},"docs":{}}}}}},"}":{"docs":{},"`":{"docs":{},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"e":{"docs":{},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}}}}},"i":{"docs":{},"e":{"docs":{},"l":{"docs":{},"d":{"docs":{},"s":{"docs":{},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"_":{"docs":{},"b":{"docs":{},"y":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"`":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"`":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"x":{"docs":{},"y":{"docs":{},"z":{"docs":{},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"`":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.007692307692307693},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.007389162561576354}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"r":{"docs":{},"`":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"`":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}},"x":{"docs":{},"_":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},"`":{"docs":{},",":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"_":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},"`":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"`":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"`":{"docs":{},".":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"_":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"`":{"docs":{},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}},"s":{"docs":{},"e":{"docs":{},"q":{"docs":{},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"o":{"docs":{},"r":{"docs":{},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.003401360544217687}}}}}}}}},"o":{"docs":{},"i":{"docs":{},"d":{"docs":{},"`":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}},"\"":{"docs":{},"z":{"docs":{},"\"":{"docs":{},"`":{"docs":{"json.html":{"ref":"json.html","tf":0.00819672131147541}}}}}},"r":{"docs":{},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{},"t":{"docs":{},"e":{"docs":{},"`":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}}}}},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"`":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}}},"#":{"docs":{},"[":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"(":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},")":{"docs":{},"]":{"docs":{},"`":{"docs":{},".":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"s":{"docs":{},"`":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}},"b":{"docs":{},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{},"`":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.007389162561576354}},")":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"`":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}},"—":{"docs":{"attributes.html":{"ref":"attributes.html","tf":0.05555555555555555},"data-format.html":{"ref":"data-format.html","tf":0.020202020202020204},"lifetimes.html":{"ref":"lifetimes.html","tf":0.004366812227074236}}},">":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0028653295128939827},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"field-attrs.html":{"ref":"field-attrs.html","tf":0.011560693641618497},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.023809523809523808},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.009107468123861567},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.0160857908847185},"error-handling.html":{"ref":"error-handling.html","tf":0.010033444816053512},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.025551684088269456},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0228377065111759},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"attr-default.html":{"ref":"attr-default.html","tf":0.02127659574468085},"attr-bound.html":{"ref":"attr-bound.html","tf":0.007692307692307693},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.016260162601626018},"stream-array.html":{"ref":"stream-array.html","tf":0.01098901098901099},"remote-derive.html":{"ref":"remote-derive.html","tf":0.008281573498964804},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.02464788732394366},"ignored-any.html":{"ref":"ignored-any.html","tf":0.018433179723502304},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.019704433497536946},"convert-error.html":{"ref":"convert-error.html","tf":0.00980392156862745},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.02}},"=":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}},"'":{"0":{"docs":{},"'":{"docs":{},".":{"docs":{},".":{"docs":{},"=":{"docs":{},"'":{"9":{"docs":{},"'":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}},"docs":{}}}}}}},"1":{"docs":{},"'":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}},"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}},"b":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}},"\"":{"docs":{},")":{"docs":{},"]":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}},"\"":{"docs":{},"'":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.001943634596695821}}}},",":{"docs":{},"'":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}},":":{"docs":{},"'":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}},"[":{"docs":{},"'":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}},"]":{"docs":{},"'":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}},"f":{"docs":{},"'":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"n":{"docs":{},"'":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"t":{"docs":{},"'":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"{":{"docs":{},"'":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659}}}},"}":{"docs":{},"'":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659}}}},"a":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}},",":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}},".":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}},"c":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}},".":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}},"d":{"docs":{},"e":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.010189228529839884}},",":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}}}}}}}}},"+":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.006387921022067364},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0029154518950437317},"lifetimes.html":{"ref":"lifetimes.html","tf":0.005822416302765648},"stream-array.html":{"ref":"stream-array.html","tf":0.007326007326007326},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365}},"=":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.020905923344947737},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.00727802037845706},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}},"\"":{"docs":{},")":{"docs":{},"]":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}},",":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}}}}},"o":{"docs":{},"k":{"docs":{},"_":{"docs":{},"o":{"docs":{},"r":{"docs":{},"_":{"docs":{},"e":{"docs":{},"l":{"docs":{},"s":{"docs":{},"e":{"docs":{},"(":{"docs":{},"|":{"docs":{},"|":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}}}}}}}}}}},"/":{"docs":{},"d":{"docs":{},"i":{"docs":{},"r":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.009852216748768473}}}}}}},"]":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}},")":{"docs":{},";":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.01639344262295082}}}},";":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}}},"*":{"docs":{},"/":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"lifetimes.html":{"ref":"lifetimes.html","tf":0.00727802037845706},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}},"*":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.004645760743321719}},"?":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297}}}}},"`":{"docs":{},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},")":{"docs":{},"?":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0029036004645760743}}}}},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},"s":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}}}}}}}}},"?":{"docs":{},";":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}},"=":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"!":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},".":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{},".":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"s":{"docs":{},"_":{"docs":{},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"(":{"docs":{},"'":{"docs":{},"[":{"docs":{},"'":{"docs":{},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595}}}}},"{":{"docs":{},"'":{"docs":{},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446}}}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}}}}}}}}},"=":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.001943634596695821}}}},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0040650406504065045},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0029154518950437317},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.01}},"?":{"docs":{},";":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}},"?":{"docs":{},"s":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.006387921022067364}}}}}}},"_":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},":":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},":":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.004645760743321719},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0024295432458697765}}}}}}},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"_":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},":":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595}}}}}}}}},"s":{"docs":{},":":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},":":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0024295432458697765}}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"e":{"docs":{},"l":{"docs":{},"d":{"docs":{},"s":{"docs":{},":":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}}}}}}},"@":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}},"|":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},"%":{"docs":{},"d":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}},"h":{"docs":{},":":{"docs":{},"%":{"docs":{},"m":{"docs":{},":":{"docs":{},"%":{"docs":{},"s":{"docs":{},"\"":{"docs":{},";":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}}}}}}},"m":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}},"length":6019},"corpusTokens":["!=","!self.first","!self.output.ends_with('[')","!self.output.ends_with('{')","\"","\"#;","\"%i","\"'a","\",\";","\"...\"","\"...\"))]","\"...\")]","\"...\",","\"/\".to_string()","\"/users\"","\"0.1\"","\"0.1.0\"","\"1\"}","\"1.0\"","\"1.0\",","\"1234567890\",","\"2017","\"49824073","\"5cb7a0c47e53854cd00e1a968de5abce1c124601\".to_string(),","\":\";","\":[\";","\":{\";","\";","\"[\";","\"\\\"\";","\"]","\"]\";","\"]}\";","\"a","\"a\"","\"access\"","\"alloc\"","\"allow\".to_owned(),","\"an","\"arn:aws:s3:::example_bucket\".to_owned(),","\"as_json_string\")]","\"b\",","\"b\".","\"b\".to_owned()],","\"b\"],","\"b6469c3f31653d281bbbfa6f94d60fea130abe38\".to_string(),","\"bidder\":","\"build\"","\"c\")]","\"c\",","\"c\":","\"camelcase\")]","\"camelcase\",","\"d\",","\"de_name\"))]","\"default","\"default_resource\")]","\"demo","\"deserialize_from_str\")]","\"deserialize_max\")]","\"driving\"","\"duration\")]","\"duration::seconds\")]","\"duration::subsec_nanos\")]","\"durationdef\")]","\"e\"]);","\"empty_value\"","\"extern","\"false\"","\"ferris\"","\"ferris\",","\"firstname\":","\"fromtype\")]","\"github\",","\"github\".to_string(),","\"graydon\",","\"graydon\".to_string(),","\"headquarters\":","\"high\"","\"hoare\"","\"hoare\".to_string(),","\"id\":","\"intotype\")]","\"john_doe\",","\"john_doe\"},","\"kebab","\"lastname\":","\"limit\"","\"limit\":","\"lowercase\")]","\"lowercase\",","\"map\"","\"map::is_empty\")]","\"mascot\"","\"mascot\":","\"max","\"metadata\":","\"method\":","\"mi","\"module\")]","\"my_date_format\")]","\"my_default\"","\"name\")]","\"name\":","\"nanos\"","\"nanos\"];","\"null\";","\"offset\"","\"offset\":","\"option::is_none\"","\"owned\"","\"para\",","\"params\":","\"pascalcase\",","\"path\")]","\"priority\"","\"priority\":","\"priority::lowest\")]","\"ptr\":","\"ptr:","\"request\",","\"resource\"","\"resource\":","\"s\":","\"s3:listbucket\".to_owned(),","\"s:","\"san","\"scream","\"screaming_snake_case\",","\"secs\"","\"ser_name\"))]","\"ser_name\",","\"skrillex\"","\"snake_case\",","\"sometrait::some_default\"","\"stack","\"std\"","\"str\",","\"string_or_struct\")]","\"struct\"","\"t","\"t\",","\"t:","\"test_policy\".to_owned(),","\"the","\"timeout\"","\"timeout\":","\"timestamp\":","\"total\"","\"total\":","\"transcode\"","\"true\"","\"type\")]","\"understand","\"uppercase\",","\"username\":","\"users\":","\"values\"))]","\"values\":","\"variant\"","\"variant\")","\"zero","\"{\";","\"}\";","\"}}\";","#","#[derive(debug)]","#[derive(debug,","#[derive(deserialize)]","#[derive(deserialize,","#[derive(serialize)]","#[derive(serialize,","#[derive(serialize_repr,","#[derive]","#[repr(transparent)].","#[repr(u8)]","#[serde(alia","#[serde(borrow","#[serde(borrow)]","#[serde(bound","#[serde(bound(deseri","#[serde(bound(seri","#[serde(bound)]","#[serde(cr","#[serde(default","#[serde(default)]","#[serde(deny_unknown_fields)]","#[serde(deserialize_with","#[serde(field_identifier,","#[serde(flatten)]","#[serde(from","#[serde(gett","#[serde(into","#[serde(other)]","#[serde(remot","#[serde(renam","#[serde(rename(deseri","#[serde(rename(seri","#[serde(rename)]","#[serde(rename_al","#[serde(rename_all(deseri","#[serde(rename_all(seri","#[serde(serialize_with","#[serde(skip)]","#[serde(skip_deserializing)]","#[serde(skip_serializing)]","#[serde(skip_serializing_if","#[serde(skip_serializing_if)]","#[serde(tag","#[serde(transparent)]","#[serde(try_from","#[serde(untagged)]","#[serde(with","#[test]","#beginn","#gener","#rust","$","$module::deseri","$module::seri","%d","%h:%m:%s\";","%m","&&","&'a","&'b","&'de","&'static","&[","&[\"secs\",","&[u8]","&[u8])","&[u8],","&[u8].","&datetime,","&field1,","&mut","&self));","&self))?;","&self.b)?;","&self.g)?;","&self.input[\"false\".len()..];","&self.input[\"null\".len()..];","&self.input[\"true\".len()..];","&self.input[..len];","&self.input[1..];","&self.input[ch.len_utf8()..];","&self.input[len","&self.r)?;","&str","&str)","&str,","&str.","&t)","&t,","&v.to_string();","'","'\"'","','","'0'..='9'","'0'..='9')","'1'","':'","'['","']'","'a","'a,","'a.","'b","'b\")]","'c","'c.","'de","'de,","'f'","'n'","'static","'t'","'{'","'}'","(&self)","()","();","()`","(a","(and","(deseri","(for","(here","(if","(instead","(invite:","(json","(k,","(or","(probabl","(see","(serial","(string,","(u8,)","({)",")",")?;","**self)","**self)?;","**self`)","*/","*=","*self)?;","*self.de)","*self.de).map(some)","*self.de)?;","+","+=","...","...\")]","...,","./dir",".ok_or_else(||","/*","//","///","////////////////////////////////////////////////////////////////////////////////","/r/rust","0","0);","0,","0..self.n","0.9.","02","1","1,","1.","1..];","1.0","1.0.","1.15","1.31","10);","100","100,","1053","1053,","10].","12","1234567890,","14","16","16]","1]","2","2);","2,","2.","20);","200,","21:54:30\",","256,","271","29","2^31","2^31\")","3","3)?;","3,","3.","30);","314,","384\"","384,","3:","4814","5,","5ea416ee1c2f\",","7","7,","8","979f","=","==","=>",">",">=","?size","@","[","[\"alloc\"]","[\"derive\"]","[\"me","[\"rc\"]","[\"std\"]","[\"unstable\"]","[&'static","[2,3,5,7]","[3,","[data...]","[dependencies]","[package]","[rust]","[t;","[u64;","[u8]","[u8],","[{...},","]","]);","];","_","_fields:","_len:","_name:","_variant_index:","_variants:","_visitor:","`\"z\"`","`#[serde(default)]`.","`&mut","`&t`","`...`","`001`","`0`","`[0,0]`","`[`.","`]`","`args`","`build`","`build`)","`context`","`de::error`","`de::error`.","`default::default()`","`deseri","`deserialize_any`","`deserialize_any`,","`deserialize_enum`","`deserialize_enum`.","`deserialize_from_str`,","`deserialize_from_str`.","`deserialize_ignored_any`","`deserialize_seq`","`deserialize`","`deserialize`.","`deserializer`","`deserializer`,","`dur`","`end`","`enumaccess`","`error`","`false`","`false`.","`fields`","`from_bytes`,","`from_reader`","`from_str`","`from_str`,","`from_str`.","`from_xyz`","`from_xyz`.","`fromstr`","`io::write`","`itoa`","`main`","`mapaccess`","`mapaccessdeserializer`","`max_value`,","`n`","`n`.","`n`th","`nanos`\")","`next_key_seed`","`next_value_seed`.","`none`","`null`","`null`.","`ok","`ok`","`parse_bool`","`parse_signed`","`parse_unsigned`,","`phantomdata`","`remote`","`s:","`s`","`seqaccess`","`ser::error`","`serde::ser::serialize`","`serde_json::deserializer::from_str(...)`.","`serde_json::from_str(...)`","`serialize_entry`","`serialize_key`","`serialize_seq`","`serialize_str`","`serialize_struct_variant`.","`serialize_tuple_variant`","`serialize_value`","`serialize_value`.","`serialize`","`serializemap`","`serializer`","`serializetuplevariant`,","`some(())`","`string_or_struct`","`t:","`t=i8`.","`t`","`to_abc`","`to_bytes`,","`to_string`,","`to_string`.","`to_writer`","`toml`","`true`","`values`.","`variantaccess`","`visit_char`.","`visit_map`","`visit_seq`","`visitor`","`void`","`with`","`{","`{\"a","`{\"a\":0,\"b\":0}`","`{\"w\":{\"a\":0,\"b\":0}}`","`{\"x\":[0,0]}`","`{\"y\":0}`","`{`","`}`.","a,","a:","abil","about.","abov","above,","above:","absent","abstract","accept","access","access.next_entry()?","access:","accord","act","action:","actual","adapt","add","addassign","addit","addition,","address","adjac","advanc","advantag","after.","again","again,","against","ahead","ain't","alike.","all.","alloc","allocation,","allocator.","allow","along","along.","alreadi","altern","alternate\")","although","alway","analog","and/or","anonym","anoth","another:","anyth","anyway.","anywher","apach","api","apis.","appear","append","appli","applic","applies.","approach","appropri","arbitrari","arc.","args.","args:","args={\"buildno\":","args={}","argument","argument,","arithmet","around","around.","array","array\":","array\":[3,2,1]}`","array)","array.","array[3]);","arrays.","as.","as_json_str","ask","assert_de_token","assert_eq!(expected,","assert_eq!(nth,","assert_eq!(to_string(&n).unwrap(),","assert_eq!(to_string(&s).unwrap(),","assert_eq!(to_string(&t).unwrap(),","assert_eq!(to_string(&test).unwrap(),","assert_eq!(to_string(&u).unwrap(),","assert_eq!(two,","assert_ser_token","assert_token","assert_tokens(&map,","assert_tokens};","associ","asynchronous,","at,","attempt","attent","attribut","attribute,","attribute.","attributes.","attributes:","author","automat","avail","avoid","avro,","aw","awar","away","b","b'0'),","b'0');","b,","b:","back","bare","base","base64","base64,","basic","bazel","bb:","be","be10","befor","begin","beginn","begun","behav","behavior","behind","below","bencode,","benefit","best","between","between.","beyond","bidder:","binari","bit","bittorr","block","bogu","bone","bool","bool)","bool,","boolean\":","boolean\":true,\"an","borrow","borrowed,","borrowed.","both","bound","bound,","bounds,","bounds.","bounds:","box,","box:","brace","brace.","bracket","brittl","broad","broader","bson,","btreemap.","buck","buffer","buffering:","build","build,","build:","build_str","build_struct","buildabl","buildno:","built","builtin","bus'","by:","byte","bytes.","c","c:","call","callabl","callback","calle","called.","caller","calls,","calls.","camelcas","camelcase:","captur","care","cargo","cargo.","cargo.toml","cargo.toml.","cargo.toml:","case","case\",","case\".","case.","cases:","catch","categori","cbor","cbor,","ch","channel","char","char)","char.","charact","character","character,","character.","chat,","check","choic","choice.","choos","chosen","chrono","chrono::{datetime,","claus","clearli","clone","clone,","close","cmp::max(max,","code","code!","code,","code.","collect","colon","color","column","combin","come","comma","command","command_line:","commasepar","comment","comment:","common","commonli","commun","community),","community.","compact","compactli","compactly.","compar","compat","compil","compile.","compiler'","compiler,","complain","complet","complex","complic","complicated.","compose.yml","compound","comput","concis","condit","conditions.","config.","configur","congreg","consid","consist","consistency,","const","constant","constrain","constraint","construct","constructor","consum","contain","contain.","contains.","content","content,","content.","context","context,","context:","context=\"./dir\"","conveni","convent","convention,","convention.","convers","convert","converting.","convolut","copi","copy,","core","correct","correctli","correctly,","correspond","count","cours","cousin","cow,","cow.","crate","crate\"","crate,","crate.","crate:","crates.","creat","curli","current","custom","custom(msg:","d","d)","d,","d:","d::error>","dangl","data","data);","data,","data.","data:","date","date.format(format));","date:","datetim","datetime,","de","de)?;","de,","de/seri","de:","de::deseri","de::deserializer::deserialize_map(self.de,","de::deserializer::deserialize_seq(self.de,","de::error","de::error,","de::error::custom(\"no","de::error::invalid_length(0,","de::error::invalid_length(1,","de::error::invalid_length(self.n,","de::error::missing_field(\"nanos\"))?;","de::error::missing_field(\"secs\"))?;","de::{from_str,","de;","deal","debug)]","debug,","decid","decim","declaration.","decod","decoding.","dedic","dedupl","def.nanos)","default","default()","default.","default::default()","default::default().","default_resource()","defin","definit","definition.","deleg","delimit","deny_unknown_fields.","depend","deriv","derive(deserialize)","derive.","derives:","describ","describing.","deseri","deserialization,","deserialization.","deserialization:","deserialize\"))]","deserialize(","deserialize(d)","deserialize(deserializer:","deserialize(self,","deserialize)]","deserialize)].","deserialize,","deserialize.","deserialize:","deserialize::deserialize(de::value::mapaccessdeserializer::new(map))","deserialize::deserialize(deserializer).map(ptr::owned)","deserialize::deserialize(deserializer)?;","deserialize_*","deserialize_ani","deserialize_any(self,","deserialize_bool(self,","deserialize_byte_buf(self,","deserialize_bytes(self,","deserialize_char(self,","deserialize_enum(","deserialize_f32(self,","deserialize_f64(self,","deserialize_from_str(deserializer:","deserialize_i16(self,","deserialize_i32","deserialize_i32(self,","deserialize_i64(self,","deserialize_i8(self,","deserialize_identifier(self,","deserialize_ignored_any(self,","deserialize_map(self,","deserialize_max(deserializer:","deserialize_newtype_struct(","deserialize_option(self,","deserialize_repr,","deserialize_seq(self,","deserialize_str(self,","deserialize_string(self,","deserialize_struct(","deserialize_tuple(self,","deserialize_tuple_struct(","deserialize_u16(self,","deserialize_u32(self,","deserialize_u64(self,","deserialize_u8(self,","deserialize_unit(self,","deserialize_unit_struct(","deserialize_with","deserialize_with.","deserialize`","deserialize`.","deserialized);","deserialized,","deserialized.","deserialized:","deserializeown","deserializeowned,","deserializer)","deserializer)?;","deserializer,","deserializer.","deserializer.deserialize_any(stringorstruct(phantomdata))","deserializer.deserialize_i32(i32visitor)","deserializer.deserialize_identifier(fieldvisitor)","deserializer.deserialize_map(mymapvisitor::new())","deserializer.deserialize_seq(self)","deserializer.deserialize_seq(visitor)","deserializer.deserialize_struct(\"duration\",","deserializer.input.is_empty()","deserializer:","deserializer::deserialize_ani","deserializer::deserialize_any,","deserializer::deserialize_any.","deserializer::deserialize_enum","deserializer::from_str(s);","deserializer;","deserializer};","deserializese","deserializeseed,","deserialize};","deserializing,","deserializing.","design","desir","despit","detail","details.","determin","develop","differ","different.","differently.","digit","direct","directions.","directli","directly,","directly.","disabled.","discard","discord","discours","discuss","display","display\"))]","display,","display};","distinct","distinguish","do)","docker","dockerfil","dockerfile:","dockerfile=non","dockerfile=some(\"dockerfil","document","document,","document.","documentation,","doesn't","don't","done","done.","downgrad","drive","driven","driving.","duplic","dur","dur)?;","durat","duration\")","duration);","duration,","duration.","duration::new(def.secs,","duration;","durationdef","durationdef)","durationdef.","durationdef::deseri","durationdef::deserialize(&mut","durationvisitor","durationvisitor)","durationvisitor;","dure","dynamodb","dynamodb.","e","e:","e::","e::a","e::b","e::n","e::newtype(1);","e::struct","e::t","e::tuple(1,","e::unit;","e::w","e::x(0,","e::y(0);","e::z;","each","easi","ecosystem","editing.","effect","effect:","effici","efficiency.","efficiently.","elabor","element","element.","elements,","elements.","else'","else.","embed","emit","empti","empty_value()","enabl","encod","encount","encourag","end","end(self)","end.","enough","ensur","entir","entri","entries.","enum","enum)","enum,","enum.","enum:","enumaccess","enumaccess,","enums.","envi","environ","environments.","envy,","eof,","equal","equally.","equival","err","err(de::error::duplicate_field(\"nanos\"));","err(de::error::duplicate_field(\"secs\"));","err(de::error::invalid_length(i,","err(de::error::unknown_field(value,","err(error::eof),","err(error::expectedarray)","err(error::expectedarraycomma);","err(error::expectedarrayend)","err(error::expectedboolean)","err(error::expectedenum)","err(error::expectedinteger);","err(error::expectedmap)","err(error::expectedmapcolon)","err(error::expectedmapcolon);","err(error::expectedmapcomma);","err(error::expectedmapend)","err(error::expectednull)","err(error::expectedstring)","err(error::expectedstring);","err(error::syntax),","err(error::trailingcharacters)","error","error,","error.","error::custom.","error::eof","error::message(msg)","error::message(msg.to_string())","error::{error,","error;","errors.","es5.","escap","especi","etc.","even","exactli","exampl","example,","example.","examples.","except","exclus","exist","expand","expect","expect?","expected);","expectedarray,","expectedarraycomma,","expectedarrayend,","expectedboolean,","expectedenum,","expectedinteger,","expectedmap,","expectedmapcolon,","expectedmapcomma,","expectedmapend,","expectednull,","expectedstring,","expecting(&self,","explain","explan","explicit","explicitli","explicitly.","export","expos","expressions,","extens","extent","extern","extra","extra:","extrahigh,","extralow","f32)","f32,","f64","f64)","f64),","f64);","fact","fact,","factor","fail,","fail.","failur","fallibly.","fals","false,","false.","false;","family.","far","featur","feature.","features,","features.","few","field","field\"","field).","field.","field:","field::nano","field::sec","field;","fields)),","fields,","fields.","fields:","fieldvisitor","fieldvisitor;","field{n}","figur","file","fill","finally,","find","fine","fine.","first","first.","first:","first_name:","five","five,","fix","flag","flatbuff","flatten","flatten,","flavor","flexbuffers,","flexibl","float","fmt(&self,","fmt::formatter)","fmt::result","fmt};","fn","fn(&field0,","fn(&t)","fn(&t,","fn()","fn(d)","follow","for.","form","form.","format","format!(\"{}\",","format).map_err(serde::de::error::custom)","format,","format.","format:","formats,","formats.","formatter.write_str(\"`secs`","formatter.write_str(\"a","formatter.write_str(\"an","formatter.write_str(\"str","formatter.write_str(\"struct","formatter.write_str(\"unexpect","formatter.write_str(msg),","formatter:","forth","forum.","forward","forward_to_deserialize_any!","four","framework","francisco\"","francisco\".to_string());","freestand","frequent","friendli","from(def:","from,","from.","from_byt","from_read","from_str","from_str(input:","from_str(j).unwrap());","from_str(s:","from_xyz","fromstr","fromstr,","fromtyp","fromtype,","front","front.","full","fulli","function","function.","functionality.","fundament","g:","gener","generically.","get","getter","github","give","given","go","go'","goe","good","google'","graph.","group","guarante","guess","hadoop,","half","hand","handl","handwritten","happen","hard.","hash","hash:","hashmap","hashmap,","hashmap.","hashset.","haskel","hatch","have","hcl","heap","help","helper","helper(#[serde(with","here","here,","here.","heterogen","heurist","heuristics,","high,","higher","hint","hint,","hjson,","hold","homogen","http","https://discord.gg/rust","human","i128","i16)","i16,","i32","i32)","i32),","i32);","i32,","i32.","i32;","i32visitor","i32visitor.","i32visitor::visit_i32.","i32visitor;","i64","i64)","i64,","i64::from(i32::min)","i8)","i8,","iam","id:","idea.","ideal","ident","identifi","ignor","ignored.","ignoredani","ignoredany,","impl","impl,","impl.","implement","implementation,","implementation.","implemented,","implementing.","implicitli","impls.","import","importantli","imposs","in.","inches(u64),","inches(u64);","includ","incompat","independ","index","indic","indices.","individu","individually.","infer","inform","information.","init,","inlin","inner","inner,","inner:","input","input\"),","input,","input.","input:","input_data:","insid","insignific","instanc","instance,","instance;","instanti","instead","instead.","instinct","int","int:","integ","integer(u64),","integer,","integers,","integr","intellig","intend","interact","interact.","intermedi","intern","interpret","interpreted.","into,","into.","intodeserializer,","intotyp","intuit","invalid","invalid.","invok","involv","io","io::read,","io::read.","io::write.","ip","is.","issues,","it.","items,","iter","itself","itself.","j","j.serialize(serializer)","java","javascript","job","json","json!([\"a\",","json'","json);","json,","json.","json.compact","json5,","json:","json_str","k","k)","k:","kebab","keep","key","key,","key.","key.serialize(&mut","key:","keys.","keywords.","kind","know","known","land","lang","lang),","languag","language.","last","last_name:","later","later.","layer","leav","len:","length","length,","lenient,","level","librari","libraries.","library,","library.","lifetim","lifetime.","lifetime.\"","lifetimes\"","like:","likewise,","limit:","line","link","linked_hash_map::linkedhashmap;","linkedhashmap::::new();","linkedhashmap::new();","lisp","list","littl","live","location:","logic","long","look","loop","looser","lose","lossi","lot","low,","lowest()","m)","m:","macro","made","main","main()","make","mani","manipul","manual","manually.","map","map\")","map,","map.","map.end()","map.insert('a',","map.insert('b',","map.insert('c',","map.insert(key,","map.next_key()?","map.serialize_entry(k,","map:","map::new(),","map::new();","map;","mapaccess","mapaccess,","mapaccess};","mappings.","maps,","maps.","mark","marker:","markup","match","match.","max","max\",","max_value:","maximum","maximum\")","maxvisitor","maxvisitor(phantomdata","maxvisitor(phantomdata);","mean","mechanism,","memori","memory.","mentioned.","messag","message(string),","messagepack,","metadata","metadata.insert(\"headquarters\".to_string(),","metadata:","method","method'","method.","method:","methods)","methods,","methods.","millimeters(u8).","minim","minu","miss","missing.","mod","mode","model","model,","model.","modes.","modifi","modul","module.","module:","modules.","mongodb.","more","much","mulassign","mulassign,","multipl","mut","mutex","my_date_format","my_default()","mydeseri","mydetrait\"))]","mymap","mymap.","mymap::with_capacity(access.size_hint().unwrap_or(0));","mymap;","mymap>","mymapvisitor","mysertrait\"))]","mysertrait\",","mytrait\")]","n","n(u8)","n,","n:","name","name.","name:","names.","nano","nanos))","nanos.is_some()","nanos.ok_or_else(||","nanos:","nativ","natur","near","necessarili","necessary.","need","needs,","neg","negat","negative.","negotiation.","neg};","nest","network","never","new()","new(de:","new(n:","new(secs:","newer.","newli","newtyp","newtype(u32),","newtype_struct","newtype_vari","newtype_variant_seed(self,","next","next_char(&mut","next_element_seed(&mut","next_key_seed(&mut","next_value_seed(&mut","no_std","non","none","none,","none.","none;","nonempti","normal","normal,","not.","not_borrowed:","notat","notation.","note","note:","noth","notic","now","nth","nth);","nth:","nthelement","nthelement::new(3).deserialize(&array).unwrap();","nthelement::new(3).deserialize(deserializer)","null","num","number","number.","number:","numbers\")","numer","object","object.","obviou","occasion","occasions,","occur","occurred,","offici","offset","offset:","oh,","ok","ok(())","ok((val,","ok(build","ok(ch)","ok(duration::new(secs,","ok(false)","ok(field::nanos),","ok(field::secs),","ok(fromstr::from_str(value).unwrap())","ok(i32::from(value))","ok(int);","ok(map)","ok(max)","ok(none);","ok(nth)","ok(s)","ok(self)","ok(serializer.output)","ok(t)","ok(true)","ok(value)","omit","on","onc","once.","one.","only)","only,","only.","open","oper","operation.","opt","optim","option","option)","option,","option::non","option::none.","option::som","ord,","ord.","order","ordinari","orphan","osstr","other,","other_cr","other_crate::duration;","others.","out","out.","out.max_value);","out:","outer","outliv","output","output.","output:","over","overflow","overflow\"","overflow\".to_string(),","overhead","overrid","overview","own","owned(\"owned\")","owned(box),","owned,","owned:","ownership","page","page.","pages.","pagin","pagination,","pagination:","pair","pair(string,","pairing,","panic","para(vec),","param","paramet","parameter,","parameter.","parameters,","parameters.","params:","parent","pars","parse_bool(&mut","parse_signed(&mut","parse_string(&mut","parse_unsigned(&mut","parsed.","part","partial","partialeq,","particular","particular,","particularli","pass","past","path","pattern","pattern:","pay","peek_char(&mut","peopl","people'","perform","period","person","perspect","phantomdata","phantomdata,","phantomdata.","pickle,","piec","pin","place","plain","platform","platform.","pleas","plenti","pluggabl","point","point.","point2d(f64,","pointer","poisoned,","poisoned.","polici","policy,","policy.","policy:","popul","pos:","possibl","possible.","post,","postcard","postcard,","postcard.","power","powerful.","present","present,","preserv","pretend","pretti","previou","previous","primit","primitives.","print","printer","println!(\"deseri","println!(\"max","println!(\"result","println!(\"seri","println!(\"{:#?}\",","println!(\"{:?}\",","println!(\"{}\",","prints:","prioriti","priority,","priority:","priority::extralow","priority=extralow","priority=high","privat","private.","probabl","problem","procedur","process","process.","process:","processed.","processing.","proclaim","produc","produce.","product","profound","program.","programmer.","project","projects,","propag","properti","protocol.","provid","ptr","ptr,","ptr:","pub","public","pull","purpos","put","python","q","queri","queries.","question","r#\"","r#\"\"unit\"\"#;","r#\"{\"int\":1,\"seq\":[\"a\",\"b\"]}\"#;","r#\"{\"newtype\":1}\"#;","r#\"{\"struct\":{\"a\":1}}\"#;","r#\"{\"tuple\":[1,2]}\"#;","r,","r:","rang","rank","rapidli","rare","rc","re","read","read.","read:","readability.","readabl","real","reason","receiv","receive.","receives.","recklessli","record","ref(&'a","refer","referenc","reflect","relat","reli","remain","remot","remov","renam","rename_al","render","repeat","replac","repository.","repres","represent","representation,","representation.","representations.","representations:","represents.","request","requested,","requests:","requests[0]);","requests[1]);","requir","resembl","reserv","resourc","resource:","resource=\"/\",","resource=\"/users\",","respons","rest","result","result);","result,","result.","result:","result>","result};","return","returned.","returns,","reus","rfc3339","rgb(u8,","right","role","ron,","root","roughli","rs/serde#812.","rule","rule.","run","runtim","rusoto_dynamodb","rust","rust'","rust.","rustacean","rustdoc","rusti","s","s)","s,","s.to_string(),","s:","s::err:","s::from_str(&s).map_err(de::error::custom)","sad.","safe","same","same.","satisfi","save","scenario","schema","schemaless","scheme","scope,","scratch","scratch.","screen_name:","sec","second","seconds(&self)","seconds.","secs,","secs.is_some()","secs.ok_or_else(||","secs:","see","seed","seed.deserialize(&mut","seed.deserialize(self.de)","seed:","seem","select","self","self)","self))","self,","self.de.next_char()?","self.de.peek_char()?","self.deserialize_any(visitor)","self.deserialize_bool(visitor),","self.deserialize_i64(visitor),","self.deserialize_map(visitor)","self.deserialize_map(visitor),","self.deserialize_seq(visitor)","self.deserialize_seq(visitor),","self.deserialize_str(visitor)","self.deserialize_str(visitor),","self.deserialize_u64(visitor),","self.deserialize_unit(visitor)","self.deserialize_unit(visitor),","self.first","self.input","self.input.chars().next()","self.input.chars().next().ok_or(error::eof)","self.input.find('\"')","self.input.starts_with(\"false\")","self.input.starts_with(\"null\")","self.input.starts_with(\"true\")","self.n)","self.nano","self.next_char()?","self.output","self.peek_char()?","self.peek_char()?;","self.sec","self.serialize_f64(f64::from(v))","self.serialize_i64(i64::from(v))","self.serialize_map(some(len))","self.serialize_seq(some(len))","self.serialize_seq(some(v.len()))?;","self.serialize_str(&v.to_string())","self.serialize_str(variant)","self.serialize_u64(u64::from(v))","self.serialize_unit()","self;","sens","separ","seq","seq,","seq.","seq.end()","seq.next_element()?","seq.next_element()?.ok_or_else(||","seq.next_element::()?.is_none()","seq.serialize_element(byte)?;","seq.serialize_element(e)?;","seq:","seqaccess","seqaccess,","seqaccess};","sequenc","sequence,","sequence.","sequences.","ser","ser::error","ser::seri","ser::serializemap","ser::serializeseq","ser::serializestruct","ser::serializestructvari","ser::serializetupl","ser::serializetuplestruct","ser::serializetuplevari","ser::{to_string,","ser;","serd","serde'","serde(other),","serde(rename))","serde(tag","serde,","serde.","serde::de::error;","serde::de::{","serde::de::{deserialize,","serde::de::{self,","serde::deserialize;","serde::deserializer.","serde::ser::error;","serde::ser::serializeseq;","serde::ser::{serialize,","serde::serialize;","serde::serializer.","serde::{de,","serde::{deserialize,","serde::{self,","serde::{ser,","serde::{serialize,","serde_byt","serde_json","serde_json)","serde_json.","serde_json::deserializer::from_str(input);","serde_json::deserializer::from_str(j);","serde_json::from_reader.","serde_json::from_str(\"2\").unwrap());","serde_json::from_str(&j).map_err(error::custom)","serde_json::from_str(&serialized).unwrap();","serde_json::from_str(j).map(|helper(dur)|","serde_json::from_str(j).unwrap();","serde_json::from_str(json).unwrap();","serde_json::from_str(json_str).unwrap();","serde_json::from_str.","serde_json::json;","serde_json::ser::formatter.","serde_json::serializer::new(io::stdout());","serde_json::to_string(&nums).unwrap());","serde_json::to_string(&point).unwrap();","serde_json::to_string(value).map_err(error::custom)?;","serde_json::to_string_pretty(&data).unwrap();","serde_json::to_string_pretty(&person).unwrap();","serde_json::to_string_pretty(&resources).unwrap();","serde_json::valu","serde_json::value;","serde_json;","serde_repr","serde_repr::*;","serde_test","serde_test::{token,","serde_transcode::transcode(&mut","serde_yaml::from_str(build_string).unwrap();","serde_yaml::from_str(build_struct).unwrap();","serde_yaml::to_string(&resource).unwrap();","serial","serializ","serialization,","serialization.","serialize(","serialize(&self,","serialize(&t,","serialize(value:","serialize,","serialize.","serialize_bool(self,","serialize_byt","serialize_bytes(self,","serialize_bytes.","serialize_char(self,","serialize_element(&mut","serialize_f32(self,","serialize_f64(self,","serialize_field","serialize_field(&mut","serialize_i16(self,","serialize_i32","serialize_i32(self,","serialize_i64(self,","serialize_i8(self,","serialize_key(&mut","serialize_map(self,","serialize_newtype_struct(","serialize_newtype_struct.","serialize_newtype_variant(","serialize_newtype_variant.","serialize_non","serialize_none(self)","serialize_seq(self,","serialize_seq.","serialize_som","serialize_some(self,","serialize_str(self,","serialize_struct","serialize_struct(","serialize_struct_vari","serialize_struct_variant(","serialize_tupl","serialize_tuple(self,","serialize_tuple_struct","serialize_tuple_struct(","serialize_tuple_vari","serialize_tuple_variant(","serialize_u16(self,","serialize_u32(self,","serialize_u64(self,","serialize_u8(self,","serialize_unit(self)","serialize_unit_struct(self,","serialize_unit_struct.","serialize_unit_variant(","serialize_unit_variant.","serialize_value(&mut","serialize_with","serialized);","serialized.","serializemap","serializemap};","serializer).unwrap();","serializer)?;","serializer,","serializer.","serializer.serialize_i32(*self)","serializer.serialize_map(some(self.len()))?;","serializer.serialize_seq(some(self.len()))?;","serializer.serialize_str(&s)","serializer.serialize_struct(\"color\",","serializer:","serializer::serialize_*_vari","serializer;","serializer};","serializeseq","serializeseq,","serializestruct","serializestructvari","serializestruct};","serializetupl","serializetuplestruct","serializetuplevari","serialize};","serializing,","serializing.","serv","servic","service);","service:","ser};","set","set.","seven","seven];","sever","share","show","shown","sign","sign,","signatur","signature.","silly,","similar","similar.","similarli","simpl","simpler","simplest","simpli","simplifi","simultaneously.","singl","situat","situations,","situations.","size","sizes.","skip","skip).","skip_deseri","skip_seri","skip_serializing_if","skipped.","small","smallprim","smallprime::*;","some((key,","some(0)","some(3)","some(ch","some(ignoredany)","some(key)","some(len)","some(map.next_value()?);","some(value)","somebodi","someth","sometim","sometrait::some_default().","somewhat","sooner","sourc","special","specif","specifi","specific:","speed","src/de.r","src/error.r","src/lib.r","src/main.r","src/ser.r","stabl","stackoverflow,","standard","starlark,","start","start,","state","state.","state.end()","state.serialize_field(\"b\",","state.serialize_field(\"g\",","state.serialize_field(\"r\",","static","std","std.","std::borrow::cow;","std::collections::btreemap","std::collections::hashmap;","std::default::default","std::error::error","std::ffi::osstr","std::fmt::display;","std::fmt::{self,","std::fmt;","std::i32;","std::io;","std::marker::phantomdata;","std::ops::{addassign,","std::result::result.","std::result::result;","std::str::fromstr;","std::{cmp,","std;","stdout.","step","still","stock","storag","store","store,","str","str(string),","str)","str,","str.","str]","str],","straightforward","straightforward.","stream","stream,","streams,","stricter","string","string\"}","string),","string,","string.","string::deserialize(deserializer)?;","string::new(),","string_or_struct(deserializer:","stringorstruct","stringorstruct(phantomdata","strings,","strings.","strings:","strong","struct","struct'","struct)","struct,","struct.","struct:","struct_vari","struct_variant(","structs.","structur","structure,","structure.","structwithcustomd","stumbl","stupidli","style","subreddit","subsec_nanos(&self)","subset","success","successfulli","such","sufficient,","superset","support","support,","supported.","suppos","sure","syntact","syntax","syntax,","syntax:","system","system.","systems.","t","t'","t(u8,","t)","t),","t,","t.","t:","t::deserialize(&mut","t::from(10);","t::from(ch","t;","t=str","t=u64.","t>);","t>,","tag","tag.","tagged\"","tagged,","take","target","technic","technically,","tell","temporari","tend","terminator.","terraform","test","test_enum()","test_ser_de()","test_ser_de_empty()","test_struct()","text","textual","that'","that.","themselv","thing","things.","think","third","third.","this,","this.","this:","those","though","three","three,","three:","through","throw","thrown","time","time).","time,","time.","timeout","timeout(30)","timeout(u32);","timeout,","timeout:","timeout=30,","timeout=5,","timestamp:","timezone};","to.","to_abc","to_byt","to_owned().","to_str","to_string(value:","to_writ","togeth","token","token::char('a'),","token::char('b'),","token::char('c'),","token::i32(10),","token::i32(20),","token::i32(30),","token::map","token::mapend,","told","toml","toml,","top","total","total.","total:","track","track.","trailingcharacters,","trait","trait.","traits.","transcod","transfer","transient","transient,","treat","treatment","tree","tri","troubleshoot","true,","truncat","tryfrom","tupl","tuple(u32,","tuple,","tuple/struct","tuple_struct","tuple_vari","tuple_variant(self,","tuples.","turn","two","type","type\"","type'","type,","type.","type:","typedef","types,","types.","types:","typic","u","u128","u16)","u16,","u32","u32)","u32),","u32,","u64","u64)","u64,","u8","u8)","u8).","u8,","ubiquit","ultim","unconstrain","under","underli","understand","unformat","unfortun","unimpl","unimplemented!()","union","unit","unit,","unit_struct","unit_vari","unit_variant(self)","unix","unix(vec),","unknown","unless","unoffici","unsaf","unsign","unstabl","untag","until","unus","unusu","up","updat","upgrad","url","urlencod","us","usag","used.","user","user'","username:","users,","users:","usize)","usize,","usual","utc,","utc.datetime_from_str(&s,","utc};","utf","v","v)","v)?;","v,","v:","v;","val","valid","valid.","valu","value))","value);","value,","value.","value.serialize(&mut","value.serialize(self)","value:","value::char('c')]","values,","values.","variabl","variant","variant),","variant,","variant.","variant.serialize(&mut","variant:","variant_seed(self,","variantaccess","variantaccess,","variants,","variants.","varieti","variou","vec","vec![","vec![\"a\",","vec![\"a\".to_owned(),","vec![two,","vec![value::bool(true),","vec)","vec,","vec.","verbatim","veri","version","visit","visit_borrowed_bytes,","visit_borrowed_str","visit_i32(self,","visit_i64","visit_i64(self,","visit_i8(self,","visit_map(self,","visit_seq(self,","visit_str","visit_str(self,","visit_u64","visitor","visitor'","visitor)","visitor,","visitor.","visitor.visit_bool(self.parse_bool()?)","visitor.visit_borrowed_str(self.parse_string()?)","visitor.visit_enum(enum::new(self))?;","visitor.visit_enum(self.parse_string()?.into_deserializer())","visitor.visit_i16(self.parse_signed()?)","visitor.visit_i32(self.parse_signed()?)","visitor.visit_i64(self.parse_signed()?)","visitor.visit_i8(self.parse_signed()?)","visitor.visit_map(commaseparated::new(self))?;","visitor.visit_newtype_struct(self)","visitor.visit_none()","visitor.visit_seq()","visitor.visit_seq(commaseparated::new(self))?;","visitor.visit_some(self)","visitor.visit_u16(self.parse_unsigned()?)","visitor.visit_u32(self.parse_unsigned()?)","visitor.visit_u64(self.parse_unsigned()?)","visitor.visit_u8(self.parse_unsigned()?)","visitor.visit_unit()","visitor:","visitor::visit_map,","visitor};","void::void;","void;","vs","w","walk","wall_time:","want","want.","way","way.","weekli","well,","whatev","whether","whichev","whitespac","whitespace.","whole","whose","wide","window","windows(vec),","wire","wish","within","without","work","world.","wrapper","write","write!(formatter,","written","wrong","www","x","x(0,","x(i32,","x:","y","y(0);","y(i32),","y(i32);","y);","y:","yaml,","you:","yourself,","yourself.","z","z,","z;","zero","zulip.","{","{\"id\":","{\"request\":","{\"t\":","{\"type\":","{\"x\":1,\"y\":2}","{...}]}","{...}}","{...}}}","{:?}\",","{}","{}\",","|","}","})","},","}.","};","}`","}`.","—"],"pipeline":["stopWordFilter","stemmer"]},"store":{"./":{"url":"./","title":"Overview","keywords":"","body":"\n \n \n \n\n\n\nSerde\nSerde is a framework for serializing and deserializing Rust data\nstructures efficiently and generically.\nThe Serde ecosystem consists of data structures that know how to serialize and\ndeserialize themselves along with data formats that know how to serialize and\ndeserialize other things. Serde provides the layer by which these two groups\ninteract with each other, allowing any supported data structure to be serialized\nand deserialized using any supported data format.\n\n\nDesign\nWhere many other languages rely on runtime reflection for serializing data,\nSerde is instead built on Rust's powerful trait system. A data structure that\nknows how to serialize and deserialize itself is one that implements Serde's\nSerialize and Deserialize traits (or uses Serde's derive attribute to\nautomatically generate implementations at compile time). This avoids any\noverhead of reflection or runtime type information. In fact in many situations\nthe interaction between data structure and data format can be completely\noptimized away by the Rust compiler, leaving Serde serialization to perform\nthe same speed as a handwritten serializer for the specific selection of data\nstructure and data format.\nData formats\nThe following is a partial list of data formats that have been implemented for\nSerde by the community.\n\nJSON, the ubiquitous JavaScript Object Notation used by many HTTP APIs.\nPostcard, a no_std and embedded-systems friendly compact binary format.\nCBOR, a Concise Binary Object Representation designed for small message size\nwithout the need for version negotiation.\nYAML, a self-proclaimed human-friendly configuration language that ain't\nmarkup language.\nMessagePack, an efficient binary format that resembles a compact JSON.\nTOML, a minimal configuration format used by Cargo.\nPickle, a format common in the Python world.\nRON, a Rusty Object Notation.\nBSON, the data storage and network transfer format used by MongoDB.\nAvro, a binary format used within Apache Hadoop, with support for schema\ndefinition.\nJSON5, a superset of JSON including some productions from ES5.\nURL query strings, in the x-www-form-urlencoded format.\nStarlark, the format used for describing build targets by the Bazel and Buck\nbuild systems. (serialization only)\nEnvy, a way to deserialize environment variables into Rust structs.\n(deserialization only)\nEnvy Store, a way to deserialize AWS Parameter Store parameters into Rust\nstructs. (deserialization only)\nS-expressions, the textual representation of code and data used by the Lisp\nlanguage family.\nD-Bus's binary wire format.\nFlexBuffers, the schemaless cousin of Google's FlatBuffers zero-copy\nserialization format.\nBencode, a simple binary format used in the BitTorrent protocol.\nToken streams, for processing Rust procedural macro input. (deserialization\nonly)\nDynamoDB Items, the format used by rusoto_dynamodb to transfer data to\nand from DynamoDB.\nHjson, a syntax extension to JSON designed around human reading and editing.\n(deserialization only)\n\nData structures\nOut of the box, Serde is able to serialize and deserialize common Rust data\ntypes in any of the above formats. For example String, &str, usize,\nVec, HashMap are all supported. In addition, Serde provides a derive\nmacro to generate serialization implementations for structs in your own program.\nUsing the derive macro goes like this:\nuse serde::{Serialize, Deserialize};\n\n#[derive(Serialize, Deserialize, Debug)]\nstruct Point {\n x: i32,\n y: i32,\n}\n\nfn main() {\n let point = Point { x: 1, y: 2 };\n\n // Convert the Point to a JSON string.\n let serialized = serde_json::to_string(&point).unwrap();\n\n // Prints serialized = {\"x\":1,\"y\":2}\n println!(\"serialized = {}\", serialized);\n\n // Convert the JSON string back to a Point.\n let deserialized: Point = serde_json::from_str(&serialized).unwrap();\n\n // Prints deserialized = Point { x: 1, y: 2 }\n println!(\"deserialized = {:?}\", deserialized);\n}\n\n"},"help.html":{"url":"help.html","title":"Help","keywords":"","body":"Getting help\nSerde is one of the most widely used Rust libraries so any place that Rustaceans\ncongregate will be able to help you out. For chat, consider trying the\n#rust-questions or #rust-beginners channels of the unofficial community\nDiscord (invite: https://discord.gg/rust-lang-community), the\n#rust-usage or #beginners channels of the official Rust Project Discord\n(invite: https://discord.gg/rust-lang), or the #general stream\nin Zulip. For asynchronous, consider the [rust] tag on\nStackOverflow, the /r/rust subreddit which has a pinned weekly\neasy questions post, or the Rust Discourse forum.\n"},"data-model.html":{"url":"data-model.html","title":"Serde data model","keywords":"","body":"Serde data model\nThe Serde data model is the API by which data structures and data formats\ninteract. You can think of it as Serde's type system.\nIn code, the serialization half of the Serde data model is defined by the\nSerializer trait and the deserialization half is defined by the\nDeserializer trait. These are a way of mapping every Rust data structure\ninto one of 29 possible types. Each method of the Serializer trait corresponds\nto one of the types of the data model.\nWhen serializing a data structure to some format, the Serialize\nimplementation for the data structure is responsible for mapping the data\nstructure into the Serde data model by invoking exactly one of the Serializer\nmethods, while the Serializer implementation for the data format is\nresponsible for mapping the Serde data model into the intended output\nrepresentation.\nWhen deserializing a data structure from some format, the Deserialize\nimplementation for the data structure is responsible for mapping the data\nstructure into the Serde data model by passing to the Deserializer a\nVisitor implementation that can receive the various types of the data model,\nwhile the Deserializer implementation for the data format is responsible for\nmapping the input data into the Serde data model by invoking exactly one of the\nVisitor methods.\nTypes\nThe Serde data model is a simplified form of Rust's type system. It consists of\nthe following 29 types:\n\n14 primitive types\nbool\ni8, i16, i32, i64, i128\nu8, u16, u32, u64, u128\nf32, f64\nchar\n\n\nstring\nUTF-8 bytes with a length and no null terminator. May contain 0-bytes.\nWhen serializing, all strings are handled equally. When deserializing, there\nare three flavors of strings: transient, owned, and borrowed. This\ndistinction is explained in Understanding deserializer lifetimes and is a\nkey way that Serde enabled efficient zero-copy deserialization.\n\n\nbyte array - [u8]\nSimilar to strings, during deserialization byte arrays can be transient,\nowned, or borrowed.\n\n\noption\nEither none or some value.\n\n\nunit\nThe type of () in Rust. It represents an anonymous value containing no\ndata.\n\n\nunit_struct\nFor example struct Unit or PhantomData. It represents a named value\ncontaining no data.\n\n\nunit_variant\nFor example the E::A and E::B in enum E { A, B }.\n\n\nnewtype_struct\nFor example struct Millimeters(u8).\n\n\nnewtype_variant\nFor example the E::N in enum E { N(u8) }.\n\n\nseq\nA variably sized heterogeneous sequence of values, for example Vec or\nHashSet. When serializing, the length may or may not be known before\niterating through all the data. When deserializing, the length is determined\nby looking at the serialized data. Note that a homogeneous Rust collection\nlike vec![Value::Bool(true), Value::Char('c')] may serialize as a\nheterogeneous Serde seq, in this case containing a Serde bool followed by a\nSerde char.\n\n\ntuple\nA statically sized heterogeneous sequence of values for which the length\nwill be known at deserialization time without looking at the serialized\ndata, for example (u8,) or (String, u64, Vec) or [u64; 10].\n\n\ntuple_struct\nA named tuple, for example struct Rgb(u8, u8, u8).\n\n\ntuple_variant\nFor example the E::T in enum E { T(u8, u8) }.\n\n\nmap\nA variably sized heterogeneous key-value pairing, for example BTreeMap. When serializing, the length may or may not be known before iterating\nthrough all the entries. When deserializing, the length is determined by\nlooking at the serialized data.\n\n\nstruct\nA statically sized heterogeneous key-value pairing in which the keys are\ncompile-time constant strings and will be known at deserialization time\nwithout looking at the serialized data, for example struct S { r: u8, g:\nu8, b: u8 }.\n\n\nstruct_variant\nFor example the E::S in enum E { S { r: u8, g: u8, b: u8 } }.\n\n\n\nMapping into the data model\nIn the case of most Rust types, their mapping into the Serde data model is\nstraightforward. For example the Rust bool type corresponds to Serde's bool\ntype. The Rust tuple struct Rgb(u8, u8, u8) corresponds to Serde's tuple\nstruct type.\nBut there is no fundamental reason that these mappings need to be\nstraightforward. The Serialize and Deserialize traits can perform any\nmapping between Rust type and Serde data model that is appropriate for the use\ncase.\nAs an example, consider Rust's std::ffi::OsString type. This type represents\na platform-native string. On Unix systems they are arbitrary non-zero bytes and\non Windows systems they are arbitrary non-zero 16-bit values. It may seem\nnatural to map OsString into the Serde data model as one of the following\ntypes:\n\nAs a Serde string. Unfortunately serialization would be brittle because an\nOsString is not guaranteed to be representable in UTF-8 and deserialization\nwould be brittle because Serde strings are allowed to contain 0-bytes.\nAs a Serde byte array. This fixes both problem with using string, but now\nif we serialize an OsString on Unix and deserialize it on Windows we end up\nwith the wrong string.\n\nInstead the Serialize and Deserialize impls for OsString map into the\nSerde data model by treating OsString as a Serde enum. Effectively it acts\nas though OsString were defined as the following type, even though this does\nnot match its definition on any individual platform.\nenum OsString {\n Unix(Vec),\n Windows(Vec),\n // and other platforms\n}\n\nThe flexibility around mapping into the Serde data model is profound and\npowerful. When implementing Serialize and Deserialize, be aware of the\nbroader context of your type that may make the most instinctive mapping not the\nbest choice.\n"},"derive.html":{"url":"derive.html","title":"Using derive","keywords":"","body":"Using derive\nSerde provides a derive macro to generate implementations of the Serialize and\nDeserialize traits for data structures defined in your crate, allowing them to\nbe represented conveniently in all of Serde's data formats.\nYou only need to set this up if your code is using #[derive(Serialize,\nDeserialize)].\nThis functionality is based on Rust's #[derive] mechanism, just like what you\nwould use to automatically derive implementations of the built-in Clone,\nCopy, Debug, or other traits. It is able to generate implementations for\nmost structs and enums including ones with elaborate generic types or trait\nbounds. On rare occasions, for an especially convoluted type you may need to\nimplement the traits manually.\nThese derives require a Rust compiler version 1.31 or newer.\n\nAdd serde = { version = \"1.0\", features = [\"derive\"] } as a dependency in\nCargo.toml.\nEnsure that all other Serde-based dependencies (for example serde_json) are on\na version that is compatible with serde 1.0.\nOn structs and enums that you want to serialize, import the derive macro as\nuse serde::Serialize; within the same module and write\n#[derive(Serialize)] on the struct or enum.\nSimilarly import use serde::Deserialize; and write #[derive(Deserialize)]\non structs and enums that you want to deserialize.\n\nHere is the Cargo.toml:\nCargo.toml\n[package]\nname = \"my-crate\"\nversion = \"0.1.0\"\nauthors = [\"Me \"]\n\n[dependencies]\nserde = { version = \"1.0\", features = [\"derive\"] }\n\n# serde_json is just for the example, not required in general\nserde_json = \"1.0\"\n\nNow the src/main.rs which uses Serde's custom derives:\nsrc/main.rs\nuse serde::{Serialize, Deserialize};\n\n#[derive(Serialize, Deserialize, Debug)]\nstruct Point {\n x: i32,\n y: i32,\n}\n\nfn main() {\n let point = Point { x: 1, y: 2 };\n\n let serialized = serde_json::to_string(&point).unwrap();\n println!(\"serialized = {}\", serialized);\n\n let deserialized: Point = serde_json::from_str(&serialized).unwrap();\n println!(\"deserialized = {:?}\", deserialized);\n}\n\nHere is the output:\n$ cargo run\nserialized = {\"x\":1,\"y\":2}\ndeserialized = Point { x: 1, y: 2 }\nTroubleshooting\nSometimes you may see compile-time errors that tell you:\nthe trait `serde::ser::Serialize` is not implemented for `...`\neven though the struct or enum clearly has #[derive(Serialize)] on it.\nThis almost always means that you are using libraries that depend on\nincompatible versions of Serde. You may be depending on serde 1.0 in your\nCargo.toml but using some other library that depends on serde 0.9. So the\nSerialize trait from serde 1.0 may be implemented, but the library expects an\nimplementation of the Serialize trait from serde 0.9. From the Rust compiler's\nperspective these are totally different traits.\nThe fix is to upgrade or downgrade libraries as appropriate until the Serde\nversions match. The cargo tree -d command is helpful for finding all the\nplaces that duplicate dependencies are being pulled in.\n"},"attributes.html":{"url":"attributes.html","title":"Attributes","keywords":"","body":"Attributes\nAttributes are used to customize the Serialize and Deserialize\nimplementations produced by Serde's derive. They require a Rust compiler version\n1.15 or newer.\nThere are three categories of attributes:\n\nContainer attributes — apply to a struct or enum declaration.\nVariant attributes — apply to a variant of an enum.\nField attributes — apply to one field in a struct or in an enum variant.\n\n#[derive(Serialize, Deserialize)]\n#[serde(deny_unknown_fields)] // \nNote that a single struct, enum, variant, or field may have multiple attributes\non it.\n"},"container-attrs.html":{"url":"container-attrs.html","title":"Container attributes","keywords":"","body":"Container attributes\n\n#[serde(rename = \"name\")] \nSerialize and deserialize this struct or enum with the given name instead of\nits Rust name.\nAllows specifying independent names for serialization vs deserialization:\n\n#[serde(rename(serialize = \"ser_name\"))]\n#[serde(rename(deserialize = \"de_name\"))]\n#[serde(rename(serialize = \"ser_name\", deserialize = \"de_name\"))]\n\n\n#[serde(rename_all = \"...\")] \nRename all the fields (if this is a struct) or variants (if this is an enum)\naccording to the given case convention. The possible values are \"lowercase\",\n\"UPPERCASE\", \"PascalCase\", \"camelCase\", \"snake_case\",\n\"SCREAMING_SNAKE_CASE\", \"kebab-case\", \"SCREAMING-KEBAB-CASE\".\nAllows specifying independent cases for serialization vs deserialization:\n\n#[serde(rename_all(serialize = \"...\"))]\n#[serde(rename_all(deserialize = \"...\"))]\n#[serde(rename_all(serialize = \"...\", deserialize = \"...\"))]\n\n\n#[serde(deny_unknown_fields)] \nAlways error during deserialization when encountering unknown fields. When\nthis attribute is not present, by default unknown fields are ignored for\nself-describing formats like JSON.\nNote: this attribute is not supported in combination with flatten,\nneither on the outer struct nor on the flattened field.\n\n\n\n#[serde(tag = \"type\")] \nOn an enum: Use the internally tagged enum representation, with the given tag.\nSee enum representations for details on this\nrepresentation.\nOn a struct with named fields: Serialize the struct's name (or value of\nserde(rename)) as a field with the given key, in front of all the real\nfields of the struct.\n\n#[serde(tag = \"t\", content = \"c\")] \nUse the adjacently tagged enum representation for this enum, with the given\nfield names for the tag and content. See enum\nrepresentations for details on this representation.\n\n#[serde(untagged)] \nUse the untagged enum representation for this enum. See enum\nrepresentations for details on this representation.\n\n#[serde(bound = \"T: MyTrait\")] \nWhere-clause for the Serialize and Deserialize impls. This replaces any\ntrait bounds inferred by Serde.\nAllows specifying independent bounds for serialization vs deserialization:\n\n#[serde(bound(serialize = \"T: MySerTrait\"))]\n#[serde(bound(deserialize = \"T: MyDeTrait\"))]\n#[serde(bound(serialize = \"T: MySerTrait\", deserialize = \"T: MyDeTrait\"))]\n\n\n#[serde(default)] \nWhen deserializing, any missing fields should be filled in from the struct's\nimplementation of Default. Only allowed on structs.\n\n#[serde(default = \"path\")] \nWhen deserializing, any missing fields should be filled in from the object\nreturned by the given function or method. The function must be callable as\nfn() -> T. For example default = \"my_default\" would invoke my_default()\nand default = \"SomeTrait::some_default\" would invoke\nSomeTrait::some_default(). Only allowed on structs.\n\n#[serde(remote = \"...\")] \nThis is used for deriving Serialize and Deserialize for remote\ntypes.\n\n#[serde(transparent)] \nSerialize and deserialize a newtype struct or a braced struct with one field\nexactly the same as if its one field were serialized and deserialized by\nitself. Analogous to #[repr(transparent)].\n\n#[serde(from = \"FromType\")] \nDeserialize this type by deserializing into FromType, then converting. This\ntype must implement From, and FromType must implement\nDeserialize.\n\n#[serde(try_from = \"FromType\")] \nDeserialize this type by deserializing into FromType, then converting\nfallibly. This type must implement TryFrom with an error type that\nimplements Display, and FromType must implement Deserialize.\n\n#[serde(into = \"IntoType\")] \nSerialize this type by converting it into the specified IntoType and\nserializing that. This type must implement Clone and Into, and\nIntoType must implement Serialize.\n\n#[serde(crate = \"...\")] \nSpecify a path to the serde crate instance to use when referring to Serde\nAPIs from generated code. This is normally only applicable when invoking\nre-exported Serde derives from a public macro in a different crate.\n\n\n"},"variant-attrs.html":{"url":"variant-attrs.html","title":"Variant attributes","keywords":"","body":"Variant attributes\n\n#[serde(rename = \"name\")] \nSerialize and deserialize this variant with the given name instead of its Rust\nname.\nAllows specifying independent names for serialization vs deserialization:\n\n#[serde(rename(serialize = \"ser_name\"))]\n#[serde(rename(deserialize = \"de_name\"))]\n#[serde(rename(serialize = \"ser_name\", deserialize = \"de_name\"))]\n\n\n#[serde(alias = \"name\")] \nDeserialize this variant from the given name or from its Rust name. May be\nrepeated to specify multiple possible names for the same variant.\n\n#[serde(rename_all = \"...\")] \nRename all the fields of this struct variant according to the given case\nconvention. The possible values are \"lowercase\", \"UPPERCASE\",\n\"PascalCase\", \"camelCase\", \"snake_case\", \"SCREAMING_SNAKE_CASE\",\n\"kebab-case\", \"SCREAMING-KEBAB-CASE\".\nAllows specifying independent cases for serialization vs deserialization:\n\n#[serde(rename_all(serialize = \"...\"))]\n#[serde(rename_all(deserialize = \"...\"))]\n#[serde(rename_all(serialize = \"...\", deserialize = \"...\"))]\n\n\n#[serde(skip)] \nNever serialize or deserialize this variant.\n\n#[serde(skip_serializing)] \nNever serialize this variant. Trying to serialize this variant is treated as\nan error.\n\n#[serde(skip_deserializing)] \nNever deserialize this variant.\n\n#[serde(serialize_with = \"path\")] \nSerialize this variant using a function that is different from its\nimplementation of Serialize. The given function must be callable as\nfn(&FIELD0, &FIELD1, ..., S) -> Result where S:\nSerializer, although it may also be generic over the FIELD{n} types.\nVariants used with serialize_with are not required to be able to derive\nSerialize.\nFIELD{n} exists for every field of the variant. So a unit variant has just\nthe S argument, and tuple/struct variants have an argument for every field.\n\n#[serde(deserialize_with = \"path\")] \nDeserialize this variant using a function that is different from its\nimplementation of Deserialize. The given function must be callable as\nfn(D) -> Result where D: Deserializer,\nalthough it may also be generic over the elements of FIELDS. Variants used\nwith deserialize_with are not required be able to derive Deserialize.\nFIELDS is a tuple of all fields of the variant. A unit variant will have\n() as its FIELDS type.\n\n#[serde(with = \"module\")] \nCombination of serialize_with and deserialize_with. Serde will use\n$module::serialize as the serialize_with function and\n$module::deserialize as the deserialize_with function.\n\n#[serde(bound = \"T: MyTrait\")] \nWhere-clause for the Serialize and/or Deserialize impls. This replaces any\ntrait bounds inferred by Serde for the current variant.\nAllows specifying independent bounds for serialization vs deserialization:\n\n#[serde(bound(serialize = \"T: MySerTrait\"))]\n#[serde(bound(deserialize = \"T: MyDeTrait\"))]\n#[serde(bound(serialize = \"T: MySerTrait\", deserialize = \"T: MyDeTrait\"))]\n\n\n#[serde(borrow)] and #[serde(borrow = \"'a + 'b + ...\")] \nBorrow data for this field from the deserializer by using zero-copy\ndeserialization. See this example.\nOnly allowed on a newtype variant (a tuple variant with only one field).\n\n#[serde(other)] \nDeserialize this variant if the enum tag is anything other than the tag of one\nof the other variants in this enum. Only allowed on a unit variant inside of\nan internally tagged or adjacently tagged enum.\nFor example if we have an internally tagged enum with serde(tag = \"variant\")\ncontaining variants A, B, and Unknown marked serde(other), the\nUnknown variant would be deserialized any time the \"variant\" field of the\ninput is neither \"A\" nor \"B\".\n\n\n"},"field-attrs.html":{"url":"field-attrs.html","title":"Field attributes","keywords":"","body":"Field attributes\n\n#[serde(rename = \"name\")] \nSerialize and deserialize this field with the given name instead of its Rust\nname. This is useful for serializing fields as camelCase or\nserializing fields with names that are reserved Rust keywords.\nAllows specifying independent names for serialization vs deserialization:\n\n#[serde(rename(serialize = \"ser_name\"))]\n#[serde(rename(deserialize = \"de_name\"))]\n#[serde(rename(serialize = \"ser_name\", deserialize = \"de_name\"))]\n\n\n#[serde(alias = \"name\")] \nDeserialize this field from the given name or from its Rust name. May be\nrepeated to specify multiple possible names for the same field.\n\n#[serde(default)] \nIf the value is not present when deserializing, use the Default::default().\n\n#[serde(default = \"path\")] \nIf the value is not present when deserializing, call a function to get a\ndefault value. The given function must be callable as fn() -> T. For example\ndefault = \"empty_value\" would invoke empty_value() and default =\n\"SomeTrait::some_default\" would invoke SomeTrait::some_default().\n\n#[serde(flatten)] \nFlatten the contents of this field into the container it is defined in.\nThis removes one level of structure between the serialized representation and\nthe Rust data structure representation. It can be used for factoring common\nkeys into a shared structure, or for capturing remaining fields into a map\nwith arbitrary string keys. The struct flattening page\nprovides some examples.\nNote: this attribute is not supported in combination with structs that use\ndeny_unknown_fields. Neither the outer nor inner flattened struct should\nuse that attribute.\n\n\n\n#[serde(skip)] \nSkip this field: do not serialize or deserialize it.\nWhen deserializing, Serde will use Default::default() or the function\ngiven by default = \"...\" to get a default value for this field.\n\n#[serde(skip_serializing)] \nSkip this field when serializing, but not when deserializing.\n\n#[serde(skip_deserializing)] \nSkip this field when deserializing, but not when serializing.\nWhen deserializing, Serde will use Default::default() or the function\ngiven by default = \"...\" to get a default value for this field.\n\n#[serde(skip_serializing_if = \"path\")] \nCall a function to determine whether to skip serializing this field. The given\nfunction must be callable as fn(&T) -> bool, although it may be generic over\nT. For example skip_serializing_if = \"Option::is_none\" would skip an\nOption that is None.\n\n#[serde(serialize_with = \"path\")] \nSerialize this field using a function that is different from its\nimplementation of Serialize. The given function must be callable as\nfn(&T, S) -> Result where S: Serializer, although it\nmay also be generic over T. Fields used with serialize_with are not\nrequired to implement Serialize.\n\n#[serde(deserialize_with = \"path\")] \nDeserialize this field using a function that is different from its\nimplementation of Deserialize. The given function must be callable as\nfn(D) -> Result where D: Deserializer, although it\nmay also be generic over T. Fields used with deserialize_with are not\nrequired to implement Deserialize.\n\n#[serde(with = \"module\")] \nCombination of serialize_with and deserialize_with. Serde will use\n$module::serialize as the serialize_with function and\n$module::deserialize as the deserialize_with function.\n\n#[serde(borrow)] and #[serde(borrow = \"'a + 'b + ...\")] \nBorrow data for this field from the deserializer by using zero-copy\ndeserialization. See this example.\n\n#[serde(bound = \"T: MyTrait\")] \nWhere-clause for the Serialize and Deserialize impls. This replaces any\ntrait bounds inferred by Serde for the current field.\nAllows specifying independent bounds for serialization vs deserialization:\n\n#[serde(bound(serialize = \"T: MySerTrait\"))]\n#[serde(bound(deserialize = \"T: MyDeTrait\"))]\n#[serde(bound(serialize = \"T: MySerTrait\", deserialize = \"T: MyDeTrait\"))]\n\n\n#[serde(getter = \"...\")] \nThis is used when deriving Serialize for a remote type\nthat has one or more private fields.\n\n\n"},"custom-serialization.html":{"url":"custom-serialization.html","title":"Custom serialization","keywords":"","body":"Custom serialization\nSerde's derive macro through #[derive(Serialize, Deserialize)]\nprovides reasonable default serialization behavior for structs and enums and it\ncan be customized to some extent using attributes. For unusual\nneeds, Serde allows full customization of the serialization behavior by manually\nimplementing Serialize and Deserialize traits for your type.\nThe traits each have a single method:\npub trait Serialize {\n fn serialize(&self, serializer: S) -> Result\n where\n S: Serializer;\n}\n\npub trait Deserialize: Sized {\n fn deserialize(deserializer: D) -> Result\n where\n D: Deserializer;\n}\n\nThese methods are generic over the serialization format, represented by the\nSerializer and Deserializer traits. For example there is one Serializer\ntype for JSON and a different one for Postcard.\n\nImplementing Serialize\nImplementing Deserialize\n\n"},"impl-serialize.html":{"url":"impl-serialize.html","title":"Implementing Serialize","keywords":"","body":"Implementing Serialize\nThe Serialize trait looks like this:\npub trait Serialize {\n fn serialize(&self, serializer: S) -> Result\n where\n S: Serializer;\n}\n\nThis method's job is to take your type (&self) and map it into the Serde data\nmodel by invoking exactly one of the methods on the given Serializer.\nIn most cases Serde's derive is able to generate an appropriate implementation\nof Serialize for structs and enums defined in your crate. Should you need to\ncustomize the serialization behavior for a type in a way that derive does not\nsupport, you can implement Serialize yourself.\nSerializing a primitive\nAs the simplest example, here is the builtin Serialize impl for the primitive\ni32.\nimpl Serialize for i32 {\n fn serialize(&self, serializer: S) -> Result\n where\n S: Serializer,\n {\n serializer.serialize_i32(*self)\n }\n}\n\nSerde provides such impls for all of Rust's primitive types so you are not\nresponsible for implementing them yourself, but serialize_i32 and similar\nmethods may be useful if you have a type that needs to be represented as a\nprimitive in its serialized form. For example you could serialize a C-like enum\nas a primitive number.\nSerializing a sequence or map\nCompound types follow a three-step process of init, elements, end.\nuse serde::ser::{Serialize, Serializer, SerializeSeq, SerializeMap};\n\nimpl Serialize for Vec\nwhere\n T: Serialize,\n{\n fn serialize(&self, serializer: S) -> Result\n where\n S: Serializer,\n {\n let mut seq = serializer.serialize_seq(Some(self.len()))?;\n for e in self {\n seq.serialize_element(e)?;\n }\n seq.end()\n }\n}\n\nimpl Serialize for MyMap\nwhere\n K: Serialize,\n V: Serialize,\n{\n fn serialize(&self, serializer: S) -> Result\n where\n S: Serializer,\n {\n let mut map = serializer.serialize_map(Some(self.len()))?;\n for (k, v) in self {\n map.serialize_entry(k, v)?;\n }\n map.end()\n }\n}\n\nSerializing a tuple\nThe serialize_tuple method is a lot like serialize_seq. The distinction\nSerde makes is that serialize_tuple is for sequences where the length does not\nneed to be serialized because it will be known at deserialization time. The\nusual examples are Rust tuples and arrays. In non-self-describing formats a\nVec needs to be serialized with its length in order to be able to\ndeserialize a Vec back out. But a [T; 16] can be serialized using\nserialize_tuple because the length will be known at deserialization time\nwithout looking at the serialized bytes.\nSerializing a struct\nSerde distinguishes between four types of structs. Ordinary structs and tuple\nstructs follow the three-step process of init, elements, end just like a\nsequence or map. Newtype structs and unit structs are more like primitives.\n// An ordinary struct. Use three-step process:\n// 1. serialize_struct\n// 2. serialize_field\n// 3. end\nstruct Color {\n r: u8,\n g: u8,\n b: u8,\n}\n\n// A tuple struct. Use three-step process:\n// 1. serialize_tuple_struct\n// 2. serialize_field\n// 3. end\nstruct Point2D(f64, f64);\n\n// A newtype struct. Use serialize_newtype_struct.\nstruct Inches(u64);\n\n// A unit struct. Use serialize_unit_struct.\nstruct Instance;\n\nStructs and maps may look similar in some formats, including JSON. The\ndistinction Serde makes is that structs have keys that are compile-time constant\nstrings and will be known at deserialization time without looking at the\nserialized data. This condition enables some data formats to handle structs much\nmore efficiently and compactly than maps.\nData formats are encouraged to treat newtype structs as insignificant wrappers\naround the inner value, serializing just the inner value. See for example\nJSON's treatment of newtype structs.\nuse serde::ser::{Serialize, Serializer, SerializeStruct};\n\nstruct Color {\n r: u8,\n g: u8,\n b: u8,\n}\n\nimpl Serialize for Color {\n fn serialize(&self, serializer: S) -> Result\n where\n S: Serializer,\n {\n // 3 is the number of fields in the struct.\n let mut state = serializer.serialize_struct(\"Color\", 3)?;\n state.serialize_field(\"r\", &self.r)?;\n state.serialize_field(\"g\", &self.g)?;\n state.serialize_field(\"b\", &self.b)?;\n state.end()\n }\n}\n\nSerializing an enum\nSerializing enum variants is very similar to serializing structs.\nenum E {\n // Use three-step process:\n // 1. serialize_struct_variant\n // 2. serialize_field\n // 3. end\n Color { r: u8, g: u8, b: u8 },\n\n // Use three-step process:\n // 1. serialize_tuple_variant\n // 2. serialize_field\n // 3. end\n Point2D(f64, f64),\n\n // Use serialize_newtype_variant.\n Inches(u64),\n\n // Use serialize_unit_variant.\n Instance,\n}\n\nOther special cases\nThere are two more special cases that are part of the Serializer trait.\nThere is a method serialize_bytes which serializes a &[u8]. Some formats\ntreat bytes like any other seq, but some formats are able to serialize bytes\nmore compactly. Currently Serde does not use serialize_bytes in the\nSerialize impl for &[u8] or Vec but once specialization lands in\nstable Rust we will begin using it. For now the serde_bytes crate can be\nused to enable efficient handling of &[u8] and Vec through\nserialize_bytes.\nFinally, serialize_some and serialize_none correspond to Option::Some and\nOption::None. Users tend to have different expectations around the Option\nenum compared to other enums. Serde JSON will serialize Option::None as null\nand Option::Some as just the contained value.\n"},"impl-deserialize.html":{"url":"impl-deserialize.html","title":"Implementing Deserialize","keywords":"","body":"Implementing Deserialize\nThe Deserialize trait looks like this:\npub trait Deserialize: Sized {\n fn deserialize(deserializer: D) -> Result\n where\n D: Deserializer;\n}\n\nThis method's job is to map the type into the Serde data model by providing\nthe Deserializer with a Visitor that can be driven by the Deserializer\nto construct an instance of your type.\nIn most cases Serde's derive is able to generate an appropriate implementation\nof Deserialize for structs and enums defined in your crate. Should you need to\ncustomize the deserialization behavior for a type in a way that derive does not\nsupport, you can implement Deserialize yourself. Implementing Deserialize\nfor a type tends to be more complicated than implementing Serialize.\nThe Deserializer trait supports two entry point styles which enables different\nkinds of deserialization.\n\nThe deserialize_any method. Self-describing data formats like JSON are able\nto look at the serialized data and tell what it represents. For example the\nJSON deserializer may see an opening curly brace ({) and know that it is\nseeing a map. If the data format supports Deserializer::deserialize_any, it\nwill drive the Visitor using whatever type it sees in the input. JSON uses\nthis approach when deserializing serde_json::Value which is an enum that\ncan represent any JSON document. Without knowing what is in a JSON document,\nwe can deserialize it to serde_json::Value by going through\nDeserializer::deserialize_any.\n\nThe various other deserialize_* methods. Non-self-describing formats like\nPostcard need to be told what is in the input in order to deserialize it. The\ndeserialize_* methods are hints to the deserializer for how to interpret\nthe next piece of input. Non-self-describing formats are not able to\ndeserialize something like serde_json::Value which relies on\nDeserializer::deserialize_any.\n\n\nWhen implementing Deserialize, you should avoid relying on\nDeserializer::deserialize_any unless you need to be told by the Deserializer\nwhat type is in the input. Know that relying on Deserializer::deserialize_any\nmeans your data type will be able to deserialize from self-describing formats\nonly, ruling out Postcard and many others.\nThe Visitor trait\nA Visitor is instantiated by a Deserialize impl and passed to a\nDeserializer. The Deserializer then calls a method on the Visitor in order\nto construct the desired type.\nHere is a Visitor that is able to deserialize a primitive i32 from a variety\nof types.\nuse std::fmt;\n\nuse serde::de::{self, Visitor};\n\nstruct I32Visitor;\n\nimpl Visitor for I32Visitor {\n type Value = i32;\n\n fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result {\n formatter.write_str(\"an integer between -2^31 and 2^31\")\n }\n\n fn visit_i8(self, value: i8) -> Result\n where\n E: de::Error,\n {\n Ok(i32::from(value))\n }\n\n fn visit_i32(self, value: i32) -> Result\n where\n E: de::Error,\n {\n Ok(value)\n }\n\n fn visit_i64(self, value: i64) -> Result\n where\n E: de::Error,\n {\n use std::i32;\n if value >= i64::from(i32::MIN) && value \nThe Visitor trait has lots more methods that are not implemented for\nI32Visitor. Leaving them unimplemented means a type error is returned if\nthey get called. For example I32Visitor does not implement\nVisitor::visit_map, so trying to deserialize an i32 when the input contains a\nmap is a type error.\nDriving a Visitor\nDeserialize a value by passing a Visitor to the given Deserializer. The\nDeserializer will call one of the Visitor methods depending on the input\ndata, which is known as \"driving\" the Visitor.\nimpl Deserialize for i32 {\n fn deserialize(deserializer: D) -> Result\n where\n D: Deserializer,\n {\n deserializer.deserialize_i32(I32Visitor)\n }\n}\n\nNote that a Deserializer will not necessarily follow the type hint, so the\ncall to deserialize_i32 does not necessarily mean the Deserializer will call\nI32Visitor::visit_i32. For example JSON treats all signed integer types alike.\nThe JSON Deserializer will call visit_i64 for any signed integer and\nvisit_u64 for any unsigned integer, even if hinted a different type.\nOther examples\n\nDeserializing a map\nDeserializing a struct\n\n"},"unit-testing.html":{"url":"unit-testing.html","title":"Unit testing","keywords":"","body":"Unit testing\nThe serde_test crate provides a convenient\nconcise way to write unit tests for implementations of Serialize and\nDeserialize.\nThe Serialize impl for a value can be characterized by the sequence of\nSerializer calls\nthat are made in the course of serializing the value, so serde_test provides a\nToken abstraction\nwhich corresponds roughly to Serializer method calls. It provides an\nassert_ser_tokens function to test that a value serializes into a particular\nsequence of method calls, an assert_de_tokens function to test that a value\ncan be deserialized from a particular sequence of method calls, and an\nassert_tokens function to test both directions. It also provides functions to\ntest expected failure conditions.\nHere is an example from the\nlinked-hash-map crate.\nuse linked_hash_map::LinkedHashMap;\nuse serde_test::{Token, assert_tokens};\n\n#[test]\nfn test_ser_de_empty() {\n let map = LinkedHashMap::::new();\n\n assert_tokens(&map, &[\n Token::Map { len: Some(0) },\n Token::MapEnd,\n ]);\n}\n\n#[test]\nfn test_ser_de() {\n let mut map = LinkedHashMap::new();\n map.insert('b', 20);\n map.insert('a', 10);\n map.insert('c', 30);\n\n assert_tokens(&map, &[\n Token::Map { len: Some(3) },\n Token::Char('b'),\n Token::I32(20),\n\n Token::Char('a'),\n Token::I32(10),\n\n Token::Char('c'),\n Token::I32(30),\n Token::MapEnd,\n ]);\n}\n\n"},"data-format.html":{"url":"data-format.html","title":"Writing a data format","keywords":"","body":"Writing a data format\nThe most important thing to understand before writing a data format is that\nSerde is not a parsing library. Nothing in Serde is going to help you parse\nwhatever format you are implementing. The role of Serde is very specific:\n\nSerialization — taking arbitrary data structures from the user and\nrendering them in the format with maximum efficiency.\nDeserialization — interpreting the data that you parse into data\nstructures of the user's choice with maximum efficiency.\n\nParsing is neither of these things and you will either be writing parsing code\nfrom scratch or using a parsing library to implement your Deserializer.\nThe second most important thing to understand is the Serde data model.\nThe following pages walk through a basic but functional JSON serializer and\ndeserializer implemented using Serde.\n\nConventions for what to export at the root of the crate\nSerde error traits and error handling\nImplementing a Serializer\nImplementing a Deserializer\n\nYou can find these four source files all together as a buildable crate in this\nGitHub repository.\n"},"conventions.html":{"url":"conventions.html","title":"Conventions","keywords":"","body":"Conventions\nBy convention a Serde data format crate provides the following in the root\nmodule or re-exported from the root module:\n\nAn Error type common to both serialization and deserialization.\nA Result typedef which is equivalent to std::result::Result.\nA Serializer type which implements serde::Serializer.\nA Deserializer type which implements serde::Deserializer.\nOne or more to_abc functions depending on what types the format supports\nserializing to. For example to_string which returns a String, to_bytes which\nreturns a Vec, or to_writer which writes into an io::Write.\nOne or more from_xyz functions depending on what types the format supports\ndeserializing from. For example from_str which takes a &str, from_bytes\nwhich takes a &[u8], or from_reader which takes an io::Read.\n\nIn addition, formats that provide serialization-specific or\ndeserialization-specific APIs beyond Serializer and Deserializer should expose\nthose under top-level ser and de modules. For example serde_json provides a\npluggable pretty-printer trait as serde_json::ser::Formatter.\nA basic data format begins like this. The three modules are discussed in more\ndetail on the following pages.\nsrc/lib.rs\nmod de;\nmod error;\nmod ser;\n\npub use de::{from_str, Deserializer};\npub use error::{Error, Result};\npub use ser::{to_string, Serializer};\n\n"},"error-handling.html":{"url":"error-handling.html","title":"Error handling","keywords":"","body":"Error handling\nDuring serialization, the Serialize trait maps a Rust data structure into\nSerde's data model and the Serializer trait maps the data model into the\noutput format. During deserialization, the Deserializer maps the input data\ninto Serde's data model and the Deserialize and Visitor traits map the\ndata model into the resulting data structure. Any of these steps can fail.\n\nSerialize can fail, for example when a Mutex is being serialized and\nthe mutex happens to be poisoned.\nSerializer can fail, for example the Serde data model allows maps with\nnon-string keys but JSON does not.\nDeserializer can fail, especially if the input data is syntactically\ninvalid.\nDeserialize can fail, usually because the input is the wrong type for the\nvalue it is being deserialized into.\n\nIn Serde, errors from the Serializer and Deserializer work just like they\nwould in any other Rust library. The crate defines an error type, public\nfunctions return a Result with that error type, and there are variants for the\nvarious possible failure modes.\nHandling of errors from the Serialize and Deserialize, the data structure\nbeing processed by the library, is built around the ser::Error and\nde::Error traits. These traits allow the data format to expose constructors\nfor its error type for the data structure to use in various situations.\nsrc/error.rs\nuse std;\nuse std::fmt::{self, Display};\n\nuse serde::{de, ser};\n\npub type Result = std::result::Result;\n\n// This is a bare-bones implementation. A real library would provide additional\n// information in its error type, for example the line and column at which the\n// error occurred, the byte offset into the input, or the current key being\n// processed.\n#[derive(Debug)]\npub enum Error {\n // One or more variants that can be created by data structures through the\n // `ser::Error` and `de::Error` traits. For example the Serialize impl for\n // Mutex might return an error because the mutex is poisoned, or the\n // Deserialize impl for a struct may return an error because a required\n // field is missing.\n Message(String),\n\n // Zero or more variants that can be created directly by the Serializer and\n // Deserializer without going through `ser::Error` and `de::Error`. These\n // are specific to the format, in this case JSON.\n Eof,\n Syntax,\n ExpectedBoolean,\n ExpectedInteger,\n ExpectedString,\n ExpectedNull,\n ExpectedArray,\n ExpectedArrayComma,\n ExpectedArrayEnd,\n ExpectedMap,\n ExpectedMapColon,\n ExpectedMapComma,\n ExpectedMapEnd,\n ExpectedEnum,\n TrailingCharacters,\n}\n\nimpl ser::Error for Error {\n fn custom(msg: T) -> Self {\n Error::Message(msg.to_string())\n }\n}\n\nimpl de::Error for Error {\n fn custom(msg: T) -> Self {\n Error::Message(msg.to_string())\n }\n}\n\nimpl Display for Error {\n fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result {\n match self {\n Error::Message(msg) => formatter.write_str(msg),\n Error::Eof => formatter.write_str(\"unexpected end of input\"),\n /* and so forth */\n }\n }\n}\n\nimpl std::error::Error for Error {}\n\n"},"impl-serializer.html":{"url":"impl-serializer.html","title":"Implementing a Serializer","keywords":"","body":"Implementing a Serializer\nThis page gives a basic but functional implementation of a JSON serializer using\nSerde.\nThe Serializer trait has a lot of methods but none of the ones in this\nimplementation are complicated. Each method corresponds to one of the types of\nthe Serde data model. The serializer is responsible for mapping the data model\ninto the output representation, in this case JSON.\nRefer to the rustdoc of the Serializer trait for examples of how each method\nis used.\nsrc/ser.rs\nuse serde::{ser, Serialize};\n\nuse error::{Error, Result};\n\npub struct Serializer {\n // This string starts empty and JSON is appended as values are serialized.\n output: String,\n}\n\n// By convention, the public API of a Serde serializer is one or more `to_abc`\n// functions such as `to_string`, `to_bytes`, or `to_writer` depending on what\n// Rust types the serializer is able to produce as output.\n//\n// This basic serializer supports only `to_string`.\npub fn to_string(value: &T) -> Result\nwhere\n T: Serialize,\n{\n let mut serializer = Serializer {\n output: String::new(),\n };\n value.serialize(&mut serializer)?;\n Ok(serializer.output)\n}\n\nimpl ser::Serializer for &'a mut Serializer {\n // The output type produced by this `Serializer` during successful\n // serialization. Most serializers that produce text or binary output should\n // set `Ok = ()` and serialize into an `io::Write` or buffer contained\n // within the `Serializer` instance, as happens here. Serializers that build\n // in-memory data structures may be simplified by using `Ok` to propagate\n // the data structure around.\n type Ok = ();\n\n // The error type when some error occurs during serialization.\n type Error = Error;\n\n // Associated types for keeping track of additional state while serializing\n // compound data structures like sequences and maps. In this case no\n // additional state is required beyond what is already stored in the\n // Serializer struct.\n type SerializeSeq = Self;\n type SerializeTuple = Self;\n type SerializeTupleStruct = Self;\n type SerializeTupleVariant = Self;\n type SerializeMap = Self;\n type SerializeStruct = Self;\n type SerializeStructVariant = Self;\n\n // Here we go with the simple methods. The following 12 methods receive one\n // of the primitive types of the data model and map it to JSON by appending\n // into the output string.\n fn serialize_bool(self, v: bool) -> Result {\n self.output += if v { \"true\" } else { \"false\" };\n Ok(())\n }\n\n // JSON does not distinguish between different sizes of integers, so all\n // signed integers will be serialized the same and all unsigned integers\n // will be serialized the same. Other formats, especially compact binary\n // formats, may need independent logic for the different sizes.\n fn serialize_i8(self, v: i8) -> Result {\n self.serialize_i64(i64::from(v))\n }\n\n fn serialize_i16(self, v: i16) -> Result {\n self.serialize_i64(i64::from(v))\n }\n\n fn serialize_i32(self, v: i32) -> Result {\n self.serialize_i64(i64::from(v))\n }\n\n // Not particularly efficient but this is example code anyway. A more\n // performant approach would be to use the `itoa` crate.\n fn serialize_i64(self, v: i64) -> Result {\n self.output += &v.to_string();\n Ok(())\n }\n\n fn serialize_u8(self, v: u8) -> Result {\n self.serialize_u64(u64::from(v))\n }\n\n fn serialize_u16(self, v: u16) -> Result {\n self.serialize_u64(u64::from(v))\n }\n\n fn serialize_u32(self, v: u32) -> Result {\n self.serialize_u64(u64::from(v))\n }\n\n fn serialize_u64(self, v: u64) -> Result {\n self.output += &v.to_string();\n Ok(())\n }\n\n fn serialize_f32(self, v: f32) -> Result {\n self.serialize_f64(f64::from(v))\n }\n\n fn serialize_f64(self, v: f64) -> Result {\n self.output += &v.to_string();\n Ok(())\n }\n\n // Serialize a char as a single-character string. Other formats may\n // represent this differently.\n fn serialize_char(self, v: char) -> Result {\n self.serialize_str(&v.to_string())\n }\n\n // This only works for strings that don't require escape sequences but you\n // get the idea. For example it would emit invalid JSON if the input string\n // contains a '\"' character.\n fn serialize_str(self, v: &str) -> Result {\n self.output += \"\\\"\";\n self.output += v;\n self.output += \"\\\"\";\n Ok(())\n }\n\n // Serialize a byte array as an array of bytes. Could also use a base64\n // string here. Binary formats will typically represent byte arrays more\n // compactly.\n fn serialize_bytes(self, v: &[u8]) -> Result {\n use serde::ser::SerializeSeq;\n let mut seq = self.serialize_seq(Some(v.len()))?;\n for byte in v {\n seq.serialize_element(byte)?;\n }\n seq.end()\n }\n\n // An absent optional is represented as the JSON `null`.\n fn serialize_none(self) -> Result {\n self.serialize_unit()\n }\n\n // A present optional is represented as just the contained value. Note that\n // this is a lossy representation. For example the values `Some(())` and\n // `None` both serialize as just `null`. Unfortunately this is typically\n // what people expect when working with JSON. Other formats are encouraged\n // to behave more intelligently if possible.\n fn serialize_some(self, value: &T) -> Result\n where\n T: ?Sized + Serialize,\n {\n value.serialize(self)\n }\n\n // In Serde, unit means an anonymous value containing no data. Map this to\n // JSON as `null`.\n fn serialize_unit(self) -> Result {\n self.output += \"null\";\n Ok(())\n }\n\n // Unit struct means a named value containing no data. Again, since there is\n // no data, map this to JSON as `null`. There is no need to serialize the\n // name in most formats.\n fn serialize_unit_struct(self, _name: &'static str) -> Result {\n self.serialize_unit()\n }\n\n // When serializing a unit variant (or any other kind of variant), formats\n // can choose whether to keep track of it by index or by name. Binary\n // formats typically use the index of the variant and human-readable formats\n // typically use the name.\n fn serialize_unit_variant(\n self,\n _name: &'static str,\n _variant_index: u32,\n variant: &'static str,\n ) -> Result {\n self.serialize_str(variant)\n }\n\n // As is done here, serializers are encouraged to treat newtype structs as\n // insignificant wrappers around the data they contain.\n fn serialize_newtype_struct(\n self,\n _name: &'static str,\n value: &T,\n ) -> Result\n where\n T: ?Sized + Serialize,\n {\n value.serialize(self)\n }\n\n // Note that newtype variant (and all of the other variant serialization\n // methods) refer exclusively to the \"externally tagged\" enum\n // representation.\n //\n // Serialize this to JSON in externally tagged form as `{ NAME: VALUE }`.\n fn serialize_newtype_variant(\n self,\n _name: &'static str,\n _variant_index: u32,\n variant: &'static str,\n value: &T,\n ) -> Result\n where\n T: ?Sized + Serialize,\n {\n self.output += \"{\";\n variant.serialize(&mut *self)?;\n self.output += \":\";\n value.serialize(&mut *self)?;\n self.output += \"}\";\n Ok(())\n }\n\n // Now we get to the serialization of compound types.\n //\n // The start of the sequence, each value, and the end are three separate\n // method calls. This one is responsible only for serializing the start,\n // which in JSON is `[`.\n //\n // The length of the sequence may or may not be known ahead of time. This\n // doesn't make a difference in JSON because the length is not represented\n // explicitly in the serialized form. Some serializers may only be able to\n // support sequences for which the length is known up front.\n fn serialize_seq(self, _len: Option) -> Result {\n self.output += \"[\";\n Ok(self)\n }\n\n // Tuples look just like sequences in JSON. Some formats may be able to\n // represent tuples more efficiently by omitting the length, since tuple\n // means that the corresponding `Deserialize implementation will know the\n // length without needing to look at the serialized data.\n fn serialize_tuple(self, len: usize) -> Result {\n self.serialize_seq(Some(len))\n }\n\n // Tuple structs look just like sequences in JSON.\n fn serialize_tuple_struct(\n self,\n _name: &'static str,\n len: usize,\n ) -> Result {\n self.serialize_seq(Some(len))\n }\n\n // Tuple variants are represented in JSON as `{ NAME: [DATA...] }`. Again\n // this method is only responsible for the externally tagged representation.\n fn serialize_tuple_variant(\n self,\n _name: &'static str,\n _variant_index: u32,\n variant: &'static str,\n _len: usize,\n ) -> Result {\n self.output += \"{\";\n variant.serialize(&mut *self)?;\n self.output += \":[\";\n Ok(self)\n }\n\n // Maps are represented in JSON as `{ K: V, K: V, ... }`.\n fn serialize_map(self, _len: Option) -> Result {\n self.output += \"{\";\n Ok(self)\n }\n\n // Structs look just like maps in JSON. In particular, JSON requires that we\n // serialize the field names of the struct. Other formats may be able to\n // omit the field names when serializing structs because the corresponding\n // Deserialize implementation is required to know what the keys are without\n // looking at the serialized data.\n fn serialize_struct(\n self,\n _name: &'static str,\n len: usize,\n ) -> Result {\n self.serialize_map(Some(len))\n }\n\n // Struct variants are represented in JSON as `{ NAME: { K: V, ... } }`.\n // This is the externally tagged representation.\n fn serialize_struct_variant(\n self,\n _name: &'static str,\n _variant_index: u32,\n variant: &'static str,\n _len: usize,\n ) -> Result {\n self.output += \"{\";\n variant.serialize(&mut *self)?;\n self.output += \":{\";\n Ok(self)\n }\n}\n\n// The following 7 impls deal with the serialization of compound types like\n// sequences and maps. Serialization of such types is begun by a Serializer\n// method and followed by zero or more calls to serialize individual elements of\n// the compound type and one call to end the compound type.\n//\n// This impl is SerializeSeq so these methods are called after `serialize_seq`\n// is called on the Serializer.\nimpl ser::SerializeSeq for &'a mut Serializer {\n // Must match the `Ok` type of the serializer.\n type Ok = ();\n // Must match the `Error` type of the serializer.\n type Error = Error;\n\n // Serialize a single element of the sequence.\n fn serialize_element(&mut self, value: &T) -> Result\n where\n T: ?Sized + Serialize,\n {\n if !self.output.ends_with('[') {\n self.output += \",\";\n }\n value.serialize(&mut **self)\n }\n\n // Close the sequence.\n fn end(self) -> Result {\n self.output += \"]\";\n Ok(())\n }\n}\n\n// Same thing but for tuples.\nimpl ser::SerializeTuple for &'a mut Serializer {\n type Ok = ();\n type Error = Error;\n\n fn serialize_element(&mut self, value: &T) -> Result\n where\n T: ?Sized + Serialize,\n {\n if !self.output.ends_with('[') {\n self.output += \",\";\n }\n value.serialize(&mut **self)\n }\n\n fn end(self) -> Result {\n self.output += \"]\";\n Ok(())\n }\n}\n\n// Same thing but for tuple structs.\nimpl ser::SerializeTupleStruct for &'a mut Serializer {\n type Ok = ();\n type Error = Error;\n\n fn serialize_field(&mut self, value: &T) -> Result\n where\n T: ?Sized + Serialize,\n {\n if !self.output.ends_with('[') {\n self.output += \",\";\n }\n value.serialize(&mut **self)\n }\n\n fn end(self) -> Result {\n self.output += \"]\";\n Ok(())\n }\n}\n\n// Tuple variants are a little different. Refer back to the\n// `serialize_tuple_variant` method above:\n//\n// self.output += \"{\";\n// variant.serialize(&mut *self)?;\n// self.output += \":[\";\n//\n// So the `end` method in this impl is responsible for closing both the `]` and\n// the `}`.\nimpl ser::SerializeTupleVariant for &'a mut Serializer {\n type Ok = ();\n type Error = Error;\n\n fn serialize_field(&mut self, value: &T) -> Result\n where\n T: ?Sized + Serialize,\n {\n if !self.output.ends_with('[') {\n self.output += \",\";\n }\n value.serialize(&mut **self)\n }\n\n fn end(self) -> Result {\n self.output += \"]}\";\n Ok(())\n }\n}\n\n// Some `Serialize` types are not able to hold a key and value in memory at the\n// same time so `SerializeMap` implementations are required to support\n// `serialize_key` and `serialize_value` individually.\n//\n// There is a third optional method on the `SerializeMap` trait. The\n// `serialize_entry` method allows serializers to optimize for the case where\n// key and value are both available simultaneously. In JSON it doesn't make a\n// difference so the default behavior for `serialize_entry` is fine.\nimpl ser::SerializeMap for &'a mut Serializer {\n type Ok = ();\n type Error = Error;\n\n // The Serde data model allows map keys to be any serializable type. JSON\n // only allows string keys so the implementation below will produce invalid\n // JSON if the key serializes as something other than a string.\n //\n // A real JSON serializer would need to validate that map keys are strings.\n // This can be done by using a different Serializer to serialize the key\n // (instead of `&mut **self`) and having that other serializer only\n // implement `serialize_str` and return an error on any other data type.\n fn serialize_key(&mut self, key: &T) -> Result\n where\n T: ?Sized + Serialize,\n {\n if !self.output.ends_with('{') {\n self.output += \",\";\n }\n key.serialize(&mut **self)\n }\n\n // It doesn't make a difference whether the colon is printed at the end of\n // `serialize_key` or at the beginning of `serialize_value`. In this case\n // the code is a bit simpler having it here.\n fn serialize_value(&mut self, value: &T) -> Result\n where\n T: ?Sized + Serialize,\n {\n self.output += \":\";\n value.serialize(&mut **self)\n }\n\n fn end(self) -> Result {\n self.output += \"}\";\n Ok(())\n }\n}\n\n// Structs are like maps in which the keys are constrained to be compile-time\n// constant strings.\nimpl ser::SerializeStruct for &'a mut Serializer {\n type Ok = ();\n type Error = Error;\n\n fn serialize_field(&mut self, key: &'static str, value: &T) -> Result\n where\n T: ?Sized + Serialize,\n {\n if !self.output.ends_with('{') {\n self.output += \",\";\n }\n key.serialize(&mut **self)?;\n self.output += \":\";\n value.serialize(&mut **self)\n }\n\n fn end(self) -> Result {\n self.output += \"}\";\n Ok(())\n }\n}\n\n// Similar to `SerializeTupleVariant`, here the `end` method is responsible for\n// closing both of the curly braces opened by `serialize_struct_variant`.\nimpl ser::SerializeStructVariant for &'a mut Serializer {\n type Ok = ();\n type Error = Error;\n\n fn serialize_field(&mut self, key: &'static str, value: &T) -> Result\n where\n T: ?Sized + Serialize,\n {\n if !self.output.ends_with('{') {\n self.output += \",\";\n }\n key.serialize(&mut **self)?;\n self.output += \":\";\n value.serialize(&mut **self)\n }\n\n fn end(self) -> Result {\n self.output += \"}}\";\n Ok(())\n }\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\n#[test]\nfn test_struct() {\n #[derive(Serialize)]\n struct Test {\n int: u32,\n seq: Vec,\n }\n\n let test = Test {\n int: 1,\n seq: vec![\"a\", \"b\"],\n };\n let expected = r#\"{\"int\":1,\"seq\":[\"a\",\"b\"]}\"#;\n assert_eq!(to_string(&test).unwrap(), expected);\n}\n\n#[test]\nfn test_enum() {\n #[derive(Serialize)]\n enum E {\n Unit,\n Newtype(u32),\n Tuple(u32, u32),\n Struct { a: u32 },\n }\n\n let u = E::Unit;\n let expected = r#\"\"Unit\"\"#;\n assert_eq!(to_string(&u).unwrap(), expected);\n\n let n = E::Newtype(1);\n let expected = r#\"{\"Newtype\":1}\"#;\n assert_eq!(to_string(&n).unwrap(), expected);\n\n let t = E::Tuple(1, 2);\n let expected = r#\"{\"Tuple\":[1,2]}\"#;\n assert_eq!(to_string(&t).unwrap(), expected);\n\n let s = E::Struct { a: 1 };\n let expected = r#\"{\"Struct\":{\"a\":1}}\"#;\n assert_eq!(to_string(&s).unwrap(), expected);\n}\n\n"},"impl-deserializer.html":{"url":"impl-deserializer.html","title":"Implementing a Deserializer","keywords":"","body":"Implementing a Deserializer\nThis page gives a basic but functional implementation of a JSON deserializer\nusing Serde.\nAs with the serializer, the Deserializer trait has a lot of methods but none\nof them are complicated in this implementation. The deserializer is responsible\nfor mapping the input data into Serde's data model by invoking exactly one of\nthe methods on the Visitor that it receives.\nThe Deserializer methods are called by a Deserialize impl as a hint to\nindicate what Serde data model type the Deserialize type expects to see in the\ninput. For self-describing formats like JSON, it is fine for the Deserializer\nto ignore this hint and just call whichever Visitor method corresponds to the\ncontent of the input data. Other formats, especially compact binary formats like\nPostcard, rely on the hint to determine how the input data is to be interpreted.\nSelf-describing formats can save a lot of code by using the\nforward_to_deserialize_any! macro to ignore hints and forward some or all of\nthe methods of the Deserializer trait to the deserialize_any method.\nThe code below implements every method explicitly for documentation purposes but\nthere is no advantage to that.\nDeserializer lifetimes have their own dedicated page.\nsrc/de.rs\nuse std::ops::{AddAssign, MulAssign, Neg};\n\nuse serde::Deserialize;\nuse serde::de::{\n self, DeserializeSeed, EnumAccess, IntoDeserializer, MapAccess, SeqAccess,\n VariantAccess, Visitor,\n};\n\nuse error::{Error, Result};\n\npub struct Deserializer {\n // This string starts with the input data and characters are truncated off\n // the beginning as data is parsed.\n input: &'de str,\n}\n\nimpl Deserializer {\n // By convention, `Deserializer` constructors are named like `from_xyz`.\n // That way basic use cases are satisfied by something like\n // `serde_json::from_str(...)` while advanced use cases that require a\n // deserializer can make one with `serde_json::Deserializer::from_str(...)`.\n pub fn from_str(input: &'de str) -> Self {\n Deserializer { input }\n }\n}\n\n// By convention, the public API of a Serde deserializer is one or more\n// `from_xyz` methods such as `from_str`, `from_bytes`, or `from_reader`\n// depending on what Rust types the deserializer is able to consume as input.\n//\n// This basic deserializer supports only `from_str`.\npub fn from_str(s: &'a str) -> Result\nwhere\n T: Deserialize,\n{\n let mut deserializer = Deserializer::from_str(s);\n let t = T::deserialize(&mut deserializer)?;\n if deserializer.input.is_empty() {\n Ok(t)\n } else {\n Err(Error::TrailingCharacters)\n }\n}\n\n// SERDE IS NOT A PARSING LIBRARY. This impl block defines a few basic parsing\n// functions from scratch. More complicated formats may wish to use a dedicated\n// parsing library to help implement their Serde deserializer.\nimpl Deserializer {\n // Look at the first character in the input without consuming it.\n fn peek_char(&mut self) -> Result {\n self.input.chars().next().ok_or(Error::Eof)\n }\n\n // Consume the first character in the input.\n fn next_char(&mut self) -> Result {\n let ch = self.peek_char()?;\n self.input = &self.input[ch.len_utf8()..];\n Ok(ch)\n }\n\n // Parse the JSON identifier `true` or `false`.\n fn parse_bool(&mut self) -> Result {\n if self.input.starts_with(\"true\") {\n self.input = &self.input[\"true\".len()..];\n Ok(true)\n } else if self.input.starts_with(\"false\") {\n self.input = &self.input[\"false\".len()..];\n Ok(false)\n } else {\n Err(Error::ExpectedBoolean)\n }\n }\n\n // Parse a group of decimal digits as an unsigned integer of type T.\n //\n // This implementation is a bit too lenient, for example `001` is not\n // allowed in JSON. Also the various arithmetic operations can overflow and\n // panic or return bogus data. But it is good enough for example code!\n fn parse_unsigned(&mut self) -> Result\n where\n T: AddAssign + MulAssign + From,\n {\n let mut int = match self.next_char()? {\n ch @ '0'..='9' => T::from(ch as u8 - b'0'),\n _ => {\n return Err(Error::ExpectedInteger);\n }\n };\n loop {\n match self.input.chars().next() {\n Some(ch @ '0'..='9') => {\n self.input = &self.input[1..];\n int *= T::from(10);\n int += T::from(ch as u8 - b'0');\n }\n _ => {\n return Ok(int);\n }\n }\n }\n }\n\n // Parse a possible minus sign followed by a group of decimal digits as a\n // signed integer of type T.\n fn parse_signed(&mut self) -> Result\n where\n T: Neg + AddAssign + MulAssign + From,\n {\n // Optional minus sign, delegate to `parse_unsigned`, negate if negative.\n unimplemented!()\n }\n\n // Parse a string until the next '\"' character.\n //\n // Makes no attempt to handle escape sequences. What did you expect? This is\n // example code!\n fn parse_string(&mut self) -> Result {\n if self.next_char()? != '\"' {\n return Err(Error::ExpectedString);\n }\n match self.input.find('\"') {\n Some(len) => {\n let s = &self.input[..len];\n self.input = &self.input[len + 1..];\n Ok(s)\n }\n None => Err(Error::Eof),\n }\n }\n}\n\nimpl de::Deserializer for &'a mut Deserializer {\n type Error = Error;\n\n // Look at the input data to decide what Serde data model type to\n // deserialize as. Not all data formats are able to support this operation.\n // Formats that support `deserialize_any` are known as self-describing.\n fn deserialize_any(self, visitor: V) -> Result\n where\n V: Visitor,\n {\n match self.peek_char()? {\n 'n' => self.deserialize_unit(visitor),\n 't' | 'f' => self.deserialize_bool(visitor),\n '\"' => self.deserialize_str(visitor),\n '0'..='9' => self.deserialize_u64(visitor),\n '-' => self.deserialize_i64(visitor),\n '[' => self.deserialize_seq(visitor),\n '{' => self.deserialize_map(visitor),\n _ => Err(Error::Syntax),\n }\n }\n\n // Uses the `parse_bool` parsing function defined above to read the JSON\n // identifier `true` or `false` from the input.\n //\n // Parsing refers to looking at the input and deciding that it contains the\n // JSON value `true` or `false`.\n //\n // Deserialization refers to mapping that JSON value into Serde's data\n // model by invoking one of the `Visitor` methods. In the case of JSON and\n // bool that mapping is straightforward so the distinction may seem silly,\n // but in other cases Deserializers sometimes perform non-obvious mappings.\n // For example the TOML format has a Datetime type and Serde's data model\n // does not. In the `toml` crate, a Datetime in the input is deserialized by\n // mapping it to a Serde data model \"struct\" type with a special name and a\n // single field containing the Datetime represented as a string.\n fn deserialize_bool(self, visitor: V) -> Result\n where\n V: Visitor,\n {\n visitor.visit_bool(self.parse_bool()?)\n }\n\n // The `parse_signed` function is generic over the integer type `T` so here\n // it is invoked with `T=i8`. The next 8 methods are similar.\n fn deserialize_i8(self, visitor: V) -> Result\n where\n V: Visitor,\n {\n visitor.visit_i8(self.parse_signed()?)\n }\n\n fn deserialize_i16(self, visitor: V) -> Result\n where\n V: Visitor,\n {\n visitor.visit_i16(self.parse_signed()?)\n }\n\n fn deserialize_i32(self, visitor: V) -> Result\n where\n V: Visitor,\n {\n visitor.visit_i32(self.parse_signed()?)\n }\n\n fn deserialize_i64(self, visitor: V) -> Result\n where\n V: Visitor,\n {\n visitor.visit_i64(self.parse_signed()?)\n }\n\n fn deserialize_u8(self, visitor: V) -> Result\n where\n V: Visitor,\n {\n visitor.visit_u8(self.parse_unsigned()?)\n }\n\n fn deserialize_u16(self, visitor: V) -> Result\n where\n V: Visitor,\n {\n visitor.visit_u16(self.parse_unsigned()?)\n }\n\n fn deserialize_u32(self, visitor: V) -> Result\n where\n V: Visitor,\n {\n visitor.visit_u32(self.parse_unsigned()?)\n }\n\n fn deserialize_u64(self, visitor: V) -> Result\n where\n V: Visitor,\n {\n visitor.visit_u64(self.parse_unsigned()?)\n }\n\n // Float parsing is stupidly hard.\n fn deserialize_f32(self, _visitor: V) -> Result\n where\n V: Visitor,\n {\n unimplemented!()\n }\n\n // Float parsing is stupidly hard.\n fn deserialize_f64(self, _visitor: V) -> Result\n where\n V: Visitor,\n {\n unimplemented!()\n }\n\n // The `Serializer` implementation on the previous page serialized chars as\n // single-character strings so handle that representation here.\n fn deserialize_char(self, _visitor: V) -> Result\n where\n V: Visitor,\n {\n // Parse a string, check that it is one character, call `visit_char`.\n unimplemented!()\n }\n\n // Refer to the \"Understanding deserializer lifetimes\" page for information\n // about the three deserialization flavors of strings in Serde.\n fn deserialize_str(self, visitor: V) -> Result\n where\n V: Visitor,\n {\n visitor.visit_borrowed_str(self.parse_string()?)\n }\n\n fn deserialize_string(self, visitor: V) -> Result\n where\n V: Visitor,\n {\n self.deserialize_str(visitor)\n }\n\n // The `Serializer` implementation on the previous page serialized byte\n // arrays as JSON arrays of bytes. Handle that representation here.\n fn deserialize_bytes(self, _visitor: V) -> Result\n where\n V: Visitor,\n {\n unimplemented!()\n }\n\n fn deserialize_byte_buf(self, _visitor: V) -> Result\n where\n V: Visitor,\n {\n unimplemented!()\n }\n\n // An absent optional is represented as the JSON `null` and a present\n // optional is represented as just the contained value.\n //\n // As commented in `Serializer` implementation, this is a lossy\n // representation. For example the values `Some(())` and `None` both\n // serialize as just `null`. Unfortunately this is typically what people\n // expect when working with JSON. Other formats are encouraged to behave\n // more intelligently if possible.\n fn deserialize_option(self, visitor: V) -> Result\n where\n V: Visitor,\n {\n if self.input.starts_with(\"null\") {\n self.input = &self.input[\"null\".len()..];\n visitor.visit_none()\n } else {\n visitor.visit_some(self)\n }\n }\n\n // In Serde, unit means an anonymous value containing no data.\n fn deserialize_unit(self, visitor: V) -> Result\n where\n V: Visitor,\n {\n if self.input.starts_with(\"null\") {\n self.input = &self.input[\"null\".len()..];\n visitor.visit_unit()\n } else {\n Err(Error::ExpectedNull)\n }\n }\n\n // Unit struct means a named value containing no data.\n fn deserialize_unit_struct(\n self,\n _name: &'static str,\n visitor: V,\n ) -> Result\n where\n V: Visitor,\n {\n self.deserialize_unit(visitor)\n }\n\n // As is done here, serializers are encouraged to treat newtype structs as\n // insignificant wrappers around the data they contain. That means not\n // parsing anything other than the contained value.\n fn deserialize_newtype_struct(\n self,\n _name: &'static str,\n visitor: V,\n ) -> Result\n where\n V: Visitor,\n {\n visitor.visit_newtype_struct(self)\n }\n\n // Deserialization of compound types like sequences and maps happens by\n // passing the visitor an \"Access\" object that gives it the ability to\n // iterate through the data contained in the sequence.\n fn deserialize_seq(self, visitor: V) -> Result\n where\n V: Visitor,\n {\n // Parse the opening bracket of the sequence.\n if self.next_char()? == '[' {\n // Give the visitor access to each element of the sequence.\n let value = visitor.visit_seq(CommaSeparated::new(self))?;\n // Parse the closing bracket of the sequence.\n if self.next_char()? == ']' {\n Ok(value)\n } else {\n Err(Error::ExpectedArrayEnd)\n }\n } else {\n Err(Error::ExpectedArray)\n }\n }\n\n // Tuples look just like sequences in JSON. Some formats may be able to\n // represent tuples more efficiently.\n //\n // As indicated by the length parameter, the `Deserialize` implementation\n // for a tuple in the Serde data model is required to know the length of the\n // tuple before even looking at the input data.\n fn deserialize_tuple(self, _len: usize, visitor: V) -> Result\n where\n V: Visitor,\n {\n self.deserialize_seq(visitor)\n }\n\n // Tuple structs look just like sequences in JSON.\n fn deserialize_tuple_struct(\n self,\n _name: &'static str,\n _len: usize,\n visitor: V,\n ) -> Result\n where\n V: Visitor,\n {\n self.deserialize_seq(visitor)\n }\n\n // Much like `deserialize_seq` but calls the visitors `visit_map` method\n // with a `MapAccess` implementation, rather than the visitor's `visit_seq`\n // method with a `SeqAccess` implementation.\n fn deserialize_map(self, visitor: V) -> Result\n where\n V: Visitor,\n {\n // Parse the opening brace of the map.\n if self.next_char()? == '{' {\n // Give the visitor access to each entry of the map.\n let value = visitor.visit_map(CommaSeparated::new(self))?;\n // Parse the closing brace of the map.\n if self.next_char()? == '}' {\n Ok(value)\n } else {\n Err(Error::ExpectedMapEnd)\n }\n } else {\n Err(Error::ExpectedMap)\n }\n }\n\n // Structs look just like maps in JSON.\n //\n // Notice the `fields` parameter - a \"struct\" in the Serde data model means\n // that the `Deserialize` implementation is required to know what the fields\n // are before even looking at the input data. Any key-value pairing in which\n // the fields cannot be known ahead of time is probably a map.\n fn deserialize_struct(\n self,\n _name: &'static str,\n _fields: &'static [&'static str],\n visitor: V,\n ) -> Result\n where\n V: Visitor,\n {\n self.deserialize_map(visitor)\n }\n\n fn deserialize_enum(\n self,\n _name: &'static str,\n _variants: &'static [&'static str],\n visitor: V,\n ) -> Result\n where\n V: Visitor,\n {\n if self.peek_char()? == '\"' {\n // Visit a unit variant.\n visitor.visit_enum(self.parse_string()?.into_deserializer())\n } else if self.next_char()? == '{' {\n // Visit a newtype variant, tuple variant, or struct variant.\n let value = visitor.visit_enum(Enum::new(self))?;\n // Parse the matching close brace.\n if self.next_char()? == '}' {\n Ok(value)\n } else {\n Err(Error::ExpectedMapEnd)\n }\n } else {\n Err(Error::ExpectedEnum)\n }\n }\n\n // An identifier in Serde is the type that identifies a field of a struct or\n // the variant of an enum. In JSON, struct fields and enum variants are\n // represented as strings. In other formats they may be represented as\n // numeric indices.\n fn deserialize_identifier(self, visitor: V) -> Result\n where\n V: Visitor,\n {\n self.deserialize_str(visitor)\n }\n\n // Like `deserialize_any` but indicates to the `Deserializer` that it makes\n // no difference which `Visitor` method is called because the data is\n // ignored.\n //\n // Some deserializers are able to implement this more efficiently than\n // `deserialize_any`, for example by rapidly skipping over matched\n // delimiters without paying close attention to the data in between.\n //\n // Some formats are not able to implement this at all. Formats that can\n // implement `deserialize_any` and `deserialize_ignored_any` are known as\n // self-describing.\n fn deserialize_ignored_any(self, visitor: V) -> Result\n where\n V: Visitor,\n {\n self.deserialize_any(visitor)\n }\n}\n\n// In order to handle commas correctly when deserializing a JSON array or map,\n// we need to track whether we are on the first element or past the first\n// element.\nstruct CommaSeparated {\n de: &'a mut Deserializer,\n first: bool,\n}\n\nimpl CommaSeparated {\n fn new(de: &'a mut Deserializer) -> Self {\n CommaSeparated {\n de,\n first: true,\n }\n }\n}\n\n// `SeqAccess` is provided to the `Visitor` to give it the ability to iterate\n// through elements of the sequence.\nimpl SeqAccess for CommaSeparated {\n type Error = Error;\n\n fn next_element_seed(&mut self, seed: T) -> Result>\n where\n T: DeserializeSeed,\n {\n // Check if there are no more elements.\n if self.de.peek_char()? == ']' {\n return Ok(None);\n }\n // Comma is required before every element except the first.\n if !self.first && self.de.next_char()? != ',' {\n return Err(Error::ExpectedArrayComma);\n }\n self.first = false;\n // Deserialize an array element.\n seed.deserialize(&mut *self.de).map(Some)\n }\n}\n\n// `MapAccess` is provided to the `Visitor` to give it the ability to iterate\n// through entries of the map.\nimpl MapAccess for CommaSeparated {\n type Error = Error;\n\n fn next_key_seed(&mut self, seed: K) -> Result>\n where\n K: DeserializeSeed,\n {\n // Check if there are no more entries.\n if self.de.peek_char()? == '}' {\n return Ok(None);\n }\n // Comma is required before every entry except the first.\n if !self.first && self.de.next_char()? != ',' {\n return Err(Error::ExpectedMapComma);\n }\n self.first = false;\n // Deserialize a map key.\n seed.deserialize(&mut *self.de).map(Some)\n }\n\n fn next_value_seed(&mut self, seed: V) -> Result\n where\n V: DeserializeSeed,\n {\n // It doesn't make a difference whether the colon is parsed at the end\n // of `next_key_seed` or at the beginning of `next_value_seed`. In this\n // case the code is a bit simpler having it here.\n if self.de.next_char()? != ':' {\n return Err(Error::ExpectedMapColon);\n }\n // Deserialize a map value.\n seed.deserialize(&mut *self.de)\n }\n}\n\nstruct Enum {\n de: &'a mut Deserializer,\n}\n\nimpl Enum {\n fn new(de: &'a mut Deserializer) -> Self {\n Enum { de }\n }\n}\n\n// `EnumAccess` is provided to the `Visitor` to give it the ability to determine\n// which variant of the enum is supposed to be deserialized.\n//\n// Note that all enum deserialization methods in Serde refer exclusively to the\n// \"externally tagged\" enum representation.\nimpl EnumAccess for Enum {\n type Error = Error;\n type Variant = Self;\n\n fn variant_seed(self, seed: V) -> Result\n where\n V: DeserializeSeed,\n {\n // The `deserialize_enum` method parsed a `{` character so we are\n // currently inside of a map. The seed will be deserializing itself from\n // the key of the map.\n let val = seed.deserialize(&mut *self.de)?;\n // Parse the colon separating map key from value.\n if self.de.next_char()? == ':' {\n Ok((val, self))\n } else {\n Err(Error::ExpectedMapColon)\n }\n }\n}\n\n// `VariantAccess` is provided to the `Visitor` to give it the ability to see\n// the content of the single variant that it decided to deserialize.\nimpl VariantAccess for Enum {\n type Error = Error;\n\n // If the `Visitor` expected this variant to be a unit variant, the input\n // should have been the plain string case handled in `deserialize_enum`.\n fn unit_variant(self) -> Result {\n Err(Error::ExpectedString)\n }\n\n // Newtype variants are represented in JSON as `{ NAME: VALUE }` so\n // deserialize the value here.\n fn newtype_variant_seed(self, seed: T) -> Result\n where\n T: DeserializeSeed,\n {\n seed.deserialize(self.de)\n }\n\n // Tuple variants are represented in JSON as `{ NAME: [DATA...] }` so\n // deserialize the sequence of data here.\n fn tuple_variant(self, _len: usize, visitor: V) -> Result\n where\n V: Visitor,\n {\n de::Deserializer::deserialize_seq(self.de, visitor)\n }\n\n // Struct variants are represented in JSON as `{ NAME: { K: V, ... } }` so\n // deserialize the inner map here.\n fn struct_variant(\n self,\n _fields: &'static [&'static str],\n visitor: V,\n ) -> Result\n where\n V: Visitor,\n {\n de::Deserializer::deserialize_map(self.de, visitor)\n }\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\n#[test]\nfn test_struct() {\n #[derive(Deserialize, PartialEq, Debug)]\n struct Test {\n int: u32,\n seq: Vec,\n }\n\n let j = r#\"{\"int\":1,\"seq\":[\"a\",\"b\"]}\"#;\n let expected = Test {\n int: 1,\n seq: vec![\"a\".to_owned(), \"b\".to_owned()],\n };\n assert_eq!(expected, from_str(j).unwrap());\n}\n\n#[test]\nfn test_enum() {\n #[derive(Deserialize, PartialEq, Debug)]\n enum E {\n Unit,\n Newtype(u32),\n Tuple(u32, u32),\n Struct { a: u32 },\n }\n\n let j = r#\"\"Unit\"\"#;\n let expected = E::Unit;\n assert_eq!(expected, from_str(j).unwrap());\n\n let j = r#\"{\"Newtype\":1}\"#;\n let expected = E::Newtype(1);\n assert_eq!(expected, from_str(j).unwrap());\n\n let j = r#\"{\"Tuple\":[1,2]}\"#;\n let expected = E::Tuple(1, 2);\n assert_eq!(expected, from_str(j).unwrap());\n\n let j = r#\"{\"Struct\":{\"a\":1}}\"#;\n let expected = E::Struct { a: 1 };\n assert_eq!(expected, from_str(j).unwrap());\n}\n\n"},"lifetimes.html":{"url":"lifetimes.html","title":"Deserializer lifetimes","keywords":"","body":"Understanding deserializer lifetimes\nThe Deserialize and Deserializer traits both have a lifetime called\n'de, as do some of the other deserialization-related traits.\ntrait Deserialize: Sized {\n fn deserialize(deserializer: D) -> Result\n where\n D: Deserializer;\n}\n\nThis lifetime is what enables Serde to safely perform efficient zero-copy\ndeserialization across a variety of data formats, something that would be\nimpossible or recklessly unsafe in languages other than Rust.\n#[derive(Deserialize)]\nstruct User {\n id: u32,\n name: &'a str,\n screen_name: &'a str,\n location: &'a str,\n}\n\nZero-copy deserialization means deserializing into a data structure, like the\nUser struct above, that borrows string or byte array data from the string or\nbyte array holding the input. This avoids allocating memory to store a string\nfor each individual field and then copying string data out of the input over to\nthe newly allocated field. Rust guarantees that the input data outlives the\nperiod during which the output data structure is in scope, meaning it is\nimpossible to have dangling pointer errors as a result of losing the input data\nwhile the output data structure still refers to it.\nTrait bounds\nThere are two main ways to write Deserialize trait bounds, whether on an impl\nblock or a function or anywhere else.\n\n where T: Deserialize\n This means \"T can be deserialized from some lifetime.\" The caller gets\n to decide what lifetime that is. Typically this is used when the caller also\n provides the data that is being deserialized from, for example in a function\n like serde_json::from_str. In that case the input data must also have\n lifetime 'de, for example it could be &'de str.\n\n where T: DeserializeOwned\n This means \"T can be deserialized from any lifetime.\" The callee gets to\n decide what lifetime. Usually this is because the data that is being\n deserialized from is going to be thrown away before the function returns, so\n T must not be allowed to borrow from it. For example a function that accepts\n base64-encoded data as input, decodes it from base64, deserializes a value\n of type T, then throws away the result of base64 decoding. Another common\n use of this bound is functions that deserialize from an IO stream, such as\n serde_json::from_reader.\n To say it more technically, the DeserializeOwned trait is equivalent to\n the higher-rank trait bound for Deserialize. The only\n difference is DeserializeOwned is more intuitive to read. It means T owns\n all the data that gets deserialized.\n\n\nNote that where T: Deserialize is never what you want. Also\nDeserialize + 'static is never what you want. Generally writing 'static\nanywhere near Deserialize is a sign of being on the wrong track. Use one of\nthe above bounds instead.\nTransient, borrowed, and owned data\nThe Serde data model has three flavors of strings and byte arrays during\ndeserialization. They correspond to different methods on the Visitor trait.\n\nTransient — visit_str accepts a &str.\nBorrowed — visit_borrowed_str accepts a &'de str.\nOwned — visit_string accepts a String.\n\nTransient data is not guaranteed to last beyond the method call it is passed to.\nOften this is sufficient, for example when deserializing something like an IP\naddress from a Serde string using the FromStr trait. When it is not\nsufficient, the data can be copied by calling to_owned(). Deserializers\ncommonly use transient data when input from an IO stream is being buffered in\nmemory before being passed to the Visitor, or when escape sequences are being\nprocessed so the resulting string is not present verbatim in the input.\nBorrowed data is guaranteed to live at least as long as the 'de lifetime\nparameter of the Deserializer. Not all deserializers support handing out\nborrowed data. For example when deserializing from an IO stream no data can be\nborrowed.\nOwned data is guaranteed to live as long as the Visitor wants it to. Some\nvisitors benefit from receiving owned data. For example the Deserialize impl\nfor Rust's String type benefits from being given ownership of the Serde string\ndata that has been deserialized.\nThe Deserialize lifetime\nThis lifetime records the constraints on how long data borrowed by this type\nmust be valid.\nEvery lifetime of data borrowed by this type must be a bound on the 'de\nlifetime of its Deserialize impl. If this type borrows data with lifetime\n'a, then 'de must be constrained to outlive 'a.\nstruct S {\n a: &'a str,\n b: &'b str,\n bb: &'b str,\n t: T,\n}\n\nimpl Deserialize for S\nwhere\n T: Deserialize,\n{\n /* ... */\n}\n\nIf this type does not borrow any data from the Deserializer, there are simply\nno bounds on the 'de lifetime. Such types automatically implement the\nDeserializeOwned trait.\nstruct S {\n owned: String,\n}\n\nimpl Deserialize for S {\n /* ... */\n}\n\nThe 'de lifetime should not appear in the type to which the Deserialize\nimpl applies.\n- // Do not do this. Sooner or later you will be sad.\n- impl Deserialize for Q {\n\n+ // Do this instead.\n+ impl Deserialize for Q {\n\nThe Deserializer lifetime\nThis is the lifetime of data that can be borrowed from the Deserializer.\nstruct MyDeserializer {\n input_data: &'de [u8],\n pos: usize,\n}\n\nimpl Deserializer for MyDeserializer {\n /* ... */\n}\n\nIf the Deserializer never invokes visit_borrowed_str or\nvisit_borrowed_bytes, the 'de lifetime will be an unconstrained lifetime\nparameter.\nstruct MyDeserializer {\n read: R,\n}\n\nimpl Deserializer for MyDeserializer\nwhere\n R: io::Read,\n{\n /* ... */\n}\n\nBorrowing data in a derived impl\nFields of type &str and &[u8] are implicitly borrowed from the input data by\nSerde. Any other type of field can opt in to borrowing by using the\n#[serde(borrow)] attribute.\nuse serde::Deserialize;\n\nuse std::borrow::Cow;\n\n#[derive(Deserialize)]\nstruct Inner {\n // &str and &[u8] are implicitly borrowed.\n username: &'a str,\n\n // Other types must be borrowed explicitly.\n #[serde(borrow)]\n comment: Cow,\n}\n\n#[derive(Deserialize)]\nstruct Outer {\n owned: String,\n\n #[serde(borrow)]\n inner: Inner,\n\n // This field is never borrowed.\n not_borrowed: Cow,\n}\n\nThis attribute works by placing bounds on the 'de lifetime of the generated\nDeserialize impl. For example the impl for the struct Outer defined above\nlooks like this:\n// The lifetimes 'a and 'b are borrowed while 'c is not.\nimpl Deserialize for Outer {\n /* ... */\n}\n\nThe attribute may specify explicitly which lifetimes should be borrowed.\nuse std::marker::PhantomData;\n\n// This struct borrows the first two lifetimes but not the third.\n#[derive(Deserialize)]\nstruct Three {\n a: &'a str,\n b: &'b str,\n c: PhantomData,\n}\n\n#[derive(Deserialize)]\nstruct Example {\n // Borrow 'a and 'b only, not 'c.\n #[serde(borrow = \"'a + 'b\")]\n three: Three,\n}\n\n"},"examples.html":{"url":"examples.html","title":"Examples","keywords":"","body":"Examples\nStructs and enums in JSON: The representation chosen by\nserde_json for structs and enums. Other\nhuman-readable data formats are encouraged to follow an analogous approach where\npossible.\nEnum representations: Externally tagged,\ninternally tagged, adjacently tagged, and untagged ways of representing an enum\nin self-describing formats.\nDefault value for a field: Some examples of the\n#[serde(default)] attribute.\nHandwritten generic type bounds: Some unusual scenarios in\nwhich Serde's derive infers the wrong generic type bounds. The impl bounds can\nbe replaced with handwritten ones using the #[serde(bound)] attribute.\nDeserialize for custom map type: Detailed explanation\nof each step involved in deserializing a map.\nArray of values without buffering: Deserialize the\nmaximum value of an array of integers without holding the whole array in memory\nat once. This approach can be adapted to handle a variety of other situations in\nwhich data needs to be processed while being deserialized instead of after.\nSerialize enum as number: A macro to impl Serialize and\nDeserialize for a C-like enum in a way that represents it as a u64 across\nall data formats.\nSerialize fields as camelCase: One common application of\nthe #[serde(rename)] attribute.\nSkip serializing field: Some examples of the\n#[serde(skip_serializing)] and #[serde(skip_serializing_if)] attributes.\nDerive for remote crate: Deriving Serialize and\nDeserialize implementations for a type in somebody else's crate.\nManually deserialize struct: The long form of the\nDeserialize impl generated by derive for a simple struct.\nDiscarding data: Using IgnoredAny to efficiently discard\ndata from a deserializer.\nTranscode one format into another: Use the\nserde-transcode crate to stream\ninput in one format to output in another format efficiently.\nDeserialize either a string or a struct: The\ndocker-compose.yml\nconfiguration file has a \"build\" key which can be either a string or a struct.\nConvert error types: Map a Serde error from some format\ninto a Serde error for some other format using Error::custom.\nDate in a custom format: Handle a\nchrono DateTime formatted with a\ncustom string representation.\n"},"json.html":{"url":"json.html","title":"Structs and enums in JSON","keywords":"","body":"Structs and enums in JSON\nA Serde Serializer is responsible for selecting the convention by which Rust\nstructs and enums are represented in that format. Here are the conventions\nselected by the serde_json data format.\nFor consistency, other human-readable formats are encouraged to develop\nanalogous conventions where possible.\nstruct W {\n a: i32,\n b: i32,\n}\nlet w = W { a: 0, b: 0 }; // Represented as `{\"a\":0,\"b\":0}`\n\nstruct X(i32, i32);\nlet x = X(0, 0); // Represented as `[0,0]`\n\nstruct Y(i32);\nlet y = Y(0); // Represented as just the inner value `0`\n\nstruct Z;\nlet z = Z; // Represented as `null`\n\nenum E {\n W { a: i32, b: i32 },\n X(i32, i32),\n Y(i32),\n Z,\n}\nlet w = E::W { a: 0, b: 0 }; // Represented as `{\"W\":{\"a\":0,\"b\":0}}`\nlet x = E::X(0, 0); // Represented as `{\"X\":[0,0]}`\nlet y = E::Y(0); // Represented as `{\"Y\":0}`\nlet z = E::Z; // Represented as `\"Z\"`\n\n"},"enum-representations.html":{"url":"enum-representations.html","title":"Enum representations","keywords":"","body":"Enum representations\nConsider the following enum type:\n#[derive(Serialize, Deserialize)]\nenum Message {\n Request { id: String, method: String, params: Params },\n Response { id: String, result: Value },\n}\n\nExternally tagged\nThe default representation for this enum in Serde is called the externally\ntagged enum representation. Written in JSON syntax it looks like:\n{\"Request\": {\"id\": \"...\", \"method\": \"...\", \"params\": {...}}}\n\nThe externally tagged representation is characterized by being able to know\nwhich variant we are dealing with before beginning to parse the content of the\nvariant. This property allows it to work across a broad range of text and binary\nformats. The Serializer::serialize_*_variant and\nDeserializer::deserialize_enum methods use an externally tagged\nrepresentation.\nThis representation can handle any type of variant: struct variants like above,\ntuple variants, newtype variants, and unit variants.\nIn JSON and other self-describing formats, the externally tagged representation\nis often not ideal for readability. Serde provides attributes to select three\nother possible representations.\nInternally tagged\n#[derive(Serialize, Deserialize)]\n#[serde(tag = \"type\")]\nenum Message {\n Request { id: String, method: String, params: Params },\n Response { id: String, result: Value },\n}\n\nWritten in JSON syntax, the internally tagged representation looks like this:\n{\"type\": \"Request\", \"id\": \"...\", \"method\": \"...\", \"params\": {...}}\n\nThe tag identifying which variant we are dealing with is now inside of the\ncontent, next to any other fields of the variant. This representation is common\nin Java libraries.\nThis representation works for struct variants, newtype variants containing\nstructs or maps, and unit variants but does not work for enums containing tuple\nvariants. Using a #[serde(tag = \"...\")] attribute on an enum containing a\ntuple variant is an error at compile time.\nAdjacently tagged\n#[derive(Serialize, Deserialize)]\n#[serde(tag = \"t\", content = \"c\")]\nenum Block {\n Para(Vec),\n Str(String),\n}\n\nThis representation is common in the Haskell world. Written in JSON syntax:\n{\"t\": \"Para\", \"c\": [{...}, {...}]}\n{\"t\": \"Str\", \"c\": \"the string\"}\n\nThe tag and the content are adjacent to each other as two fields within the same\nobject.\nUntagged\n#[derive(Serialize, Deserialize)]\n#[serde(untagged)]\nenum Message {\n Request { id: String, method: String, params: Params },\n Response { id: String, result: Value },\n}\n\nWritten in JSON syntax, the untagged representation looks like this:\n{\"id\": \"...\", \"method\": \"...\", \"params\": {...}}\n\nThere is no explicit tag identifying which variant the data contains. Serde will\ntry to match the data against each variant in order and the first one that\ndeserializes successfully is the one returned.\nThis representation can handle enums containing any type of variant.\nAs another example of an untagged enum, this enum can be deserialized from\neither an integer or an array of two strings:\n#[derive(Serialize, Deserialize)]\n#[serde(untagged)]\nenum Data {\n Integer(u64),\n Pair(String, String),\n}\n\n"},"attr-default.html":{"url":"attr-default.html","title":"Default value for a field","keywords":"","body":"Default value for a field\nuse serde::Deserialize;\n\n#[derive(Deserialize, Debug)]\nstruct Request {\n // Use the result of a function as the default if \"resource\" is\n // not included in the input.\n #[serde(default = \"default_resource\")]\n resource: String,\n\n // Use the type's implementation of std::default::Default if\n // \"timeout\" is not included in the input.\n #[serde(default)]\n timeout: Timeout,\n\n // Use a method from the type as the default if \"priority\" is not\n // included in the input. This may also be a trait method.\n #[serde(default = \"Priority::lowest\")]\n priority: Priority,\n}\n\nfn default_resource() -> String {\n \"/\".to_string()\n}\n\n/// Timeout in seconds.\n#[derive(Deserialize, Debug)]\nstruct Timeout(u32);\nimpl Default for Timeout {\n fn default() -> Self {\n Timeout(30)\n }\n}\n\n#[derive(Deserialize, Debug)]\nenum Priority { ExtraHigh, High, Normal, Low, ExtraLow }\nimpl Priority {\n fn lowest() -> Self { Priority::ExtraLow }\n}\n\nfn main() {\n let json = r#\"\n [\n {\n \"resource\": \"/users\"\n },\n {\n \"timeout\": 5,\n \"priority\": \"High\"\n }\n ]\n \"#;\n\n let requests: Vec = serde_json::from_str(json).unwrap();\n\n // The first request has resource=\"/users\", timeout=30, priority=ExtraLow\n println!(\"{:?}\", requests[0]);\n\n // The second request has resource=\"/\", timeout=5, priority=High\n println!(\"{:?}\", requests[1]);\n}\n\n"},"attr-flatten.html":{"url":"attr-flatten.html","title":"Struct flattening","keywords":"","body":"Struct flattening\nThe flatten attribute inlines keys from a field into the parent struct.\nflatten may be used any number of times within the same struct. It is\nsupported only within structs that have named fields, and the field to which it\nis applied must be a struct or map type.\nNote: flatten is not supported in combination with structs that use\ndeny_unknown_fields. Neither the outer nor inner flattened struct should use\nthat attribute.\nThe flatten attribute serves the following two common use cases:\nFactor out frequently grouped keys\nConsider a paginated API which returns a page of results along with pagination\nmetadata that identifies how many results were requested, how far into the total\nset of results we are looking at, and how many results exist in total. If we are\npaging through a total of 1053 results 100 at a time, the third page may look\nlike this.\n{\n \"limit\": 100,\n \"offset\": 200,\n \"total\": 1053,\n \"users\": [\n {\"id\": \"49824073-979f-4814-be10-5ea416ee1c2f\", \"username\": \"john_doe\"},\n ...\n ]\n}\n\nThis same scheme with \"limit\" and \"offset\" and \"total\" fields may be\nshared across lots of different API queries. For example we may want paginated\nresults when querying for users, for issues, for projects, etc.\nIn this case it can be convenient to factor the common pagination metadata fields\ninto a shared struct that can be flattened into each API response object.\n#[derive(Serialize, Deserialize)]\nstruct Pagination {\n limit: u64,\n offset: u64,\n total: u64,\n}\n\n#[derive(Serialize, Deserialize)]\nstruct Users {\n users: Vec,\n\n #[serde(flatten)]\n pagination: Pagination,\n}\n\nCapture additional fields\nA field of map type can be flattened to hold additional data that is not\ncaptured by any other fields of the struct.\nuse std::collections::HashMap;\nuse serde::{Serialize, Deserialize};\nuse serde_json::Value;\n\n#[derive(Serialize, Deserialize)]\nstruct User {\n id: String,\n username: String,\n\n #[serde(flatten)]\n extra: HashMap,\n}\n\nFor example if we fill the flattened extra field with the key \"mascot\":\n\"Ferris\", it would serialize to the following JSON representation.\n{\n \"id\": \"49824073-979f-4814-be10-5ea416ee1c2f\",\n \"username\": \"john_doe\",\n \"mascot\": \"Ferris\"\n}\n\nDeserialization of this data would populate \"mascot\" back into the flattened\nextra field. This way additional data in an object can be collected for later\nprocessing.\n"},"attr-bound.html":{"url":"attr-bound.html","title":"Handwritten generic type bounds","keywords":"","body":"Handwritten generic type bounds\nWhen deriving Serialize and Deserialize implementations for structs with\ngeneric type parameters, most of the time Serde is able to infer the correct\ntrait bounds without help from the programmer. It uses several heuristics to\nguess the right bound, but most importantly it puts a bound of T: Serialize on\nevery type parameter T that is part of a serialized field and a bound of T:\nDeserialize on every type parameter T that is part of a deserialized field.\nAs with most heuristics, this is not always right and Serde provides an escape\nhatch to replace the automatically generated bound by one written by the\nprogrammer.\nuse serde::{de, Deserialize, Deserializer};\n\nuse std::fmt::Display;\nuse std::str::FromStr;\n\n#[derive(Deserialize, Debug)]\nstruct Outer {\n // When deriving the Deserialize impl, Serde would want to generate a bound\n // `S: Deserialize` on the type of this field. But we are going to use the\n // type's `FromStr` impl instead of its `Deserialize` impl by going through\n // `deserialize_from_str`, so we override the automatically generated bound\n // by the one required for `deserialize_from_str`.\n #[serde(deserialize_with = \"deserialize_from_str\")]\n #[serde(bound(deserialize = \"S: FromStr, S::Err: Display\"))]\n s: S,\n\n // Here Serde would want to generate a bound `T: Deserialize`. That is a\n // stricter condition than is necessary. In fact, the `main` function below\n // uses T=str which does not implement Deserialize. We override the\n // automatically generated bound by a looser one.\n #[serde(bound(deserialize = \"Ptr: Deserialize\"))]\n ptr: Ptr,\n}\n\n/// Deserialize a type `S` by deserializing a string, then using the `FromStr`\n/// impl of `S` to create the result. The generic type `S` is not required to\n/// implement `Deserialize`.\nfn deserialize_from_str(deserializer: D) -> Result\nwhere\n S: FromStr,\n S::Err: Display,\n D: Deserializer,\n{\n let s: String = Deserialize::deserialize(deserializer)?;\n S::from_str(&s).map_err(de::Error::custom)\n}\n\n/// A pointer to `T` which may or may not own the data. When deserializing we\n/// always want to produce owned data.\n#[derive(Debug)]\nenum Ptr {\n Ref(&'a T),\n Owned(Box),\n}\n\nimpl Deserialize for Ptr\nwhere\n Box: Deserialize,\n{\n fn deserialize(deserializer: D) -> Result\n where\n D: Deserializer,\n {\n Deserialize::deserialize(deserializer).map(Ptr::Owned)\n }\n}\n\nfn main() {\n let j = r#\"\n {\n \"s\": \"1234567890\",\n \"ptr\": \"owned\"\n }\n \"#;\n\n let result: Outer = serde_json::from_str(j).unwrap();\n\n // result = Outer { s: 1234567890, ptr: Owned(\"owned\") }\n println!(\"result = {:?}\", result);\n}\n\n"},"deserialize-map.html":{"url":"deserialize-map.html","title":"Deserialize for custom map type","keywords":"","body":"Implement Deserialize for a custom map type\nuse std::fmt;\nuse std::marker::PhantomData;\n\nuse serde::de::{Deserialize, Deserializer, Visitor, MapAccess};\n\n// A Visitor is a type that holds methods that a Deserializer can drive\n// depending on what is contained in the input data.\n//\n// In the case of a map we need generic type parameters K and V to be\n// able to set the output type correctly, but don't require any state.\n// This is an example of a \"zero sized type\" in Rust. The PhantomData\n// keeps the compiler from complaining about unused generic type\n// parameters.\nstruct MyMapVisitor {\n marker: PhantomData MyMap>\n}\n\nimpl MyMapVisitor {\n fn new() -> Self {\n MyMapVisitor {\n marker: PhantomData\n }\n }\n}\n\n// This is the trait that Deserializers are going to be driving. There\n// is one method for each type of data that our type knows how to\n// deserialize from. There are many other methods that are not\n// implemented here, for example deserializing from integers or strings.\n// By default those methods will return an error, which makes sense\n// because we cannot deserialize a MyMap from an integer or string.\nimpl Visitor for MyMapVisitor\nwhere\n K: Deserialize,\n V: Deserialize,\n{\n // The type that our Visitor is going to produce.\n type Value = MyMap;\n\n // Format a message stating what data this Visitor expects to receive.\n fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result {\n formatter.write_str(\"a very special map\")\n }\n\n // Deserialize MyMap from an abstract \"map\" provided by the\n // Deserializer. The MapAccess input is a callback provided by\n // the Deserializer to let us see each entry in the map.\n fn visit_map(self, mut access: M) -> Result\n where\n M: MapAccess,\n {\n let mut map = MyMap::with_capacity(access.size_hint().unwrap_or(0));\n\n // While there are entries remaining in the input, add them\n // into our map.\n while let Some((key, value)) = access.next_entry()? {\n map.insert(key, value);\n }\n\n Ok(map)\n }\n}\n\n// This is the trait that informs Serde how to deserialize MyMap.\nimpl Deserialize for MyMap\nwhere\n K: Deserialize,\n V: Deserialize,\n{\n fn deserialize(deserializer: D) -> Result\n where\n D: Deserializer,\n {\n // Instantiate our Visitor and ask the Deserializer to drive\n // it over the input data, resulting in an instance of MyMap.\n deserializer.deserialize_map(MyMapVisitor::new())\n }\n}\n\n"},"stream-array.html":{"url":"stream-array.html","title":"Array of values without buffering","keywords":"","body":"Process an array of values without buffering into a Vec\nSuppose we have an array of integers and we want to figure out the maximum value\nwithout holding the whole array in memory all at once. This approach can be\nadapted to handle a variety of other situations in which data needs to be\nprocessed while being deserialized instead of after.\nuse serde::{Deserialize, Deserializer};\nuse serde::de::{self, Visitor, SeqAccess};\n\nuse std::{cmp, fmt};\nuse std::marker::PhantomData;\n\n#[derive(Deserialize)]\nstruct Outer {\n id: String,\n\n // Deserialize this field by computing the maximum value of a sequence\n // (JSON array) of values.\n #[serde(deserialize_with = \"deserialize_max\")]\n // Despite the struct field being named `max_value`, it is going to come\n // from a JSON field called `values`.\n #[serde(rename(deserialize = \"values\"))]\n max_value: u64,\n}\n\n/// Deserialize the maximum of a sequence of values. The entire sequence\n/// is not buffered into memory as it would be if we deserialize to Vec\n/// and then compute the maximum later.\n///\n/// This function is generic over T which can be any type that implements\n/// Ord. Above, it is used with T=u64.\nfn deserialize_max(deserializer: D) -> Result\nwhere\n T: Deserialize + Ord,\n D: Deserializer,\n{\n struct MaxVisitor(PhantomData T>);\n\n impl Visitor for MaxVisitor\n where\n T: Deserialize + Ord,\n {\n /// Return type of this visitor. This visitor computes the max of a\n /// sequence of values of type T, so the type of the maximum is T.\n type Value = T;\n\n fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result {\n formatter.write_str(\"a nonempty sequence of numbers\")\n }\n\n fn visit_seq(self, mut seq: S) -> Result\n where\n S: SeqAccess,\n {\n // Start with max equal to the first value in the seq.\n let mut max = seq.next_element()?.ok_or_else(||\n // Cannot take the maximum of an empty seq.\n de::Error::custom(\"no values in seq when looking for maximum\")\n )?;\n\n // Update the max while there are additional values.\n while let Some(value) = seq.next_element()? {\n max = cmp::max(max, value);\n }\n\n Ok(max)\n }\n }\n\n // Create the visitor and ask the deserializer to drive it. The\n // deserializer will call visitor.visit_seq() if a seq is present in\n // the input data.\n let visitor = MaxVisitor(PhantomData);\n deserializer.deserialize_seq(visitor)\n}\n\nfn main() {\n let j = r#\"\n {\n \"id\": \"demo-deserialize-max\",\n \"values\": [\n 256,\n 100,\n 384,\n 314,\n 271\n ]\n }\n \"#;\n\n let out: Outer = serde_json::from_str(j).unwrap();\n\n // Prints \"max value: 384\"\n println!(\"max value: {}\", out.max_value);\n}\n\n"},"enum-number.html":{"url":"enum-number.html","title":"Serialize enum as number","keywords":"","body":"Serialize enum as number\nThe serde_repr crate provides alternative derive macros that derive the same\nSerialize and Deserialize traits but delegate to the underlying representation\nof a C-like enum. This allows C-like enums to be formatted as integers rather\nthan strings in JSON, for example.\n[dependencies]\nserde = \"1.0\"\nserde_json = \"1.0\"\nserde_repr = \"0.1\"\n\nuse serde_repr::*;\n\n#[derive(Serialize_repr, Deserialize_repr, PartialEq, Debug)]\n#[repr(u8)]\nenum SmallPrime {\n Two = 2,\n Three = 3,\n Five = 5,\n Seven = 7,\n}\n\nfn main() {\n use SmallPrime::*;\n let nums = vec![Two, Three, Five, Seven];\n\n // Prints [2,3,5,7]\n println!(\"{}\", serde_json::to_string(&nums).unwrap());\n\n assert_eq!(Two, serde_json::from_str(\"2\").unwrap());\n}\n\n"},"attr-rename.html":{"url":"attr-rename.html","title":"Serialize fields as camelCase","keywords":"","body":"Serialize fields as camelCase\nuse serde::Serialize;\n\n#[derive(Serialize)]\n#[serde(rename_all = \"camelCase\")]\nstruct Person {\n first_name: String,\n last_name: String,\n}\n\nfn main() {\n let person = Person {\n first_name: \"Graydon\".to_string(),\n last_name: \"Hoare\".to_string(),\n };\n\n let json = serde_json::to_string_pretty(&person).unwrap();\n\n // Prints:\n //\n // {\n // \"firstName\": \"Graydon\",\n // \"lastName\": \"Hoare\"\n // }\n println!(\"{}\", json);\n}\n\n"},"attr-skip-serializing.html":{"url":"attr-skip-serializing.html","title":"Skip serializing field","keywords":"","body":"Skip serializing field\nNOTE: Using skip_serializing does not skip deserializing the field. If\nyou only add the skip_serializing attribute, and then attempt to deserialize\nthe data, it will fail, as it will still attempt to deserialize the skipped\nfield. Please use the skip attribute to skip both serializing and\ndeserializing (see Field Attributes: skip). Likewise, use\nskip_deserializing to skip deserializing only.\nuse serde::Serialize;\n\nuse std::collections::BTreeMap as Map;\n\n#[derive(Serialize)]\nstruct Resource {\n // Always serialized.\n name: String,\n\n // Never serialized.\n #[serde(skip_serializing)]\n hash: String,\n\n // Use a method to decide whether the field should be skipped.\n #[serde(skip_serializing_if = \"Map::is_empty\")]\n metadata: Map,\n}\n\nfn main() {\n let resources = vec![\n Resource {\n name: \"Stack Overflow\".to_string(),\n hash: \"b6469c3f31653d281bbbfa6f94d60fea130abe38\".to_string(),\n metadata: Map::new(),\n },\n Resource {\n name: \"GitHub\".to_string(),\n hash: \"5cb7a0c47e53854cd00e1a968de5abce1c124601\".to_string(),\n metadata: {\n let mut metadata = Map::new();\n metadata.insert(\"headquarters\".to_string(),\n \"San Francisco\".to_string());\n metadata\n },\n },\n ];\n\n let json = serde_json::to_string_pretty(&resources).unwrap();\n\n // Prints:\n //\n // [\n // {\n // \"name\": \"Stack Overflow\"\n // },\n // {\n // \"name\": \"GitHub\",\n // \"metadata\": {\n // \"headquarters\": \"San Francisco\"\n // }\n // }\n // ]\n println!(\"{}\", json);\n}\n\n"},"remote-derive.html":{"url":"remote-derive.html","title":"Derive for remote crate","keywords":"","body":"Deriving De/Serialize for type in a different crate\nRust's orphan rule requires that either the trait or the type for which you\nare implementing the trait must be defined in the same crate as the impl, so it\nis not possible to implement Serialize and Deserialize for a type in a\ndifferent crate directly.\n- use serde::Serialize;\n- use other_crate::Duration;\n-\n- // Not allowed by orphan rule.\n- impl Serialize for Duration {\n- /* ... */\n- }\n\nTo work around this, Serde provides a way of deriving Serialize and\nDeserialize implementations for types in other people's crates. The only catch\nis that you have to provide a definition of the type for Serde's derive to\nprocess. At compile time, Serde will check that all the fields in the definition\nyou provided match the fields in the remote type.\n// Pretend that this is somebody else's crate, not a module.\nmod other_crate {\n // Neither Serde nor the other crate provides Serialize and Deserialize\n // impls for this struct.\n pub struct Duration {\n pub secs: i64,\n pub nanos: i32,\n }\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nuse other_crate::Duration;\nuse serde::{Serialize, Deserialize};\n\n// Serde calls this the definition of the remote type. It is just a copy of the\n// remote data structure. The `remote` attribute gives the path to the actual\n// type we intend to derive code for.\n#[derive(Serialize, Deserialize)]\n#[serde(remote = \"Duration\")]\nstruct DurationDef {\n secs: i64,\n nanos: i32,\n}\n\n// Now the remote type can be used almost like it had its own Serialize and\n// Deserialize impls all along. The `with` attribute gives the path to the\n// definition for the remote type. Note that the real type of the field is the\n// remote type, not the definition type.\n#[derive(Serialize, Deserialize)]\nstruct Process {\n command_line: String,\n\n #[serde(with = \"DurationDef\")]\n wall_time: Duration,\n}\n\nIf the remote type is a struct with all public fields or an enum, that's all\nthere is to it. If the remote type is a struct with one or more private fields,\ngetters must be provided for the private fields and a conversion must be\nprovided to construct the remote type.\n// Pretend that this is somebody else's crate, not a module.\nmod other_crate {\n // Neither Serde nor the other crate provides Serialize and Deserialize\n // impls for this struct. Oh, and the fields are private.\n pub struct Duration {\n secs: i64,\n nanos: i32,\n }\n\n impl Duration {\n pub fn new(secs: i64, nanos: i32) -> Self {\n Duration { secs: secs, nanos: nanos }\n }\n\n pub fn seconds(&self) -> i64 {\n self.secs\n }\n\n pub fn subsec_nanos(&self) -> i32 {\n self.nanos\n }\n }\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nuse other_crate::Duration;\nuse serde::{Serialize, Deserialize};\n\n// Provide getters for every private field of the remote struct. The getter must\n// return either `T` or `&T` where `T` is the type of the field.\n#[derive(Serialize, Deserialize)]\n#[serde(remote = \"Duration\")]\nstruct DurationDef {\n #[serde(getter = \"Duration::seconds\")]\n secs: i64,\n #[serde(getter = \"Duration::subsec_nanos\")]\n nanos: i32,\n}\n\n// Provide a conversion to construct the remote type.\nimpl From for Duration {\n fn from(def: DurationDef) -> Duration {\n Duration::new(def.secs, def.nanos)\n }\n}\n\n#[derive(Serialize, Deserialize)]\nstruct Process {\n command_line: String,\n\n #[serde(with = \"DurationDef\")]\n wall_time: Duration,\n}\n\nInvoking the remote impl directly\nAs shown above, the remote impl is intended to be invoked through a\n#[serde(with = \"...\")] attribute on a field of some other struct.\nInvoking the remote impl directly, such as if this is the top-level type being\nserialized or deserialized, is somewhat more complicated because of the orphan\nrules as mentioned. The code ultimately generated by these remote derives are\nnot Serialize and Deserialize impls but associated functions with the same\nsignature.\n// Technically this derive does not produce a Deserialize impl for Duration, nor\n// a Deserialize impl for DurationDef.\n//\n// Instead it produces a deserialization method DurationDef::deserialize whose\n// return type is Duration. The method has the same signature as a Deserialize\n// impl for Duration would have but is not a Deserialize impl.\n#[derive(Deserialize)]\n#[serde(remote = \"Duration\")]\nstruct DurationDef {\n secs: i64,\n nanos: i32,\n}\n\nKnowing this, the generated method can be invoked directly by passing a\nDeserializer implementation.\nlet mut de = serde_json::Deserializer::from_str(j);\nlet dur = DurationDef::deserialize(&mut de)?;\n\n// `dur` has type Duration\n\nAlternatively we can write a top-level newtype wrapper as a private helper for\ndeserializing the remote type.\n#[derive(Deserialize)]\nstruct Helper(#[serde(with = \"DurationDef\")] Duration);\n\nlet dur = serde_json::from_str(j).map(|Helper(dur)| dur)?;\n\n// `dur` has type Duration\n\n"},"deserialize-struct.html":{"url":"deserialize-struct.html","title":"Manually deserialize struct","keywords":"","body":"Manually implementing Deserialize for a struct\nOnly when derive is not getting the job done.\nThe Deserialize impl below corresponds to the following struct:\nstruct Duration {\n secs: u64,\n nanos: u32,\n}\n\nDeserializing a struct is somewhat more complicated than deserializing a\nmap in order to avoid allocating a String to hold the field\nnames. Instead there is a Field enum which is deserialized from a &str.\nThe implementation supports two possible ways that a struct may be represented\nby a data format: as a seq like in Postcard, and as a map like in JSON.\nuse std::fmt;\n\nuse serde::de::{self, Deserialize, Deserializer, Visitor, SeqAccess, MapAccess};\n\nimpl Deserialize for Duration {\n fn deserialize(deserializer: D) -> Result\n where\n D: Deserializer,\n {\n enum Field { Secs, Nanos }\n\n // This part could also be generated independently by:\n //\n // #[derive(Deserialize)]\n // #[serde(field_identifier, rename_all = \"lowercase\")]\n // enum Field { Secs, Nanos }\n impl Deserialize for Field {\n fn deserialize(deserializer: D) -> Result\n where\n D: Deserializer,\n {\n struct FieldVisitor;\n\n impl Visitor for FieldVisitor {\n type Value = Field;\n\n fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result {\n formatter.write_str(\"`secs` or `nanos`\")\n }\n\n fn visit_str(self, value: &str) -> Result\n where\n E: de::Error,\n {\n match value {\n \"secs\" => Ok(Field::Secs),\n \"nanos\" => Ok(Field::Nanos),\n _ => Err(de::Error::unknown_field(value, FIELDS)),\n }\n }\n }\n\n deserializer.deserialize_identifier(FieldVisitor)\n }\n }\n\n struct DurationVisitor;\n\n impl Visitor for DurationVisitor {\n type Value = Duration;\n\n fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result {\n formatter.write_str(\"struct Duration\")\n }\n\n fn visit_seq(self, mut seq: V) -> Result\n where\n V: SeqAccess,\n {\n let secs = seq.next_element()?\n .ok_or_else(|| de::Error::invalid_length(0, &self))?;\n let nanos = seq.next_element()?\n .ok_or_else(|| de::Error::invalid_length(1, &self))?;\n Ok(Duration::new(secs, nanos))\n }\n\n fn visit_map(self, mut map: V) -> Result\n where\n V: MapAccess,\n {\n let mut secs = None;\n let mut nanos = None;\n while let Some(key) = map.next_key()? {\n match key {\n Field::Secs => {\n if secs.is_some() {\n return Err(de::Error::duplicate_field(\"secs\"));\n }\n secs = Some(map.next_value()?);\n }\n Field::Nanos => {\n if nanos.is_some() {\n return Err(de::Error::duplicate_field(\"nanos\"));\n }\n nanos = Some(map.next_value()?);\n }\n }\n }\n let secs = secs.ok_or_else(|| de::Error::missing_field(\"secs\"))?;\n let nanos = nanos.ok_or_else(|| de::Error::missing_field(\"nanos\"))?;\n Ok(Duration::new(secs, nanos))\n }\n }\n\n const FIELDS: &'static [&'static str] = &[\"secs\", \"nanos\"];\n deserializer.deserialize_struct(\"Duration\", FIELDS, DurationVisitor)\n }\n}\n\n"},"ignored-any.html":{"url":"ignored-any.html","title":"Discarding data","keywords":"","body":"Discarding data\nThe IgnoredAny type gives an efficient way of discarding data from a\ndeserializer.\nThink of this like serde_json::Value in that it can be deserialized from\nany type, except that it does not store any information about the data that\ngets deserialized.\nuse std::fmt;\nuse std::marker::PhantomData;\n\nuse serde::de::{\n self, Deserialize, DeserializeSeed, Deserializer, Visitor, SeqAccess,\n IgnoredAny,\n};\nuse serde_json::json;\n\n// A seed that can be used to deserialize only the `n`th element of a sequence\n// while efficiently discarding elements of any type before or after index `n`.\n//\n// For example to deserialize only the element at index 3:\n//\n// NthElement::new(3).deserialize(deserializer)\npub struct NthElement {\n n: usize,\n marker: PhantomData T>,\n}\n\nimpl NthElement {\n pub fn new(n: usize) -> Self {\n NthElement {\n n: n,\n marker: PhantomData,\n }\n }\n}\n\nimpl Visitor for NthElement\nwhere\n T: Deserialize,\n{\n type Value = T;\n\n fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result {\n write!(formatter, \"a sequence in which we care about element {}\", self.n)\n }\n\n fn visit_seq(self, mut seq: V) -> Result\n where\n V: SeqAccess,\n {\n // Skip over the first `n` elements.\n for i in 0..self.n {\n // It is an error if the sequence ends before we get to element `n`.\n if seq.next_element::()?.is_none() {\n return Err(de::Error::invalid_length(i, &self));\n }\n }\n\n // Deserialize the one we care about.\n let nth = seq.next_element()?\n .ok_or_else(|| de::Error::invalid_length(self.n, &self))?;\n\n // Skip over any remaining elements in the sequence after `n`.\n while let Some(IgnoredAny) = seq.next_element()? {\n // ignore\n }\n\n Ok(nth)\n }\n}\n\nimpl DeserializeSeed for NthElement\nwhere\n T: Deserialize,\n{\n type Value = T;\n\n fn deserialize(self, deserializer: D) -> Result\n where\n D: Deserializer,\n {\n deserializer.deserialize_seq(self)\n }\n}\n\nfn main() {\n let array = json!([\"a\", \"b\", \"c\", \"d\", \"e\"]);\n\n let nth: String = NthElement::new(3).deserialize(&array).unwrap();\n\n println!(\"{}\", nth);\n assert_eq!(nth, array[3]);\n}\n\n"},"transcode.html":{"url":"transcode.html","title":"Transcode into another format","keywords":"","body":"Transcode one format into another\nThe serde-transcode crate\nprovides functionality to \"transcode\" from an arbitrary Serde Deserializer to\nan arbitrary Serde Serializer without needing to collect the entire input into\nan intermediate form in memory. This provides a fully general way to convert any\nself-describing Serde data format into any other Serde data format in a\nmemory-efficient streaming way.\nFor example you could transcode a stream of JSON data into a stream of CBOR\ndata, or transcode unformatted JSON into its pretty-printed form.\nThis example implements the equivalent of Go's\njson.Compact function which\nremoves insignificant whitespace from a JSON string in a streaming way.\nuse std::io;\n\nfn main() {\n // A JSON input with plenty of whitespace.\n let input = r#\"\n {\n \"a boolean\": true,\n \"an array\": [3, 2, 1]\n }\n \"#;\n\n // A JSON deserializer. You can use any Serde Deserializer here.\n let mut deserializer = serde_json::Deserializer::from_str(input);\n\n // A compacted JSON serializer. You can use any Serde Serializer here.\n let mut serializer = serde_json::Serializer::new(io::stdout());\n\n // Prints `{\"a boolean\":true,\"an array\":[3,2,1]}` to stdout.\n // This line works with any self-describing Deserializer and any Serializer.\n serde_transcode::transcode(&mut deserializer, &mut serializer).unwrap();\n}\n\n"},"string-or-struct.html":{"url":"string-or-struct.html","title":"Either string or struct","keywords":"","body":"Deserialize either a string or a struct\nThe docker-compose.yml\nconfiguration file has a \"build\" key which can be either a string or a struct.\nbuild: ./dir\n\n# --- or ---\n\nbuild:\n context: ./dir\n dockerfile: Dockerfile-alternate\n args:\n buildno: 1\n\nThe configuration file uses the same pattern in other places as well, typically\nwhere a previously existing string field has been expanded to handle more\ncomplex data.\nWe can use Rust's\nFromStr trait and\nSerde's deserialize_with attribute to handle this pattern in a general way.\nuse std::collections::BTreeMap as Map;\nuse std::fmt;\nuse std::marker::PhantomData;\nuse std::str::FromStr;\n\nuse serde::{Deserialize, Deserializer};\nuse serde::de::{self, Visitor, MapAccess};\nuse void::Void;\n\nfn main() {\n let build_string = \"\n build: ./dir\n \";\n let service: Service = serde_yaml::from_str(build_string).unwrap();\n\n // context=\"./dir\"\n // dockerfile=None\n // args={}\n println!(\"{:?}\", service);\n\n let build_struct = \"\n build:\n context: ./dir\n dockerfile: Dockerfile-alternate\n args:\n buildno: '1'\n \";\n let service: Service = serde_yaml::from_str(build_struct).unwrap();\n\n // context=\"./dir\"\n // dockerfile=Some(\"Dockerfile-alternate\")\n // args={\"buildno\": \"1\"}\n println!(\"{:?}\", service);\n}\n\n#[derive(Debug, Deserialize)]\nstruct Service {\n // The `string_or_struct` function delegates deserialization to a type's\n // `FromStr` impl if given a string, and to the type's `Deserialize` impl if\n // given a struct. The function is generic over the field type T (here T is\n // `Build`) so it can be reused for any field that implements both `FromStr`\n // and `Deserialize`.\n #[serde(deserialize_with = \"string_or_struct\")]\n build: Build,\n}\n\n#[derive(Debug, Deserialize)]\nstruct Build {\n // This is the only required field.\n context: String,\n\n dockerfile: Option,\n\n // When `args` is not present in the input, this attribute tells Serde to\n // use `Default::default()` which in this case is an empty map. See the\n // \"default value for a field\" example for more about `#[serde(default)]`.\n #[serde(default)]\n args: Map,\n}\n\n// The `string_or_struct` function uses this impl to instantiate a `Build` if\n// the input file contains a string and not a struct. According to the\n// docker-compose.yml documentation, a string by itself represents a `Build`\n// with just the `context` field set.\n//\n// > `build` can be specified either as a string containing a path to the build\n// > context, or an object with the path specified under context and optionally\n// > dockerfile and args.\nimpl FromStr for Build {\n // This implementation of `from_str` can never fail, so use the impossible\n // `Void` type as the error type.\n type Err = Void;\n\n fn from_str(s: &str) -> Result {\n Ok(Build {\n context: s.to_string(),\n dockerfile: None,\n args: Map::new(),\n })\n }\n}\n\nfn string_or_struct(deserializer: D) -> Result\nwhere\n T: Deserialize + FromStr,\n D: Deserializer,\n{\n // This is a Visitor that forwards string types to T's `FromStr` impl and\n // forwards map types to T's `Deserialize` impl. The `PhantomData` is to\n // keep the compiler from complaining about T being an unused generic type\n // parameter. We need T in order to know the Value type for the Visitor\n // impl.\n struct StringOrStruct(PhantomData T>);\n\n impl Visitor for StringOrStruct\n where\n T: Deserialize + FromStr,\n {\n type Value = T;\n\n fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result {\n formatter.write_str(\"string or map\")\n }\n\n fn visit_str(self, value: &str) -> Result\n where\n E: de::Error,\n {\n Ok(FromStr::from_str(value).unwrap())\n }\n\n fn visit_map(self, map: M) -> Result\n where\n M: MapAccess,\n {\n // `MapAccessDeserializer` is a wrapper that turns a `MapAccess`\n // into a `Deserializer`, allowing it to be used as the input to T's\n // `Deserialize` implementation. T then deserializes itself using\n // the entries from the map visitor.\n Deserialize::deserialize(de::value::MapAccessDeserializer::new(map))\n }\n }\n\n deserializer.deserialize_any(StringOrStruct(PhantomData))\n}\n\n"},"convert-error.html":{"url":"convert-error.html","title":"Convert error types","keywords":"","body":"Converting error types\nIn some situations, values in some format must be contained inside of data in\nsome other format. For example an IAM policy in Terraform is represented as a\nJSON string contained inside of an HCL config.\nIt would be simple to treat the inner value as just a String, but if we are\ngoing to be manipulating both the inner and outer value it can often be\nconvenient to serialize and deserialize them all at once.\nOne occasional stumbling block in such situations is correctly handling errors.\nThe two formats may (probably do) have different Error types, so some conversion\nis necessary.\nThis example shows a simplified HCL resource containing a simplified IAM policy.\nThe policy document is represented as a JSON string when serialized.\nuse serde::{Serialize, Deserialize};\n\n#[derive(Serialize, Deserialize)]\nstruct Resource {\n name: String,\n\n #[serde(with = \"as_json_string\")]\n policy: Policy,\n}\n\n#[derive(Serialize, Deserialize)]\nstruct Policy {\n effect: String,\n action: String,\n resource: String,\n}\n\n// Serialize and deserialize logic for dealing with nested values represented as\n// JSON strings.\nmod as_json_string {\n use serde_json;\n use serde::ser::{Serialize, Serializer};\n use serde::de::{Deserialize, DeserializeOwned, Deserializer};\n\n // Serialize to a JSON string, then serialize the string to the output\n // format.\n pub fn serialize(value: &T, serializer: S) -> Result\n where\n T: Serialize,\n S: Serializer,\n {\n use serde::ser::Error;\n let j = serde_json::to_string(value).map_err(Error::custom)?;\n j.serialize(serializer)\n }\n\n // Deserialize a string from the input format, then deserialize the content\n // of that string as JSON.\n pub fn deserialize(deserializer: D) -> Result\n where\n T: DeserializeOwned,\n D: Deserializer,\n {\n use serde::de::Error;\n let j = String::deserialize(deserializer)?;\n serde_json::from_str(&j).map_err(Error::custom)\n }\n}\n\nfn main() {\n let resource = Resource {\n name: \"test_policy\".to_owned(),\n policy: Policy {\n effect: \"Allow\".to_owned(),\n action: \"s3:ListBucket\".to_owned(),\n resource: \"arn:aws:s3:::example_bucket\".to_owned(),\n },\n };\n\n let y = serde_yaml::to_string(&resource).unwrap();\n println!(\"{}\", y);\n}\n\n"},"custom-date-format.html":{"url":"custom-date-format.html","title":"Custom date format","keywords":"","body":"Date in a custom format\nThis uses the chrono crate to\nserialize and deserialize JSON data containing a custom date format. The with\nattribute is used to provide the logic for handling the custom representation.\nuse chrono::{DateTime, Utc};\nuse serde::{Serialize, Deserialize};\n\n#[derive(Serialize, Deserialize, Debug)]\npub struct StructWithCustomDate {\n // DateTime supports Serde out of the box, but uses RFC3339 format. Provide\n // some custom logic to make it use our desired format.\n #[serde(with = \"my_date_format\")]\n pub timestamp: DateTime,\n\n // Any other fields in the struct.\n pub bidder: String,\n}\n\nmod my_date_format {\n use chrono::{DateTime, Utc, TimeZone};\n use serde::{self, Deserialize, Serializer, Deserializer};\n\n const FORMAT: &'static str = \"%Y-%m-%d %H:%M:%S\";\n\n // The signature of a serialize_with function must follow the pattern:\n //\n // fn serialize(&T, S) -> Result\n // where\n // S: Serializer\n //\n // although it may also be generic over the input types T.\n pub fn serialize(\n date: &DateTime,\n serializer: S,\n ) -> Result\n where\n S: Serializer,\n {\n let s = format!(\"{}\", date.format(FORMAT));\n serializer.serialize_str(&s)\n }\n\n // The signature of a deserialize_with function must follow the pattern:\n //\n // fn deserialize(D) -> Result\n // where\n // D: Deserializer\n //\n // although it may also be generic over the output types T.\n pub fn deserialize(\n deserializer: D,\n ) -> Result, D::Error>\n where\n D: Deserializer,\n {\n let s = String::deserialize(deserializer)?;\n Utc.datetime_from_str(&s, FORMAT).map_err(serde::de::Error::custom)\n }\n}\n\nfn main() {\n let json_str = r#\"\n {\n \"timestamp\": \"2017-02-16 21:54:30\",\n \"bidder\": \"Skrillex\"\n }\n \"#;\n\n let data: StructWithCustomDate = serde_json::from_str(json_str).unwrap();\n println!(\"{:#?}\", data);\n\n let serialized = serde_json::to_string_pretty(&data).unwrap();\n println!(\"{}\", serialized);\n}\n\n"},"no-std.html":{"url":"no-std.html","title":"No-std support","keywords":"","body":"No-std support\nThe serde crate has a Cargo feature named \"std\" that is enabled by default.\nIn order to use Serde in a no_std context this feature needs to be disabled.\nModify your Serde dependency in Cargo.toml to opt out of enabled-by-default\nfeatures.\n[dependencies]\nserde = { version = \"1.0\", default-features = false }\n\nBe aware that Cargo features are unioned together across your entire dependency\ngraph. That means if any other crate you depend on has not opted out of Serde's\ndefault features, you will build Serde with the std feature enabled whether or\nnot your direct dependency on Serde has default-features = false.\nIn particular, a dependency on serde_json always needs Serde built with std.\nIf you need JSON support without a standard library, please use\nserde-json-core instead of serde_json.\nDerive\nThe #[derive(Serialize, Deserialize)] derive macros work just the same in a\nno-std crate.\n[dependencies]\nserde = { version = \"1.0\", default-features = false, features = [\"derive\"] }\n\nSome deserialization features that require a heap-allocated temporary buffer\nwill not be available in no-std mode without a memory allocator. In particular\nuntagged enums cannot be deserialized.\nMemory allocation\nOpting out of the \"std\" feature of Serde removes support for any standard\nlibrary data structures that involve heap memory allocation, including String\nand Vec. It also removes some features of derive(Deserialize) including\nuntagged enums.\nYou can opt back in to these impls in an unstable way by enabling the \"alloc\"\nCargo feature. This configuration provides integration for heap-allocated\ncollections without depending on the rest of the Rust standard library.\n[dependencies]\nserde = { version = \"1.0\", default-features = false, features = [\"alloc\"] }\n\n"},"feature-flags.html":{"url":"feature-flags.html","title":"Feature flags","keywords":"","body":"Feature flags\nThe serde crate defines some Cargo features to enable using Serde in a\nvariety of freestanding environments.\nBuilding Serde with default-features = false, you will receive a stock\nno_std Serde with no support for any of the collection types.\n\n\nfeatures = [\"derive\"] \nProvide derive macros for the Serialize and Deserialize traits.\nThis is behind a feature because the derive macro implementation takes some\nextra time to compile.\nfeatures = [\"std\"] \nThis feature is enabled by default.\nProvide impls for common standard library types like Vec and\nHashMap. Requires a dependency on the Rust standard library.\nSee no-std support for details.\nfeatures = [\"unstable\"] \nProvide impls for types that require unstable functionality. For tracking and\ndiscussion of unstable functionality please refer to serde-rs/serde#812.\nfeatures = [\"alloc\"] \nProvide impls for types in the Rust core allocation and collections library\nincluding String, Box, Vec, and Cow. This is a subset\nof std but may be enabled without depending on all of std.\nRequires a dependency on the core allocation library.\nSee no-std support for details.\nfeatures = [\"rc\"] \nOpt into impls for Rc and Arc. Serializing and deserializing\nthese types does not preserve identity and may result in multiple copies of the\nsame data. Be sure that this is what you want before enabling this feature.\nSerializing a data structure containing reference-counted pointers will\nserialize a copy of the inner value of the pointer each time a pointer is\nreferenced within the data structure. Serialization will not attempt to\ndeduplicate these repeated data.\nDeserializing a data structure containing reference-counted pointers will not\nattempt to deduplicate references to the same data. Every deserialized pointer\nwill end up with a strong count of 1.\n"}}} \ No newline at end of file +{"index":{"version":"0.5.12","fields":[{"name":"title","boost":10},{"name":"keywords","boost":15},{"name":"body","boost":1}],"ref":"url","documentStore":{"store":{"./":["#[derive(serialize,","&str,","(deseri","(or","(serial","//","1,","2","=","abov","addition,","ain't","allow","along","apach","apis.","around","attribut","automat","avoid","avro,","aw","away","back","bazel","bencode,","between","binari","bittorr","box,","bson,","buck","build","built","bus'","cargo.","cbor,","code","common","community.","compact","compil","compiler,","complet","concis","configur","consist","convert","copi","cousin","d","data","data,","debug)]","definition.","deriv","describ","deseri","deserialize,","deserialized);","deserialized:","deserialize};","design","dynamodb","dynamodb.","each","ecosystem","editing.","effici","embed","envi","environ","envy,","es5.","exampl","expressions,","extens","fact","family.","flatbuff","flexbuffers,","fn","follow","form","format","format.","formats.","framework","friendli","gener","generically.","goe","google'","group","hadoop,","handwritten","hashmap","hjson,","http","human","i32,","implement","includ","information.","input.","instead","interact","items,","itself","javascript","json","json,","json.","json5,","know","languag","language.","layer","leav","lisp","list","macro","main()","mani","markup","messag","messagepack,","minim","mongodb.","need","negotiation.","network","no_std","notat","notation.","object","on","only)","optim","other,","out","overhead","overview","paramet","partial","perform","pickle,","point","point.","postcard,","power","print","println!(\"deseri","println!(\"seri","procedur","process","proclaim","product","program.","protocol.","provid","python","queri","read","reflect","reli","represent","resembl","ron,","runtim","rusoto_dynamodb","rust","rust'","rusti","s","same","schema","schemaless","select","self","serd","serde'","serde::{serialize,","serde_json::from_str(&serialized).unwrap();","serde_json::to_string(&point).unwrap();","serial","serialized);","simpl","situat","size","small","specif","speed","starlark,","storag","store","store,","streams,","string","string,","string.","strings,","struct","structs.","structur","superset","support","supported.","syntax","system","system.","systems.","target","textual","themselv","things.","this:","time).","token","toml,","trait","transfer","two","type","ubiquit","url","urlencod","us","usize,","variabl","vec,","version","way","wire","within","without","world.","www","x","x:","y:","yaml,","zero","{","{\"x\":1,\"y\":2}","{:?}\",","{}\",","}","};"],"help.html":["#beginn","#gener","#rust","(invite:","/r/rust","[rust]","asynchronous,","beginn","channel","chat,","commun","community),","congreg","consid","discord","discours","easi","forum.","get","help","https://discord.gg/rust","lang","lang),","librari","offici","on","out.","pin","place","post,","project","question","rust","rustacean","serd","stackoverflow,","stream","subreddit","tag","tri","unoffici","us","usag","weekli","wide","zulip."],"data-model.html":["()","(string,","(u8,)","//","0","10].","14","16","29","8","[u64;","[u8]","a,","act","allow","anonym","api","appropri","arbitrari","around","array","array.","awar","b","b:","befor","best","between","bit","bool","borrowed.","both","brittl","broader","btreemap.","byte","bytes.","case","case.","char","char.","choice.","code,","collect","compil","consid","consist","constant","contain","context","copi","correspond","data","data,","data.","defin","definit","deseri","deserialization.","deserialize,","deserializing,","determin","distinct","dure","e","e::","e::a","e::b","e::n","e::t","each","effect","effici","enabl","end","entries.","enum","enum.","equally.","even","exactli","exampl","example,","explain","f32,","f64","fix","flavor","flexibl","follow","form","format","format,","fundament","g:","guarante","half","handl","hashset.","heterogen","homogen","i128","i16,","i32,","i64,","i8,","impl","implement","individu","input","instead","instinct","intend","interact.","invok","iter","key","known","length","lifetim","look","make","map","match","method","methods,","methods.","millimeters(u8).","model","model,","model.","n(u8)","name","nativ","natur","need","newtype_struct","newtype_vari","non","none","note","now","null","on","option","osstr","output","owned,","pair","pairing,","pass","perform","phantomdata.","platform","platform.","possibl","powerful.","primit","problem","profound","r:","reason","receiv","repres","represent","representation.","respons","rgb(u8,","rust","rust'","rust.","s","seem","seq","seq,","sequenc","serd","serde'","serial","serializing,","similar","simplifi","size","static","std::ffi::osstr","straightforward.","string","string,","string.","strings,","strings:","struct","struct_vari","structur","system","system.","t(u8,","terminator.","think","though","three","through","time","trait","trait.","transient,","treat","tupl","tuple,","tuple_struct","tuple_vari","type","type,","type.","types,","types.","types:","u128","u16,","u32,","u64,","u8","u8)","u8).","u8,","understand","unfortun","unit","unit_struct","unit_vari","unix","unix(vec),","up","us","utf","valu","value.","value::char('c')]","values,","values.","variabl","variou","vec","vec![value::bool(true),","vec)","visitor","way","window","windows(vec),","without","wrong","zero","{","}","}."],"derive.html":["\"0.1.0\"","\"1.0\"","\"1.0\",","\"]","\"mi","#","#[derive(deserialize)]","#[derive(serialize)]","#[derive(serialize,","#[derive]","$","(for","0.9.","1,","1.0","1.0.","1.31","2","=","[\"derive\"]","[\"me","[dependencies]","[package]","`...`","`serde::ser::serialize`","add","allow","alway","appropri","author","automat","base","be","bounds.","built","cargo","cargo.toml","cargo.toml.","cargo.toml:","clearli","clone,","code","command","compat","compil","compiler'","conveni","convolut","copy,","crate\"","crate,","custom","d","data","debug)]","debug,","defin","depend","deriv","derives:","deseri","deserialize)].","deserialize,","deserialize.","deserialized);","deserialized:","deserialize};","differ","downgrad","duplic","elabor","ensur","enum","enum.","error","especi","even","exampl","example,","expect","featur","find","fix","fn","formats.","function","gener","help","here","i32,","implement","implemented,","import","in.","includ","incompat","it.","librari","macro","main()","manually.","match.","mean","mechanism,","modul","name","need","newer.","now","occasions,","on","output:","perspect","place","point","println!(\"deseri","println!(\"seri","provid","pull","rare","repres","requir","run","rust","rust'","same","see","serd","serde'","serde.","serde::deserialize;","serde::serialize;","serde::{serialize,","serde_json","serde_json)","serde_json::from_str(&serialized).unwrap();","serde_json::to_string(&point).unwrap();","serial","serialize,","serialized);","set","similarli","sometim","src/main.r","struct","structur","tell","though","time","total","trait","traits.","tree","troubleshoot","type","until","up","upgrad","us","version","want","within","write","x:","y:","you:","{","{\"x\":1,\"y\":2}","{:?}\",","{}\",","}","};"],"attributes.html":["#[derive(serialize,","#[serde(deny_unknown_fields)]","//","1.15","appli","attribut","attributes:","categori","compil","contain","custom","declaration.","derive.","deseri","deserialize)]","enum","enum,","enum.","field","implement","it.","multipl","newer.","note","on","produc","requir","rust","serde'","serial","singl","struct","struct,","three","us","variant","variant,","variant.","version","—"],"container-attrs.html":["\"...\"))]","\"...\")]","\"...\",","\"c\")]","\"camelcase\",","\"de_name\"))]","\"fromtype\")]","\"intotype\")]","\"kebab","\"lowercase\",","\"my_default\"","\"name\")]","\"pascalcase\",","\"path\")]","\"scream","\"screaming_snake_case\",","\"ser_name\"))]","\"ser_name\",","\"snake_case\",","\"sometrait::some_default\"","\"t\",","\"t:","\"type\")]","\"uppercase\",","#[repr(transparent)].","#[serde(bound","#[serde(bound(deseri","#[serde(bound(seri","#[serde(cr","#[serde(default","#[serde(default)]","#[serde(deny_unknown_fields)]","#[serde(expect","#[serde(from","#[serde(into","#[serde(remot","#[serde(renam","#[serde(rename(deseri","#[serde(rename(seri","#[serde(rename_al","#[serde(rename_all(deseri","#[serde(rename_all(seri","#[serde(tag","#[serde(transparent)]","#[serde(try_from","#[serde(untagged)]","(if","(or","=",">","accord","adjac","allow","alway","analog","api","applic","attribut","bound","brace","callabl","case","case\",","case\".","claus","clone","code.","combin","contain","content","content.","convention.","convert","converting.","crate","crate.","custom","default","default.","deriv","describ","deseri","deserialization:","deserialize.","deserializing,","detail","differ","display,","dure","encount","enum","enum)","enum,","enum.","enum:","enums.","error","exactli","exampl","expect","export","fallibly.","fallthrough","field","field.","fields.","fields:","fill","flatten","flatten,","fn()","format","from,","fromtyp","fromtype,","front","function","gener","given","ignor","implement","impls.","independ","infer","instanc","instead","intern","into,","intotyp","invok","itself.","json.","kebab","key,","macro","messag","messages.","method","method.","miss","my_default()","mydetrait\"))]","mysertrait\"))]","mysertrait\",","mytrait\")]","name","name.","newtyp","normal","note:","object","on","outer","path","possibl","present,","public","re","real","refer","remot","renam","replac","represent","representation,","representation.","return","rust","same","see","self","serd","serde(rename))","serde.","serial","serialize.","sometrait::some_default().","specifi","struct","struct'","struct)","struct.","structs.","support","t.","tag","tag.","text","that.","trait","tryfrom","type","types.","unknown","untag","us","valu","variant","visitor,","vs"],"variant-attrs.html":["\"'a","\"...\"))]","\"...\")]","\"...\",","\"a\"","\"b\".","\"camelcase\",","\"de_name\"))]","\"kebab","\"lowercase\",","\"module\")]","\"name\")]","\"pascalcase\",","\"path\")]","\"scream","\"screaming_snake_case\",","\"ser_name\"))]","\"ser_name\",","\"snake_case\",","\"t:","\"uppercase\",","\"variant\"","\"variant\")","#[serde(alia","#[serde(borrow","#[serde(borrow)]","#[serde(bound","#[serde(bound(deseri","#[serde(bound(seri","#[serde(deserialize_with","#[serde(other)]","#[serde(renam","#[serde(rename(deseri","#[serde(rename(seri","#[serde(rename_al","#[serde(rename_all(deseri","#[serde(rename_all(seri","#[serde(serialize_with","#[serde(skip)]","#[serde(skip_deserializing)]","#[serde(skip_serializing)]","#[serde(with","$module::deseri","$module::seri","&field1,","'b","()","(a","+","...\")]","...,","=",">","a,","accord","adjac","allow","although","and/or","anyth","argument","argument,","attribut","b,","borrow","bound","callabl","case","case\",","case\".","claus","combin","contain","convention.","copi","current","d:","data","deriv","deseri","deserialization.","deserialization:","deserialize.","deserialize_with","deserialize_with.","deserializer,","differ","element","enum","enum.","error.","exampl","example.","exist","field","field).","field.","fields.","field{n}","fn(&field0,","fn(d)","function","function.","gener","given","implement","impls.","independ","infer","input","insid","instead","intern","kebab","mark","multipl","mydetrait\"))]","mysertrait\"))]","mysertrait\",","mytrait\")]","name","name.","never","newtyp","on","over","possibl","renam","repeat","replac","requir","result","rust","s","s)","s:","same","see","serd","serde(other),","serde(tag","serial","serialize.","serialize_with","serializer,","specifi","struct","tag","time","trait","treat","tri","tupl","tuple/struct","type.","types.","unit","unknown","us","valu","variant","variant.","vs","zero"],"field-attrs.html":["\"'a","\"...\"","\"...\")]","\"de_name\"))]","\"empty_value\"","\"module\")]","\"name\")]","\"option::is_none\"","\"path\")]","\"ser_name\"))]","\"ser_name\",","\"sometrait::some_default\"","\"t:","#[serde(alia","#[serde(borrow","#[serde(borrow)]","#[serde(bound","#[serde(bound(deseri","#[serde(bound(seri","#[serde(default","#[serde(default)]","#[serde(deserialize_with","#[serde(flatten)]","#[serde(gett","#[serde(renam","#[serde(rename(deseri","#[serde(rename(seri","#[serde(serialize_with","#[serde(skip)]","#[serde(skip_deserializing)]","#[serde(skip_serializing)]","#[serde(skip_serializing_if","#[serde(with","$module::deseri","$module::seri","'b","+","...\")]","=",">","allow","although","arbitrari","attribut","attribute.","between","bool,","borrow","bound","call","callabl","camelcas","captur","claus","combin","common","contain","content","copi","current","d:","data","default","default::default()","default::default().","defin","deny_unknown_fields.","deriv","deseri","deserialization.","deserialization:","deserialize.","deserialize_with","deserialize_with.","deserializer,","deserializing,","deserializing.","determin","differ","empty_value()","exampl","example.","examples.","factor","field","field.","field:","fields.","flatten","fn(&t)","fn(&t,","fn()","fn(d)","function","function.","gener","given","implement","impls.","in.","independ","infer","inner","instead","invok","it.","key","keys.","keywords.","level","map","more","multipl","mydetrait\"))]","mysertrait\"))]","mysertrait\",","mytrait\")]","name","name.","none.","note:","on","option","outer","over","page","possibl","present","privat","provid","remain","remot","remov","repeat","replac","represent","representation.","requir","reserv","result","rust","s)","s:","same","see","serd","serial","serialize.","serialize_with","serializer,","serializing,","serializing.","share","skip","skip_serializing_if","sometrait::some_default().","specifi","string","struct","structur","structure,","support","t.","trait","type","us","valu","value.","vs","whether","zero"],"custom-serialization.html":["#[derive(serialize,",">","allow","attributes.","behavior","custom","d)","d:","default","deriv","deseri","deserialize(deserializer:","deserialize)]","deserialize:","deserializer;","differ","each","enum","exampl","extent","fn","format,","full","gener","implement","json","macro","manual","method","method:","needs,","on","over","postcard.","provid","pub","reason","repres","result","s)","s:","serd","serde'","serial","serialize(&self,","serializer:","serializer;","singl","size","struct","through","trait","traits.","type","type.","unusu","us","{","}"],"impl-serialize.html":["&[u8]","&[u8].","&self.b)?;","&self.g)?;","&self.r)?;","(&self)","(k,","//","1.","16]","2.","3","3)?;","3.","=",">","[t;","appropri","around","arrays.","b:","back","begin","behavior","between","builtin","byte","bytes.","c","case","color","compactli","compactly.","compar","compil","compound","condit","constant","contain","correspond","crate","crate.","current","custom","data","data.","defin","deriv","describ","deseri","differ","distinct","distinguish","e","effici","elements,","enabl","encourag","end","end.","enum","enums.","exactli","exampl","example,","expect","f64),","f64);","field","finally,","fn","follow","form.","format","formats,","four","g:","gener","given","handl","here","i32","i32.","impl","implement","inches(u64),","inches(u64);","includ","init,","inner","insignific","instance,","instance;","invok","it.","job","json","json'","json.","k:","key","known","land","length","look","lot","make","map","map.","map.end()","map.serialize_entry(k,","maps.","method","method'","model","more","much","mut","mymap","need","newtyp","non","now","null","number","number.","on","onc","option","option::non","option::none.","option::som","order","ordinari","out.","part","point2d(f64,","primit","primitives.","process","process:","provid","pub","r:","repres","respons","result","rust","rust'","s)","s:","see","self","seq","seq,","seq.end()","seq.serialize_element(e)?;","sequenc","serd","serde'","serde::ser::{serialize,","serde_byt","serial","serialize(&self,","serialize,","serialize_byt","serialize_bytes.","serialize_field","serialize_i32","serialize_newtype_struct.","serialize_newtype_variant.","serialize_non","serialize_seq.","serialize_som","serialize_struct","serialize_struct_vari","serialize_tupl","serialize_tuple_struct","serialize_tuple_vari","serialize_unit_struct.","serialize_unit_variant.","serializemap};","serializer,","serializer.","serializer.serialize_i32(*self)","serializer.serialize_map(some(self.len()))?;","serializer.serialize_seq(some(self.len()))?;","serializer.serialize_struct(\"color\",","serializer:","serializer;","serializeseq,","serializestruct};","similar","simplest","special","stabl","state","state.end()","state.serialize_field(\"b\",","state.serialize_field(\"g\",","state.serialize_field(\"r\",","step","string","struct","struct.","structs.","such","support,","t:","take","tend","this:","three","through","time","time.","trait","trait.","treat","treatment","tupl","two","type","u8","u8,","unit","us","user","usual","v)","v)?;","v:","value,","value.","variant","vec","veri","way","without","wrapper","yourself,","yourself.","{","}","},"],"impl-deserialize.html":["\"driving\"","&&","&mut","({)","2^31","2^31\")","=",">",">=","alike.","approach","appropri","avoid","behavior","between","brace","call","called.","case","complic","construct","contain","crate.","curli","custom","d)","d:","data","data,","de::error,","defin","depend","deriv","describ","deseri","deserialization.","deserialize(deserializer:","deserialize,","deserialize:","deserialize_*","deserialize_ani","deserialize_i32","deserializer,","deserializer.","deserializer.deserialize_i32(i32visitor)","deserializer::deserialize_ani","deserializer::deserialize_any,","deserializer::deserialize_any.","deserializer;","desir","differ","document,","document.","drive","driven","e:","enabl","entri","enum","error","error.","even","exampl","expecting(&self,","fmt::formatter)","fmt::result","fn","follow","format","formatter.write_str(\"an","formatter:","gener","given","go","here","hint","hint,","i32","i32)","i32;","i32visitor","i32visitor.","i32visitor::visit_i32.","i32visitor;","i64)","i64::from(i32::min)","i8)","impl","implement","input","input.","instanc","instanti","integ","integer,","interpret","it.","job","json","kind","know","known","leav","look","lot","mani","map","map.","mean","method","method'","method.","methods.","model","more","necessarili","need","next","non","note","ok(i32::from(value))","ok(value)","on","only,","open","order","others.","out","pass","piec","point","postcard","primit","provid","pub","reli","repres","represents.","result","return","rule","see","self","serd","serde'","serde::de::{self,","serde_json::valu","serial","serialize.","sign","size","someth","std::fmt;","std::i32;","struct","style","support","support,","tell","tend","this:","through","told","trait","treat","tri","two","type","type.","types.","unimpl","unless","unsign","us","valu","value:","varieti","variou","visit_i32(self,","visit_i64","visit_i64(self,","visit_i8(self,","visit_u64","visitor","visitor.","visitor::visit_map,","visitor};","way","whatev","without","yourself.","{","}"],"unit-testing.html":["#[test]","&[","10);","20);","30);","=","]);","abstract","assert_de_token","assert_ser_token","assert_token","assert_tokens(&map,","assert_tokens};","both","call","calls,","calls.","character","concis","conditions.","conveni","correspond","cours","crate","crate.","deseri","deserialize.","directions.","exampl","expect","failur","fn","function","hash","here","impl","implement","len:","link","linked_hash_map::linkedhashmap;","linkedhashmap::::new();","linkedhashmap::new();","made","map","map.insert('a',","map.insert('b',","map.insert('c',","method","mut","particular","provid","roughli","sequenc","serde_test","serde_test::{token,","serial","some(0)","some(3)","test","test_ser_de()","test_ser_de_empty()","token","token::char('a'),","token::char('b'),","token::char('c'),","token::i32(10),","token::i32(20),","token::i32(30),","token::map","token::mapend,","unit","us","valu","value,","way","write","{","}","},"],"data-format.html":["arbitrari","basic","befor","buildabl","choic","code","convent","crate","data","deseri","deserializer.","efficiency.","error","export","file","find","follow","format","four","function","github","go","handl","help","implement","implementing.","import","interpret","json","librari","library.","maximum","model.","noth","page","pars","render","repository.","role","root","scratch","second","serd","serde.","serial","sourc","specific:","structur","take","thing","through","togeth","trait","understand","us","user","user'","veri","walk","whatev","write","—"],"conventions.html":["&[u8],","&str,","addition,","api","basic","begin","beyond","both","common","convent","crate","data","de","de::{from_str,","de;","depend","deseri","deserialization.","deserializer};","detail","discuss","equival","error","error::{error,","error;","exampl","export","expos","follow","format","from.","from_byt","from_read","from_str","from_xyz","function","implement","io::read.","io::write.","level","mod","modul","module:","modules.","more","on","pages.","pluggabl","pretti","printer","provid","pub","re","result","result};","return","root","ser","ser::{to_string,","ser;","serd","serde::deserializer.","serde::serializer.","serde_json","serde_json::ser::formatter.","serial","serializer};","specif","src/lib.r","std::result::result.","string,","support","take","this.","those","three","to.","to_abc","to_byt","to_str","to_writ","top","trait","type","typedef","under","us","vec,","write"],"error-handling.html":["#[derive(debug)]","&mut","*/","/*","//","=","=>",">","`de::error`","`de::error`.","`ser::error`","addit","allow","around","bare","be","bone","built","byte","case","column","constructor","crate","creat","current","custom(msg:","data","de::error","defin","deseri","deserialization,","deserialize,","directli","display","display};","dure","end","enum","eof,","error","error::eof","error::message(msg)","error::message(msg.to_string())","especi","exampl","expectedarray,","expectedarraycomma,","expectedarrayend,","expectedboolean,","expectedenum,","expectedinteger,","expectedmap,","expectedmapcolon,","expectedmapcomma,","expectedmapend,","expectednull,","expectedstring,","expos","fail,","fail.","failur","field","fmt(&self,","fmt::formatter)","fmt::result","fn","format","format,","format.","formatter.write_str(\"unexpect","formatter.write_str(msg),","formatter:","forth","function","go","handl","happen","impl","implementation.","inform","input","input\"),","input,","into.","invalid.","json","json.","key","librari","library,","library.","line","map","match","message(string),","missing.","model","modes.","more","mutex","non","not.","occurred,","offset","on","output","poisoned,","poisoned.","possibl","process","processed.","provid","pub","public","real","requir","result","return","rust","self","ser::error","serd","serde'","serde,","serde::{de,","serial","serialization,","ser};","situations.","specif","src/error.r","std::error::error","std::fmt::{self,","std::result::result;","std;","step","string","struct","structur","structure.","syntact","syntax,","t)","through","trailingcharacters,","trait","traits.","type","type,","us","usual","valu","variant","variou","visitor","without","work","wrong","zero","{","{}","}"],"impl-serializer.html":["!self.output.ends_with('[')","!self.output.ends_with('{')","\",\";","\":\";","\":[\";","\":{\";","\"[\";","\"\\\"\";","\"]\";","\"]}\";","\"b\"],","\"extern","\"false\"","\"null\";","\"true\"","\"{\";","\"}\";","\"}}\";","#[derive(serialize)]","#[test]","&'a","&'static","&[u8])","&str)","&t)","&t,","&v.to_string();","'\"'","();","()`","(and","(instead","(or",")","**self)","**self)?;","**self`)","*self)?;","+","+=","...","//","////////////////////////////////////////////////////////////////////////////////","1","1,","12","2);","7","=",">","?size","[data...]","_len:","_name:","_variant_index:","`&mut","`[`.","`]`","`deseri","`end`","`error`","`io::write`","`itoa`","`none`","`null`.","`ok","`ok`","`serialize_entry`","`serialize_key`","`serialize_seq`","`serialize_str`","`serialize_struct_variant`.","`serialize_tuple_variant`","`serialize_value`","`serialize_value`.","`serialize`","`serializemap`","`serializer`","`serializetuplevariant`,","`some(())`","`to_abc`","`to_bytes`,","`to_string`,","`to_string`.","`to_writer`","`{","`}`.","a:","above:","absent","addit","again","again,","ahead","allow","alreadi","anonym","anyway.","api","append","approach","around","around.","array","assert_eq!(to_string(&n).unwrap(),","assert_eq!(to_string(&s).unwrap(),","assert_eq!(to_string(&t).unwrap(),","assert_eq!(to_string(&test).unwrap(),","assert_eq!(to_string(&u).unwrap(),","associ","avail","back","base64","basic","begin","begun","behav","behavior","below","between","beyond","binari","bit","bool)","both","brace","buffer","build","byte","bytes.","call","calls.","case","char","char)","charact","character.","choos","close","code","colon","compact","compactly.","compil","complicated.","compound","constant","constrain","contain","contain.","convention,","correspond","crate.","curli","data","data,","data.","deal","default","depend","deseri","differ","different.","differently.","distinguish","doesn't","don't","done","dure","e","e::newtype(1);","e::struct","e::tuple(1,","e::unit;","each","effici","element","emit","empti","encourag","end","end(self)","enum","error","error::{error,","error;","escap","especi","exampl","exclus","expect","expected);","explicitli","extern","f32)","f64)","field","fine.","fn","follow","form","form.","format","formats,","formats.","front.","function","give","go","happen","have","here","here,","here.","hold","human","i16)","i32)","i64)","i8)","idea.","impl","implement","independ","index","individu","individually.","input","insignific","instance,","int:","integ","integers,","intellig","invalid","json","json.","k:","keep","key","key.serialize(&mut","key:","kind","know","known","len:","length","length,","littl","logic","look","lossi","lot","make","map","maps.","match","mean","memori","method","methods)","methods.","model","model.","more","mut","n","name","name.","name:","need","newtyp","newtype(u32),","none","note","now","occur","ok","ok(())","ok(self)","ok(serializer.output)","omit","on","open","optim","option","option)","output","output.","output:","page","particular,","particularli","peopl","perform","possible.","present","primit","print","produc","propag","pub","public","r#\"\"unit\"\"#;","r#\"{\"int\":1,\"seq\":[\"a\",\"b\"]}\"#;","r#\"{\"newtype\":1}\"#;","r#\"{\"struct\":{\"a\":1}}\"#;","r#\"{\"tuple\":[1,2]}\"#;","readabl","real","receiv","refer","repres","representation,","representation.","requir","respons","result","result};","return","rust","rustdoc","s","same","same.","self,","self.output","self.serialize_f64(f64::from(v))","self.serialize_i64(i64::from(v))","self.serialize_map(some(len))","self.serialize_seq(some(len))","self.serialize_seq(some(v.len()))?;","self.serialize_str(&v.to_string())","self.serialize_str(variant)","self.serialize_u64(u64::from(v))","self.serialize_unit()","self;","separ","seq","seq.end()","seq.serialize_element(byte)?;","seq:","sequenc","sequence,","sequence.","ser::seri","ser::serializemap","ser::serializeseq","ser::serializestruct","ser::serializestructvari","ser::serializetupl","ser::serializetuplestruct","ser::serializetuplevari","serd","serde,","serde.","serde::ser::serializeseq;","serde::{ser,","serial","serializ","serialization.","serialize,","serialize_bool(self,","serialize_bytes(self,","serialize_char(self,","serialize_element(&mut","serialize_f32(self,","serialize_f64(self,","serialize_field(&mut","serialize_i16(self,","serialize_i32(self,","serialize_i64(self,","serialize_i8(self,","serialize_key(&mut","serialize_map(self,","serialize_newtype_struct(","serialize_newtype_variant(","serialize_none(self)","serialize_seq(self,","serialize_some(self,","serialize_str(self,","serialize_struct(","serialize_struct_variant(","serialize_tuple(self,","serialize_tuple_struct(","serialize_tuple_variant(","serialize_u16(self,","serialize_u32(self,","serialize_u64(self,","serialize_u8(self,","serialize_unit(self)","serialize_unit_struct(self,","serialize_unit_variant(","serialize_value(&mut","serialized.","serializemap","serializer)?;","serializer.","serializeseq","serializestruct","serializestructvari","serializetupl","serializetuplestruct","serializetuplevari","serialize};","set","sign","similar","simpl","simpler","simplifi","simultaneously.","singl","size","sizes.","someth","src/ser.r","start","start,","state","store","str)","str,","string","string,","string.","string::new(),","strings.","struct","struct.","structs.","structur","success","such","support","t","t:","tag","tagged\"","test","test_enum()","test_struct()","text","thing","third","three","time","time.","to_string(value:","track","trait","trait.","treat","tupl","tuple(u32,","tuples.","type","type.","types.","typic","u","u16)","u32","u32)","u32),","u32,","u64)","u8)","unfortun","unit","unit,","unsign","up","us","used.","usize)","usize,","v","v,","v:","v;","valid","valu","value,","value.","value.serialize(&mut","value.serialize(self)","value:","variant","variant),","variant.serialize(&mut","variant:","vec![\"a\",","vec,","whether","within","without","work","wrapper","zero","{","}","},","};","}`."],"impl-deserializer.html":["!=","!self.first","\"access\"","\"b\".to_owned()],","\"extern","\"struct\"","\"understand","#[derive(deserialize,","#[test]","&&","&'a","&'de","&'static","&self.input[\"false\".len()..];","&self.input[\"null\".len()..];","&self.input[\"true\".len()..];","&self.input[..len];","&self.input[1..];","&self.input[ch.len_utf8()..];","&self.input[len","'","'\"'","','","'0'..='9'","'0'..='9')","':'","'['","']'","'f'","'n'","'t'","'{'","'}'",")","*=","*self.de)","*self.de).map(some)","*self.de)?;","+","+=","...","//","////////////////////////////////////////////////////////////////////////////////","1","1,","1..];","2);","8","=","==","=>",">","@","[&'static","[data...]","_","_fields:","_len:","_name:","_variants:","_visitor:","`001`","`deserialize_any`","`deserialize_any`,","`deserialize_enum`","`deserialize_enum`.","`deserialize_ignored_any`","`deserialize_seq`","`deserialize`","`deserializer`","`enumaccess`","`false`","`false`.","`fields`","`from_bytes`,","`from_reader`","`from_str`,","`from_str`.","`from_xyz`","`from_xyz`.","`mapaccess`","`next_key_seed`","`next_value_seed`.","`none`","`null`","`null`.","`parse_bool`","`parse_signed`","`parse_unsigned`,","`seqaccess`","`serde_json::deserializer::from_str(...)`.","`serde_json::from_str(...)`","`serializer`","`some(())`","`t=i8`.","`t`","`toml`","`true`","`variantaccess`","`visit_char`.","`visit_map`","`visit_seq`","`visitor`","`{","`{`","a:","abil","abov","absent","access","addassign","advanc","advantag","ahead","all.","allow","anonym","anyth","api","arithmet","around","array","as.","assert_eq!(expected,","attempt","attent","b'0'),","b'0');","basic","befor","begin","behav","below","between.","binari","bit","block","bogu","bool","bool,","both","brace","brace.","bracket","byte","bytes.","call","case","ch","char","charact","character,","character.","check","close","code","code!","colon","comma","commasepar","comment","compact","complic","compound","constructor","consum","contain","contain.","content","convention,","correctli","correspond","crate,","current","data","data.","datetim","de","de,","de:","de::deseri","de::deserializer::deserialize_map(self.de,","de::deserializer::deserialize_seq(self.de,","debug)]","decid","decim","dedic","defin","deleg","delimit","depend","describ","describing.","deseri","deserialize,","deserialize.","deserialize_ani","deserialize_any(self,","deserialize_bool(self,","deserialize_byte_buf(self,","deserialize_bytes(self,","deserialize_char(self,","deserialize_enum(","deserialize_f32(self,","deserialize_f64(self,","deserialize_i16(self,","deserialize_i32(self,","deserialize_i64(self,","deserialize_i8(self,","deserialize_identifier(self,","deserialize_ignored_any(self,","deserialize_map(self,","deserialize_newtype_struct(","deserialize_option(self,","deserialize_seq(self,","deserialize_str(self,","deserialize_string(self,","deserialize_struct(","deserialize_tuple(self,","deserialize_tuple_struct(","deserialize_u16(self,","deserialize_u32(self,","deserialize_u64(self,","deserialize_u8(self,","deserialize_unit(self,","deserialize_unit_struct(","deserialized.","deserializer)","deserializer)?;","deserializer,","deserializer.","deserializer.input.is_empty()","deserializer::from_str(s);","deserializeseed,","determin","differ","digit","distinct","document","doesn't","done","e","e::newtype(1);","e::struct","e::tuple(1,","e::unit;","each","effici","efficiently.","element","element.","elements.","encourag","end","enough","entri","entries.","enum","enum.","enumaccess","enumaccess,","err(error::eof),","err(error::expectedarray)","err(error::expectedarraycomma);","err(error::expectedarrayend)","err(error::expectedboolean)","err(error::expectedenum)","err(error::expectedinteger);","err(error::expectedmap)","err(error::expectedmapcolon)","err(error::expectedmapcolon);","err(error::expectedmapcomma);","err(error::expectedmapend)","err(error::expectednull)","err(error::expectedstring)","err(error::expectedstring);","err(error::syntax),","err(error::trailingcharacters)","error","error::{error,","error;","escap","especi","even","exactli","exampl","except","exclus","expect","expect?","explicitli","false;","few","field","fine","first","first.","first:","flavor","float","fn","follow","format","formats,","forward","forward_to_deserialize_any!","from,","from_str(input:","from_str(j).unwrap());","from_str(s:","function","gener","give","good","group","handl","happen","hard.","have","help","here","here,","here.","hint","identifi","ignor","ignored.","impl","implement","implementation,","implementation.","indic","indices.","inform","inner","input","input.","input:","insid","insignific","int","int:","integ","intellig","interpreted.","intodeserializer,","invok","it.","iter","itself","j","json","json,","json.","k)","k:","key","key.","know","known","length","lenient,","librari","library.","lifetim","lifetimes\"","look","loop","lossi","lot","macro","make","map","map,","map.","mapaccess","mapaccess,","mappings.","match","mean","method","method.","methods.","minu","model","more","much","mulassign","mulassign,","mut","name","name:","need","neg","negat","negative.","neg};","new(de:","newtyp","newtype(u32),","newtype_variant_seed(self,","next","next_char(&mut","next_element_seed(&mut","next_key_seed(&mut","next_value_seed(&mut","non","none","not.","note","notic","numer","object","obviou","ok((val,","ok(ch)","ok(false)","ok(int);","ok(none);","ok(s)","ok(t)","ok(true)","ok(value)","on","open","oper","operation.","option","order","over","overflow","page","page.","pair","panic","paramet","parameter,","pars","parse_bool(&mut","parse_signed(&mut","parse_string(&mut","parse_unsigned(&mut","parsed.","partialeq,","pass","past","pay","peek_char(&mut","peopl","perform","plain","possibl","possible.","postcard,","present","previou","probabl","provid","pub","public","purpos","r#\"\"unit\"\"#;","r#\"{\"int\":1,\"seq\":[\"a\",\"b\"]}\"#;","r#\"{\"newtype\":1}\"#;","r#\"{\"struct\":{\"a\":1}}\"#;","r#\"{\"tuple\":[1,2]}\"#;","rapidli","read","receives.","refer","reli","repres","represent","representation.","requir","respons","result","result>","result};","return","rust","s","satisfi","save","scratch.","see","seed","seed.deserialize(&mut","seed.deserialize(self.de)","seed:","seem","self","self)","self))","self,","self.de.next_char()?","self.de.peek_char()?","self.deserialize_any(visitor)","self.deserialize_bool(visitor),","self.deserialize_i64(visitor),","self.deserialize_map(visitor)","self.deserialize_map(visitor),","self.deserialize_seq(visitor)","self.deserialize_seq(visitor),","self.deserialize_str(visitor)","self.deserialize_str(visitor),","self.deserialize_u64(visitor),","self.deserialize_unit(visitor)","self.deserialize_unit(visitor),","self.first","self.input","self.input.chars().next()","self.input.chars().next().ok_or(error::eof)","self.input.find('\"')","self.input.starts_with(\"false\")","self.input.starts_with(\"null\")","self.input.starts_with(\"true\")","self.next_char()?","self.peek_char()?","self.peek_char()?;","self;","separ","seq:","seqaccess","seqaccess,","sequenc","sequence.","sequences.","serd","serde'","serde,","serde.","serde::de::{","serde::deserialize;","serial","serializer,","sign","sign,","silly,","similar.","simpler","singl","skip","some(ch","some(len)","someth","sometim","special","src/de.r","start","std::ops::{addassign,","str)","str,","str],","straightforward","string","string,","string.","strings.","struct","struct_variant(","stupidli","such","support","suppos","t","t)","t.","t:","t::deserialize(&mut","t::from(10);","t::from(ch","tagged\"","test","test_enum()","test_struct()","that.","three","through","time","toml","track","trait","treat","true,","truncat","tupl","tuple(u32,","tuple_variant(self,","type","typic","u32","u32),","u32,","u8","unfortun","unimplemented!()","unit","unit,","unit_variant(self)","unsign","until","us","usize,","v)","v,","v:","val","valu","value.","variant","variant,","variant.","variant_seed(self,","variantaccess","variantaccess,","variou","vec![\"a\".to_owned(),","vec,","visit","visitor","visitor'","visitor)","visitor,","visitor.visit_bool(self.parse_bool()?)","visitor.visit_borrowed_str(self.parse_string()?)","visitor.visit_enum(enum::new(self))?;","visitor.visit_enum(self.parse_string()?.into_deserializer())","visitor.visit_i16(self.parse_signed()?)","visitor.visit_i32(self.parse_signed()?)","visitor.visit_i64(self.parse_signed()?)","visitor.visit_i8(self.parse_signed()?)","visitor.visit_map(commaseparated::new(self))?;","visitor.visit_newtype_struct(self)","visitor.visit_none()","visitor.visit_seq(commaseparated::new(self))?;","visitor.visit_some(self)","visitor.visit_u16(self.parse_unsigned()?)","visitor.visit_u32(self.parse_unsigned()?)","visitor.visit_u64(self.parse_unsigned()?)","visitor.visit_u8(self.parse_unsigned()?)","visitor.visit_unit()","visitor:","way","whether","whichev","wish","without","work","wrapper","{","|","}","},","};","}`"],"lifetimes.html":["\"'a","\"t","#[derive(deserialize)]","#[serde(borrow","#[serde(borrow)]","&'a","&'b","&'de","&[u8]","&str","&str.","'a","'a,","'a.","'b","'b\")]","'c","'c.","'de","'de,","'static","*/","+","...","/*","//","=",">","[u8],","a:","abov","above,","accept","address","alloc","allow","anoth","anywher","appear","applies.","array","attribut","attribute.","automat","avoid","away","b:","base64","base64,","bb:","be","befor","benefit","beyond","block","borrow","borrowed,","borrowed.","both","bound","bounds,","buffer","byte","c:","call","calle","caller","case","comment:","common","commonli","constrain","constraint","copi","correspond","cow,","d)","d:","dangl","data","data.","decid","decod","decoding.","defin","deriv","deseri","deserialization.","deserialize(deserializer:","deserialize,","deserialize.","deserialize:","deserialized.","deserializeown","deserializer,","deserializer.","deserializer;","differ","dure","each","effici","else.","enabl","encod","equival","error","escap","exampl","explicitli","explicitly.","field","field.","first","flavor","fn","formats,","from,","fromstr","function","gener","get","given","go","guarante","hand","higher","hold","id:","impl","impl.","implement","implicitli","imposs","individu","inner","inner,","inner:","input","input,","input.","input_data:","instead.","intuit","invok","io","io::read,","ip","is.","it.","languag","last","later","lifetim","lifetime.","lifetime.\"","live","location:","long","look","lose","main","mean","memori","method","model","more","mydeseri","name:","near","never","newli","not.","not_borrowed:","note","on","only,","opt","out","outer","outliv","output","over","own","owned:","ownership","paramet","parameter.","pass","perform","period","phantomdata,","place","pointer","pos:","present","process","provid","q","r,","r:","rank","read.","read:","receiv","recklessli","record","refer","relat","result","returns,","rust","rust'","rust.","s","sad.","safe","scope,","screen_name:","sequenc","serd","serde.","serde::deserialize;","serde_json::from_reader.","serde_json::from_str.","sign","simpli","size","someth","sooner","specifi","std::borrow::cow;","std::marker::phantomdata;","still","store","str,","str.","stream","stream,","string","string,","string.","struct","structur","structure,","such","sufficient,","support","t","t,","t:","technically,","third.","this.","this:","three","three,","three:","throw","thrown","to.","to_owned().","track.","trait","trait.","traits.","transient","transient,","two","type","typic","u32,","unconstrain","understand","unsaf","us","user","username:","usize,","usual","valid.","valu","varieti","verbatim","visit_borrowed_bytes,","visit_borrowed_str","visit_str","visitor","visitor,","want.","way","whether","work","write","wrong","zero","{","}","—"],"examples.html":["\"build\"","#[serde(bound)]","#[serde(default)]","#[serde(rename)]","#[serde(skip_serializing)]","#[serde(skip_serializing_if)]","adapt","adjac","after.","analog","anoth","another:","applic","approach","array","attribute.","attributes.","be","bound","bounds.","bounds:","buffering:","c","camelcase:","chosen","chrono","common","compose.yml","configur","convert","crate","crate.","crate:","custom","data","data:","date","datetim","default","deriv","describ","deseri","deserializer.","detail","discard","docker","each","effici","efficiently.","else'","encourag","enum","enums.","error","error::custom.","exampl","explan","extern","field","field:","file","follow","form","format","format:","formats.","gener","handl","handwritten","hold","human","ignoredani","impl","implement","infer","input","instead","integ","intern","involv","json:","key","long","macro","manual","map","map.","maximum","memori","need","number:","on","once.","output","possible.","process","readabl","remot","replac","repres","represent","representation.","representations:","scenario","self","serd","serde'","serde_json","serial","simpl","situat","skip","somebodi","step","stream","string","struct","struct.","struct:","tagged,","transcod","type","type:","types:","u64","untag","unusu","us","valu","varieti","way","whole","without","wrong"],"json.html":["//","0","0);","0,","=","`\"z\"`","`0`","`[0,0]`","`null`","`{\"a\":0,\"b\":0}`","`{\"w\":{\"a\":0,\"b\":0}}`","`{\"x\":[0,0]}`","`{\"y\":0}`","a:","analog","b:","consistency,","convent","data","develop","e","e::w","e::x(0,","e::y(0);","e::z;","encourag","enum","format","format.","here","human","i32","i32),","i32);","i32,","inner","json","possible.","readabl","repres","respons","rust","select","serd","serde_json","serial","struct","valu","w","x","x(0,","x(i32,","y","y(0);","y(i32),","y(i32);","z","z,","z;","{","}","},","};"],"enum-representations.html":["\"...\")]","\"...\",","\"c\")]","\"c\":","\"id\":","\"method\":","\"para\",","\"params\":","\"request\",","\"str\",","\"t\",","\"the","\"type\")]","#[derive(serialize,","#[serde(tag","#[serde(untagged)]","=","[{...},","above,","adjac","against","allow","anoth","array","attribut","be","befor","begin","binari","block","broad","call","character","common","compil","consid","contain","contains.","content","content,","data","deal","default","describ","deseri","deserialize)]","deserializer::deserialize_enum","each","enum","enum,","error","exampl","explicit","extern","field","first","follow","formats,","formats.","handl","haskel","id:","ideal","identifi","insid","integ","integer(u64),","intern","java","json","know","libraries.","like:","look","maps,","match","messag","method","method:","newtyp","next","now","object.","on","order","pair(string,","para(vec),","param","params:","pars","possibl","properti","provid","rang","readability.","represent","representation.","representations.","request","respons","result:","returned.","same","select","self","serd","serializer::serialize_*_vari","str(string),","string\"}","string),","string,","strings:","struct","successfulli","syntax","syntax,","syntax:","tag","text","this:","three","time.","tri","tupl","two","type","type:","unit","untag","us","valu","variant","variant.","variant:","variants,","variants.","within","work","world.","written","{","{\"id\":","{\"request\":","{\"t\":","{\"type\":","{...}]}","{...}}","{...}}}","}","},"],"attr-default.html":["\"#;","\"/\".to_string()","\"/users\"","\"default_resource\")]","\"high\"","\"priority\"","\"priority\":","\"priority::lowest\")]","\"resource\"","\"resource\":","\"timeout\"","\"timeout\":","#[derive(deserialize,","#[serde(default","#[serde(default)]","//","///","5,","=",">","[","]","debug)]","default","default()","default_resource()","enum","extrahigh,","extralow","field","first","fn","function","high,","impl","implement","includ","input.","json","low,","lowest()","main()","method","method.","normal,","println!(\"{:?}\",","prioriti","priority,","priority:","priority::extralow","priority=extralow","priority=high","r#\"","request","requests:","requests[0]);","requests[1]);","resource:","resource=\"/\",","resource=\"/users\",","result","second","seconds.","self","serde::deserialize;","serde_json::from_str(json).unwrap();","std::default::default","string","string,","struct","timeout","timeout(30)","timeout(u32);","timeout,","timeout:","timeout=30,","timeout=5,","trait","type","type'","us","valu","vec","{","}","},"],"attr-flatten.html":["\"49824073","\"ferris\"","\"ferris\",","\"id\":","\"john_doe\",","\"john_doe\"},","\"limit\"","\"limit\":","\"mascot\"","\"mascot\":","\"offset\"","\"offset\":","\"total\"","\"total\":","\"username\":","\"users\":","#[derive(serialize,","#[serde(flatten)]","...","100","100,","1053","1053,","200,","4814","5ea416ee1c2f\",","979f","[","]","addit","along","api","appli","at,","attribut","attribute.","back","be10","captur","case","cases:","collect","combin","common","consid","conveni","data","deny_unknown_fields.","deseri","deserialize)]","deserialize};","differ","each","etc.","exampl","exist","extra","extra:","factor","far","field","field.","fields,","fill","flatten","follow","frequent","group","hashmap,","hold","id:","identifi","inlin","inner","issues,","json","key","later","limit:","look","lot","mani","map","metadata","name","note:","number","object","object.","offset:","out","outer","page","pagin","pagination,","pagination:","parent","popul","processing.","projects,","queri","queries.","representation.","requested,","respons","result","return","same","scheme","serde::{serialize,","serde_json::value;","serial","serv","set","share","std::collections::hashmap;","string,","struct","struct.","support","third","this.","through","time","time,","total","total.","total:","two","type","type.","u64,","us","user","username:","users,","users:","vec,","want","way","within","{","{\"id\":","}"],"attr-bound.html":["\"#;","\"1234567890\",","\"deserialize_from_str\")]","\"owned\"","\"ptr\":","\"ptr:","\"s\":","\"s:","#[derive(debug)]","#[derive(deserialize,","#[serde(bound(deseri","#[serde(deserialize_with","//","///","1234567890,","=",">","`deserialize_from_str`,","`deserialize_from_str`.","`deserialize`","`deserialize`.","`fromstr`","`main`","`s:","`s`","`t:","`t`","alway","automat","below","bound","bound,","box:","condit","correct","creat","d)","d:","data.","debug)]","deriv","deseri","deserialize\"))]","deserialize(deserializer:","deserialize,","deserialize.","deserialize::deserialize(deserializer).map(ptr::owned)","deserialize::deserialize(deserializer)?;","deserialize_from_str(deserializer:","deserialize`","deserialize`.","deserializer,","deserializer};","display\"))]","display,","enum","escap","fact,","field","field.","fn","fromstr,","function","gener","go","guess","handwritten","hatch","help","here","heurist","heuristics,","impl","impl,","implement","importantli","infer","instead","j","looser","main()","necessary.","on","one.","outer","overrid","own","owned(\"owned\")","owned(box),","paramet","parameters,","part","pointer","println!(\"result","produc","programmer.","provid","ptr","ptr,","ptr:","put","r#\"","ref(&'a","replac","requir","result","result);","result.","result:","right","s,","s:","s::err:","s::from_str(&s).map_err(de::error::custom)","serd","serde::{de,","serde_json::from_str(j).unwrap();","serial","sever","std::fmt::display;","std::str::fromstr;","stricter","string","string,","struct","t","t),","t:","t=str","through","time","trait","type","type'","us","want","without","written","{","{:?}\",","}"],"deserialize-map.html":["\"map\"","\"zero","&mut","//","=",">","abstract","access.next_entry()?","access:","add","ask","callback","case","compil","complain","contain","correctly,","custom","d)","d:","data","data,","data.","default","depend","deseri","deserialize(deserializer:","deserialize,","deserializer,","deserializer.","deserializer.deserialize_map(mymapvisitor::new())","don't","drive","driving.","each","entri","error,","exampl","expect","expecting(&self,","fmt::formatter)","fmt::result","fn","format","formatter.write_str(\"a","formatter:","from.","gener","go","here,","hold","impl","implement","inform","input","input,","instanc","instanti","integ","k","k:","keep","know","m)","m:","make","mani","map","map\")","map.","map.insert(key,","mapaccess","mapaccess,","mapaccess};","marker:","messag","method","mut","mymap","mymap.","mymap::with_capacity(access.size_hint().unwrap_or(0));","mymap;","mymap>","mymapvisitor","need","new()","ok(map)","on","output","over","paramet","parameters.","phantomdata","produce.","provid","receive.","remain","requir","result","return","rust.","see","self","sens","serd","serde::de::{deserialize,","set","size","some((key,","special","state","state.","std::fmt;","std::marker::phantomdata;","string.","strings.","struct","those","trait","type","type\"","unus","us","v","v:","valu","value))","value);","veri","visit_map(self,","visitor","visitor,","{","}"],"stream-array.html":["\"#;","\"demo","\"deserialize_max\")]","\"id\":","\"max","\"values\"))]","\"values\":","#[derive(deserialize)]","#[serde(deserialize_with","#[serde(rename(deseri","&mut","(json",")?;","+","//","///","100,","256,","271","314,","384\"","384,","=",">","[","]","`max_value`,","`values`.","above,","adapt","addit","after.","approach","array","array)","ask","be","buffer","call","cmp::max(max,","come","comput","creat","d)","d:","data","data.","de::error::custom(\"no","deseri","deserialize_max(deserializer:","deserializer,","deserializer.deserialize_seq(visitor)","deserializer};","despit","drive","empti","entir","equal","expecting(&self,","field","figur","first","fmt::formatter)","fmt::result","fmt};","fn","formatter.write_str(\"a","formatter:","function","gener","go","handl","hold","id:","impl","implement","input","instead","integ","it.","j","json","later.","look","main()","max","max\",","max_value:","maximum","maximum\")","maxvisitor","maxvisitor(phantomdata","maxvisitor(phantomdata);","memori","mut","name","need","nonempti","numbers\")","ok(max)","once.","ord,","ord.","out","out.max_value);","out:","outer","over","present","print","println!(\"max","process","r#\"","result","return","s)","s:","seq","seq.","seq.next_element()?","seq.next_element()?.ok_or_else(||","seq:","seqaccess,","seqaccess};","sequenc","serde::de::{self,","serde::{deserialize,","serde_json::from_str(j).unwrap();","situat","some(value)","start","std::marker::phantomdata;","std::{cmp,","string,","struct","suppos","t","t,","t.","t:","t;","t=u64.","t>);","take","type","u64,","updat","us","valu","value);","value:","values.","varieti","vec","visit_seq(self,","visitor","visitor,","visitor.","visitor.visit_seq()","want","whole","without","{","{}\",","}"],"enum-number.html":["\"0.1\"","\"1.0\"","#[derive(serialize_repr,","#[repr(u8)]","//","2,","3,","5,","7,","=","[2,3,5,7]","[dependencies]","allow","altern","assert_eq!(two,","c","crate","debug)]","deleg","deriv","deseri","deserialize_repr,","enum","enum.","example.","five","five,","fn","format","integ","json,","macro","main()","num","number","partialeq,","print","println!(\"{}\",","provid","represent","same","serd","serde_json","serde_json::from_str(\"2\").unwrap());","serde_json::to_string(&nums).unwrap());","serde_repr","serde_repr::*;","serial","seven","seven];","smallprim","smallprime::*;","string","three","three,","trait","two","underli","us","vec![two,","{","}"],"attr-rename.html":["\"camelcase\")]","\"firstname\":","\"graydon\",","\"graydon\".to_string(),","\"hoare\"","\"hoare\".to_string(),","\"lastname\":","#[derive(serialize)]","#[serde(rename_al","//","=","camelcas","field","first_name:","fn","json","json);","last_name:","main()","person","println!(\"{}\",","prints:","serde::serialize;","serde_json::to_string_pretty(&person).unwrap();","serial","string,","struct","us","{","}","};"],"attr-skip-serializing.html":["\"5cb7a0c47e53854cd00e1a968de5abce1c124601\".to_string(),","\"b6469c3f31653d281bbbfa6f94d60fea130abe38\".to_string(),","\"github\",","\"github\".to_string(),","\"headquarters\":","\"map::is_empty\")]","\"metadata\":","\"name\":","\"san","\"stack","#[derive(serialize)]","#[serde(skip_serializing)]","#[serde(skip_serializing_if","(see","//","=","[","]","];","add","alway","attempt","attribut","attribute,","attributes:","both","data,","decid","deseri","fail,","field","field.","fn","francisco\"","francisco\".to_string());","hash:","json","json);","likewise,","main()","map,","map::new(),","map::new();","map;","metadata","metadata.insert(\"headquarters\".to_string(),","metadata:","method","mut","name:","never","note:","only.","overflow\"","overflow\".to_string(),","pleas","println!(\"{}\",","prints:","resourc","serde::serialize;","serde_json::to_string_pretty(&resources).unwrap();","serial","serialized.","skip","skip).","skip_deseri","skip_seri","skipped.","std::collections::btreemap","still","string,","struct","us","vec![","whether","{","}","},"],"remote-derive.html":["\"...\")]","\"duration\")]","\"duration::seconds\")]","\"duration::subsec_nanos\")]","\"durationdef\")]","#[derive(deserialize)]","#[derive(serialize,","#[serde(gett","#[serde(remot","#[serde(with","*/","...","/*","//","////////////////////////////////////////////////////////////////////////////////","=",">","`&t`","`dur`","`remote`","`t`","`with`","above,","actual","allow","along.","altern","around","associ","attribut","be","call","catch","check","code","command_line:","compil","complic","construct","convers","copi","crate","crate,","crates.","data","de","de)?;","de/seri","def.nanos)","defin","definit","deriv","deseri","deserialize)]","deserialized,","deserialize};","differ","directli","directly,","directly.","dur","dur)?;","durat","duration);","duration,","duration.","duration::new(def.secs,","durationdef","durationdef)","durationdef.","durationdef::deseri","durationdef::deserialize(&mut","else'","enum,","field","field.","fields,","fn","for.","from(def:","function","gener","getter","give","helper","helper(#[serde(with","i32","i32)","i32,","i64","i64,","impl","impl,","impl.","implement","implementation.","instead","intend","invok","it.","know","level","match","mentioned.","method","mod","module.","more","mut","nano","nanos:","new(secs:","newtyp","note","now","oh,","on","orphan","other_cr","other_crate::duration;","pass","path","people'","possibl","pretend","privat","private.","process","process.","produc","provid","pub","public","real","remot","requir","return","rule","rule.","rust'","same","seconds(&self)","secs,","secs:","self","self.nano","self.sec","serd","serde'","serde::serialize;","serde::{serialize,","serde_json::deserializer::from_str(j);","serde_json::from_str(j).map(|helper(dur)|","serial","shown","signatur","signature.","somebodi","somewhat","string,","struct","struct.","structure.","subsec_nanos(&self)","such","technic","that'","this,","through","time,","top","trait","type","type,","type.","ultim","us","wall_time:","way","whose","work","wrapper","write","{","}"],"deserialize-struct.html":["\"lowercase\")]","\"nanos\"","\"nanos\"];","\"secs\"","#[derive(deserialize)]","#[serde(field_identifier,","&'static","&[\"secs\",","&mut","&self))?;","&str)","&str.",".ok_or_else(||","//","=","=>",">","[&'static","_","`nanos`\")","alloc","avoid","below","by:","complic","const","correspond","d)","d:","data","de::error,","de::error::invalid_length(0,","de::error::invalid_length(1,","de::error::missing_field(\"nanos\"))?;","de::error::missing_field(\"secs\"))?;","deriv","deseri","deserialize(deserializer:","deserialize,","deserializer,","deserializer.deserialize_identifier(fieldvisitor)","deserializer.deserialize_struct(\"duration\",","done.","durat","duration\")","duration;","durationvisitor","durationvisitor)","durationvisitor;","e:","enum","err(de::error::duplicate_field(\"nanos\"));","err(de::error::duplicate_field(\"secs\"));","err(de::error::unknown_field(value,","expecting(&self,","field","field::nano","field::sec","field;","fields)),","fields,","fields:","fieldvisitor","fieldvisitor;","fmt::formatter)","fmt::result","fn","follow","format:","formatter.write_str(\"`secs`","formatter.write_str(\"struct","formatter:","gener","get","hold","impl","implement","independ","instead","job","json.","key","manual","map","map.next_key()?","map:","mapaccess,","mapaccess};","match","more","mut","names.","nano","nanos))","nanos.is_some()","nanos.ok_or_else(||","nanos:","none;","ok(duration::new(secs,","ok(field::nanos),","ok(field::secs),","order","part","possibl","postcard,","rename_al","repres","result","return","sec","secs,","secs.is_some()","secs.ok_or_else(||","secs:","seq","seq.next_element()?","seq:","seqaccess,","serde::de::{self,","some(key)","some(map.next_value()?);","somewhat","std::fmt;","str]","string","struct","struct:","support","two","type","u32,","u64,","us","v)","v:","valu","value:","visit_map(self,","visit_seq(self,","visit_str(self,","visitor","visitor,","way","{","}"],"ignored-any.html":["\"a","\"b\",","\"c\",","\"d\",","\"e\"]);","&mut","&self));","&self))?;",".ok_or_else(||","//","0..self.n","3:","=",">","`n`","`n`.","`n`th","about.","array","array[3]);","assert_eq!(nth,","befor","care","d)","d:","data","de::error::invalid_length(self.n,","deseri","deserialize(self,","deserialize,","deserialized.","deserializer,","deserializer.","deserializer.deserialize_seq(self)","deserializer:","deserializese","deserializeseed,","discard","effici","element","elements.","end","err(de::error::invalid_length(i,","error","exampl","except","expecting(&self,","first","fmt::formatter)","fmt::result","fn","formatter:","get","give","ignor","ignoredani","ignoredany,","impl","index","inform","json!([\"a\",","main()","marker:","mut","n,","n:","new(n:","nth","nth);","nth:","nthelement","nthelement::new(3).deserialize(&array).unwrap();","nthelement::new(3).deserialize(deserializer)","ok(nth)","on","over","phantomdata","phantomdata,","println!(\"{}\",","pub","remain","result","return","seed","self","self,","self.n)","seq.next_element()?","seq.next_element::()?.is_none()","seq:","seqaccess,","sequenc","serde::de::{","serde_json::json;","serde_json::valu","skip","some(ignoredany)","std::fmt;","std::marker::phantomdata;","store","string","struct","t:","t;","t>,","think","type","type,","us","usize)","usize,","v)","v:","valu","visit_seq(self,","visitor","visitor,","way","write!(formatter,","{","{}\",","}","};"],"transcode.html":["\"#;","\"a","\"an","\"transcode\"","&mut","//","1]","2,","=","[3,","`{\"a","anoth","arbitrari","array\":","array\":[3,2,1]}`","boolean\":","boolean\":true,\"an","cbor","collect","compact","convert","crate","data","data,","describ","deseri","deserializer,","deserializer.","effici","entir","equival","exampl","fn","form","form.","format","fulli","function","gener","go'","here.","implement","input","insignific","intermedi","json","json.compact","line","main()","memori","memory.","mut","need","on","plenti","pretti","print","provid","r#\"","remov","self","serd","serde_json::deserializer::from_str(input);","serde_json::serializer::new(io::stdout());","serde_transcode::transcode(&mut","serial","serializer).unwrap();","serializer.","std::io;","stdout.","stream","string","transcod","true,","unformat","us","way","way.","whitespac","whitespace.","without","work","{","}"],"string-or-struct.html":["\"","\"1\"}","\";","\"build\"","\"default","\"string_or_struct\")]","#","#[derive(debug,","#[serde(default)]","#[serde(deserialize_with","&mut","&str)","'1'","(here","+","./dir","//","1","=",">","`#[serde(default)]`.","`args`","`build`","`build`)","`context`","`default::default()`","`deserialize`","`deserialize`.","`deserializer`,","`from_str`","`fromstr`","`mapaccess`","`mapaccessdeserializer`","`phantomdata`","`string_or_struct`","`void`","accord","allow","altern","alternate\")","args.","args:","args={\"buildno\":","args={}","attribut","be","both","build","build,","build:","build_str","build_struct","buildno:","case","compil","complain","complex","compose.yml","configur","contain","context","context,","context:","context=\"./dir\"","d)","d:","data.","de::error,","deleg","deseri","deserialize)]","deserialize::deserialize(de::value::mapaccessdeserializer::new(map))","deserialize_with","deserializer,","deserializer.deserialize_any(stringorstruct(phantomdata))","deserializer};","docker","dockerfil","dockerfile:","dockerfile=non","dockerfile=some(\"dockerfil","documentation,","e:","empti","entri","err","error","exampl","exist","expand","expecting(&self,","fail,","field","field\"","field.","file","fmt::formatter)","fmt::result","fn","formatter.write_str(\"str","formatter:","forward","from_str(s:","fromstr","fromstr,","function","gener","given","handl","impl","impl.","implement","implementation.","imposs","input","input,","instanti","itself","keep","key","know","m)","m:","main()","map","map\")","map,","map.","map:","map::new(),","map;","mapaccess,","mapaccess};","more","need","never","none,","object","ok(build","ok(fromstr::from_str(value).unwrap())","option","option,","order","over","parameter.","path","pattern","place","present","previous","println!(\"{:?}\",","repres","requir","result","reus","rust'","s.to_string(),","same","see","serd","serde'","serde::de::{self,","serde::{deserialize,","serde_yaml::from_str(build_string).unwrap();","serde_yaml::from_str(build_struct).unwrap();","servic","service);","service:","set.","specifi","std::collections::btreemap","std::fmt;","std::marker::phantomdata;","std::str::fromstr;","string","string,","string_or_struct(deserializer:","stringorstruct","stringorstruct(phantomdata","struct","struct.","t","t'","t:","t;","t>);","tell","trait","turn","type","type'","type.","typic","under","unus","us","valu","value:","visit_map(self,","visit_str(self,","visitor","visitor,","visitor.","void::void;","void;","way.","well,","wrapper","{","}","})"],"convert-error.html":["\"allow\".to_owned(),","\"arn:aws:s3:::example_bucket\".to_owned(),","\"as_json_string\")]","\"s3:listbucket\".to_owned(),","\"test_policy\".to_owned(),","#[derive(serialize,","#[serde(with","&t,","(probabl","//","=",">","action:","as_json_str","block","both","config.","contain","content","conveni","convers","convert","correctli","d)","d:","data","deal","deseri","deserialize(deserializer:","deserialize)]","deserializeowned,","deserializer,","deserializer};","deserialize};","differ","do)","document","effect:","error","errors.","exampl","fn","format","format,","format.","go","handl","hcl","iam","inner","input","insid","j","j.serialize(serializer)","json","json.","logic","main()","manipul","mod","name:","necessary.","nest","occasion","on","once.","outer","output","polici","policy,","policy.","policy:","println!(\"{}\",","pub","repres","resourc","resource:","result","s)","s:","serde::de::error;","serde::de::{deserialize,","serde::ser::error;","serde::ser::{serialize,","serde::{serialize,","serde_json::from_str(&j).map_err(error::custom)","serde_json::to_string(value).map_err(error::custom)?;","serde_json;","serde_yaml::to_string(&resource).unwrap();","serial","serialize(value:","serialize,","serialized.","serializer,","serializer:","serializer};","show","simpl","simplifi","situat","situations,","string","string,","string::deserialize(deserializer)?;","strings.","struct","stumbl","such","t:","terraform","treat","two","type","types,","us","valu","y","y);","{","}","},","};"],"custom-date-format.html":["\"#;","\"%i","\"2017","\"bidder\":","\"my_date_format\")]","\"skrillex\"","\"timestamp\":","#[derive(serialize,","#[serde(with","%d","%h:%m:%s\";","%m","&'static","&datetime,",")","//","02","16","21:54:30\",","=",">","although","attribut","bidder:","box,","chrono","chrono::{datetime,","const","contain","crate","custom","d,","d:","d::error>","data","data);","data:","date","date.format(format));","date:","datetim","datetime,","debug)]","deseri","deserialize(","deserialize(d)","deserialize,","deserialize_with","deserializer,","deserializer:","deserializer};","deserialize};","desir","field","fn","follow","format","format!(\"{}\",","format).map_err(serde::de::error::custom)","format.","format:","function","gener","handl","input","json","json_str","logic","main()","make","mod","my_date_format","out","output","over","pattern:","println!(\"{:#?}\",","println!(\"{}\",","provid","pub","r#\"","representation.","result","result,","rfc3339","s","s)","s,","s:","serd","serde::{self,","serde::{serialize,","serde_json::from_str(json_str).unwrap();","serde_json::to_string_pretty(&data).unwrap();","serial","serialize(","serialize(&t,","serialize_with","serialized);","serializer,","serializer.serialize_str(&s)","serializer:","signatur","str","string,","string::deserialize(deserializer)?;","struct","struct.","structwithcustomd","support","t.","timestamp:","timezone};","type","us","utc,","utc.datetime_from_str(&s,","utc};","{","}"],"no-std.html":["\"1.0\",","\"alloc\"","\"std\"","#[derive(serialize,","=","[\"alloc\"]","[\"derive\"]","[dependencies]","alloc","allocation,","allocator.","alway","avail","awar","back","buffer","build","built","cargo","cargo.toml","collect","configur","context","core","crate","crate.","data","default","default.","depend","deriv","derive(deserialize)","deseri","deserialize)]","deserialized.","direct","disabled.","enabl","entir","enum","enums.","fals","false,","false.","featur","feature.","features,","features.","graph.","heap","impl","includ","instead","integr","involv","json","librari","library,","library.","macro","mean","memori","mode","modifi","name","need","no_std","opt","order","out","particular","particular,","pleas","provid","remov","requir","rest","rust","same","serd","serde'","serde_json","serde_json.","standard","std","std.","string","structur","support","temporari","togeth","union","unstabl","untag","us","vec.","version","way","whether","without","work","{","}"],"feature-flags.html":["1.","=","[\"alloc\"]","[\"derive\"]","[\"rc\"]","[\"std\"]","[\"unstable\"]","alloc","arc.","attempt","befor","behind","box,","build","cargo","collect","common","compile.","contain","copi","core","count","cow.","crate","data","data.","dedupl","default","default.","defin","depend","deriv","deseri","details.","discuss","each","enabl","end","environments.","extra","false,","featur","feature.","flag","freestand","function","functionality.","hashmap.","ident","impl","implement","includ","inner","librari","library.","macro","multipl","no_std","opt","pleas","pointer","preserv","provid","rc","receiv","refer","referenc","repeat","requir","result","rs/serde#812.","rust","same","see","serd","serial","standard","std","std.","stock","string,","strong","structur","structure.","subset","support","sure","take","time","track","traits.","type","types.","unstabl","up","us","valu","varieti","vec","vec,","want","within","without"]},"length":38},"tokenStore":{"root":{"0":{"2":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}},"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"json.html":{"ref":"json.html","tf":0.01639344262295082}},".":{"9":{"docs":{},".":{"docs":{"derive.html":{"ref":"derive.html","tf":0.006802721088435374}}}},"docs":{},".":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},".":{"docs":{},"n":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}}}}}},")":{"docs":{},";":{"docs":{"json.html":{"ref":"json.html","tf":0.01639344262295082}}}},",":{"docs":{"json.html":{"ref":"json.html","tf":0.01639344262295082}}}},"1":{"0":{"0":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}},",":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}},"5":{"3":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}},",":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}},"docs":{}},"docs":{},"]":{"docs":{},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}},")":{"docs":{},";":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}}},"2":{"3":{"4":{"5":{"6":{"7":{"8":{"9":{"0":{"docs":{},",":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}},"4":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}},"6":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}},"]":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}},"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}},",":{"docs":{"./":{"ref":"./","tf":0.004819277108433735},"derive.html":{"ref":"derive.html","tf":0.006802721088435374},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},".":{"0":{"docs":{"derive.html":{"ref":"derive.html","tf":0.006802721088435374}},".":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}},"1":{"5":{"docs":{"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517}}},"docs":{}},"3":{"1":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}},"docs":{}},"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.007285974499089253},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}},".":{"docs":{},"]":{"docs":{},";":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}},"]":{"docs":{"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}}},"2":{"0":{"0":{"docs":{},",":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}},"docs":{},")":{"docs":{},";":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}}},"1":{"docs":{},":":{"5":{"4":{"docs":{},":":{"3":{"0":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}}},"5":{"6":{"docs":{},",":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}},"docs":{}},"7":{"1":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}},"docs":{}},"9":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036}}},"docs":{"./":{"ref":"./","tf":0.004819277108433735},"derive.html":{"ref":"derive.html","tf":0.006802721088435374}},".":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.007285974499089253}}},"^":{"3":{"1":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}},"\"":{"docs":{},")":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}}},"docs":{}},"docs":{}},")":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},",":{"docs":{"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}}},"3":{"0":{"docs":{},")":{"docs":{},";":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}}},"1":{"4":{"docs":{},",":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}},"docs":{}},"8":{"4":{"docs":{},"\"":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}},",":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}},"docs":{}},"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}},")":{"docs":{},"?":{"docs":{},";":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}},".":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.007285974499089253}}},",":{"docs":{"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}}},":":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}},"4":{"8":{"1":{"4":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00851063829787234}}},"docs":{}},"docs":{}},"docs":{}},"5":{"docs":{},",":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}}},"e":{"docs":{},"a":{"4":{"1":{"6":{"docs":{},"e":{"docs":{},"e":{"1":{"docs":{},"c":{"2":{"docs":{},"f":{"docs":{},"\"":{"docs":{},",":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00851063829787234}}}}}},"docs":{}}},"docs":{}}}},"docs":{}},"docs":{}},"docs":{}}}},"7":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}},",":{"docs":{"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}}}},"8":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},"9":{"7":{"9":{"docs":{},"f":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00851063829787234}}}},"docs":{}},"docs":{}},"docs":{},"#":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}},"[":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"derive.html":{"ref":"derive.html","tf":0.006802721088435374},"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"enum-representations.html":{"ref":"enum-representations.html","tf":0.015723270440251572},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.01276595744680851},"remote-derive.html":{"ref":"remote-derive.html","tf":0.008281573498964804},"convert-error.html":{"ref":"convert-error.html","tf":0.00980392156862745},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}},")":{"docs":{},"]":{"docs":{"derive.html":{"ref":"derive.html","tf":0.006802721088435374},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"attr-rename.html":{"ref":"attr-rename.html","tf":0.020833333333333332},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}}},"_":{"docs":{},"r":{"docs":{},"e":{"docs":{},"p":{"docs":{},"r":{"docs":{},",":{"docs":{"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}}}}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},")":{"docs":{},"]":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"lifetimes.html":{"ref":"lifetimes.html","tf":0.00727802037845706},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"attr-default.html":{"ref":"attr-default.html","tf":0.02127659574468085},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}}}}}}}}},"b":{"docs":{},"u":{"docs":{},"g":{"docs":{},")":{"docs":{},"]":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}},",":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365}}}}}}}}},"]":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"(":{"docs":{},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{},"y":{"docs":{},"_":{"docs":{},"u":{"docs":{},"n":{"docs":{},"k":{"docs":{},"n":{"docs":{},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{},"_":{"docs":{},"f":{"docs":{},"i":{"docs":{},"e":{"docs":{},"l":{"docs":{},"d":{"docs":{},"s":{"docs":{},")":{"docs":{},"]":{"docs":{"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"attr-default.html":{"ref":"attr-default.html","tf":0.014184397163120567}},")":{"docs":{},"]":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"_":{"docs":{},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}}}}}}}}},"b":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}},"(":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"attr-bound.html":{"ref":"attr-bound.html","tf":0.007692307692307693}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.005390835579514825},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248}}}}}}},")":{"docs":{},"]":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345}}}}}}},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}},")":{"docs":{},"]":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"lifetimes.html":{"ref":"lifetimes.html","tf":0.004366812227074236}}}}}}}}}},"c":{"docs":{},"r":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125}}}},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125}}}}}}}},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125}}}}},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},")":{"docs":{},"]":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00851063829787234}}}}}}}}}},"i":{"docs":{},"e":{"docs":{},"l":{"docs":{},"d":{"docs":{},"_":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125}}}}}},"r":{"docs":{},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{},"t":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"remote-derive.html":{"ref":"remote-derive.html","tf":0.006211180124223602}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}},"e":{"docs":{},"(":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.005390835579514825},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248}}}}}}},"_":{"docs":{},"a":{"docs":{},"l":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"attr-rename.html":{"ref":"attr-rename.html","tf":0.020833333333333332}},"l":{"docs":{},"(":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.005390835579514825},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641}}}}}}}}}}},")":{"docs":{},"]":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.005390835579514825},"enum-representations.html":{"ref":"enum-representations.html","tf":0.009433962264150943}}}},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},")":{"docs":{},"]":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125}}}}}}}}}}}}},"y":{"docs":{},"_":{"docs":{},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"d":{"docs":{},")":{"docs":{},"]":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"enum-representations.html":{"ref":"enum-representations.html","tf":0.006289308176100629}}}}}}}}}}}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"a":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}}},"o":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{},"]":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"_":{"docs":{},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}}}}}}}}}}}},"k":{"docs":{},"i":{"docs":{},"p":{"docs":{},")":{"docs":{},"]":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}},"_":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{},"]":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{},"]":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}}},"_":{"docs":{},"i":{"docs":{},"f":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}},")":{"docs":{},"]":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345}}}}}}}}}}}}}}}}}}}}}}},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"remote-derive.html":{"ref":"remote-derive.html","tf":0.006211180124223602},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"t":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"p":{"docs":{},"r":{"docs":{},"(":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},")":{"docs":{},"]":{"docs":{},".":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125}}}}}}}}}}}}}}}},"u":{"8":{"docs":{},")":{"docs":{},"]":{"docs":{"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}}}}},"docs":{}}}}}}},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"]":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.01639344262295082},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}}}}},"b":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"n":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}}}}}}}},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}}}}}}},"r":{"docs":{},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{"help.html":{"ref":"help.html","tf":0.05263157894736842}}}}}}},"&":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365}}},".":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},".":{"docs":{},"b":{"docs":{},")":{"docs":{},"?":{"docs":{},";":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}}},"g":{"docs":{},")":{"docs":{},"?":{"docs":{},";":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}}},"r":{"docs":{},")":{"docs":{},"?":{"docs":{},";":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}}},"i":{"docs":{},"n":{"docs":{},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{},"[":{"1":{"docs":{},".":{"docs":{},".":{"docs":{},"]":{"docs":{},";":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"docs":{},"\"":{"docs":{},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"e":{"docs":{},"\"":{"docs":{},".":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},")":{"docs":{},".":{"docs":{},".":{"docs":{},"]":{"docs":{},";":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}},"n":{"docs":{},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{},"\"":{"docs":{},".":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},")":{"docs":{},".":{"docs":{},".":{"docs":{},"]":{"docs":{},";":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}}}}}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{},"\"":{"docs":{},".":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},")":{"docs":{},".":{"docs":{},".":{"docs":{},"]":{"docs":{},";":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}},".":{"docs":{},".":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"]":{"docs":{},";":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}},"c":{"docs":{},"h":{"docs":{},".":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"_":{"docs":{},"u":{"docs":{},"t":{"docs":{},"f":{"8":{"docs":{},"(":{"docs":{},")":{"docs":{},".":{"docs":{},".":{"docs":{},"]":{"docs":{},";":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}},"docs":{}}}}}}}}}}},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}},")":{"docs":{},")":{"docs":{},"?":{"docs":{},";":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}},";":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"e":{"docs":{},"l":{"docs":{},"d":{"1":{"docs":{},",":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}}}},"docs":{}}}}}},"[":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.01639344262295082}},"u":{"8":{"docs":{},"]":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0036429872495446266},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}},".":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}},",":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}},"docs":{}},"\"":{"docs":{},"s":{"docs":{},"e":{"docs":{},"c":{"docs":{},"s":{"docs":{},"\"":{"docs":{},",":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}}}}},"&":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}},"m":{"docs":{},"u":{"docs":{},"t":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}},"'":{"docs":{},"a":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.004645760743321719},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0029154518950437317},"lifetimes.html":{"ref":"lifetimes.html","tf":0.008733624454148471}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.008130081300813009},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.003887269193391642},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}}}},"d":{"docs":{},"e":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"lifetimes.html":{"ref":"lifetimes.html","tf":0.004366812227074236}}}},"b":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.004366812227074236}}}},"t":{"docs":{},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.005807200929152149}}},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}},"v":{"docs":{},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},")":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446}}}}}}}}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},",":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}}}}}}}},"(":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.00963855421686747}}}}}}}},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}},"e":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}}},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"v":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},":":{"docs":{"help.html":{"ref":"help.html","tf":0.03508771929824561}}}}}}},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}},"f":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.005390835579514825}}}},")":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.004645760743321719}}},"`":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}},"u":{"8":{"docs":{},",":{"docs":{},")":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}},"docs":{}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}},"a":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}},"n":{"docs":{},"d":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}},"&":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},")":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}}}}},"k":{"docs":{},",":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}},"{":{"docs":{},")":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}}}}}}},"/":{"docs":{},"/":{"docs":{"./":{"ref":"./","tf":0.00963855421686747},"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.03825136612021858},"error-handling.html":{"ref":"error-handling.html","tf":0.04013377926421405},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.07317073170731707},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.07240038872691934},"lifetimes.html":{"ref":"lifetimes.html","tf":0.011644832605531296},"json.html":{"ref":"json.html","tf":0.06557377049180328},"attr-default.html":{"ref":"attr-default.html","tf":0.05673758865248227},"attr-bound.html":{"ref":"attr-bound.html","tf":0.038461538461538464},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0975609756097561},"stream-array.html":{"ref":"stream-array.html","tf":0.040293040293040296},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266},"attr-rename.html":{"ref":"attr-rename.html","tf":0.125},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.1111111111111111},"remote-derive.html":{"ref":"remote-derive.html","tf":0.051759834368530024},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.017605633802816902},"ignored-any.html":{"ref":"ignored-any.html","tf":0.05069124423963134},"transcode.html":{"ref":"transcode.html","tf":0.03759398496240601},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.08374384236453201},"convert-error.html":{"ref":"convert-error.html","tf":0.029411764705882353},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.085}},"/":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835},"attr-bound.html":{"ref":"attr-bound.html","tf":0.019230769230769232},"stream-array.html":{"ref":"stream-array.html","tf":0.029304029304029304}},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{},"/":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"/":{"docs":{},"r":{"docs":{},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}}}}}}}},"*":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"lifetimes.html":{"ref":"lifetimes.html","tf":0.00727802037845706},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}},"=":{"docs":{"./":{"ref":"./","tf":0.016867469879518072},"derive.html":{"ref":"derive.html","tf":0.05782312925170068},"container-attrs.html":{"ref":"container-attrs.html","tf":0.07277628032345014},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.0673076923076923},"field-attrs.html":{"ref":"field-attrs.html","tf":0.06647398843930635},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.00546448087431694},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"unit-testing.html":{"ref":"unit-testing.html","tf":0.01639344262295082},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.020905923344947737},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.01652089407191448},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"json.html":{"ref":"json.html","tf":0.06557377049180328},"enum-representations.html":{"ref":"enum-representations.html","tf":0.012578616352201259},"attr-default.html":{"ref":"attr-default.html","tf":0.028368794326241134},"attr-bound.html":{"ref":"attr-bound.html","tf":0.03076923076923077},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.012195121951219513},"stream-array.html":{"ref":"stream-array.html","tf":0.03296703296703297},"enum-number.html":{"ref":"enum-number.html","tf":0.10126582278481013},"attr-rename.html":{"ref":"attr-rename.html","tf":0.0625},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.027777777777777776},"remote-derive.html":{"ref":"remote-derive.html","tf":0.024844720496894408},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.045774647887323945},"ignored-any.html":{"ref":"ignored-any.html","tf":0.027649769585253458},"transcode.html":{"ref":"transcode.html","tf":0.022556390977443608},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.017241379310344827},"convert-error.html":{"ref":"convert-error.html","tf":0.024509803921568627},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.035},"no-std.html":{"ref":"no-std.html","tf":0.0625},"feature-flags.html":{"ref":"feature-flags.html","tf":0.03333333333333333}},">":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.006688963210702341},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.006802721088435374},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.017605633802816902}}},"=":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.004859086491739553}}}},"a":{"docs":{},"b":{"docs":{},"o":{"docs":{},"v":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}},"e":{"docs":{},":":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}},",":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}},"u":{"docs":{},"t":{"docs":{},".":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}}}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}},"i":{"docs":{},"l":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0024295432458697765}}}}},"d":{"docs":{},"d":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}},"i":{"docs":{},"t":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.01276595744680851},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}}}}}}},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}}},"j":{"docs":{},"a":{"docs":{},"c":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"enum-representations.html":{"ref":"enum-representations.html","tf":0.006289308176100629}}}}},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}},"a":{"docs":{},"p":{"docs":{},"t":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}},"i":{"docs":{},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"container-attrs.html":{"ref":"container-attrs.html","tf":0.013477088948787063},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.016025641025641024},"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"error-handling.html":{"ref":"error-handling.html","tf":0.006688963210702341},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}},"c":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"no-std.html":{"ref":"no-std.html","tf":0.015625},"feature-flags.html":{"ref":"feature-flags.html","tf":0.011111111111111112}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}}}},"o":{"docs":{},"r":{"docs":{},".":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}}}}}}},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}},".":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}},"w":{"docs":{},"a":{"docs":{},"y":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"attr-bound.html":{"ref":"attr-bound.html","tf":0.007692307692307693},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}}},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"u":{"docs":{},"g":{"docs":{},"h":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"field-attrs.html":{"ref":"field-attrs.html","tf":0.008670520231213872},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.01}}}}}}},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"\"":{"docs":{},")":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}},"i":{"docs":{},"k":{"docs":{},"e":{"docs":{},".":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}},"i":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.01276595744680851}},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{},"r":{"docs":{},"i":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}}},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"examples.html":{"ref":"examples.html","tf":0.009708737864077669},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}}},"l":{"docs":{},"i":{"docs":{"attributes.html":{"ref":"attributes.html","tf":0.05555555555555555},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}},"c":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345}}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297}}}},"a":{"docs":{},"r":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0036429872495446266},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}},"b":{"docs":{},"i":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"transcode.html":{"ref":"transcode.html","tf":0.015037593984962405}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.001943634596695821},"lifetimes.html":{"ref":"lifetimes.html","tf":0.004366812227074236},"examples.html":{"ref":"examples.html","tf":0.014563106796116505},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"stream-array.html":{"ref":"stream-array.html","tf":2.510989010989011},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}},"s":{"docs":{},".":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}},")":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}},"[":{"3":{"docs":{},"]":{"docs":{},")":{"docs":{},";":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}},"docs":{}},"\"":{"docs":{},":":{"docs":{"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}},"[":{"3":{"docs":{},",":{"2":{"docs":{},",":{"1":{"docs":{},"]":{"docs":{},"}":{"docs":{},"`":{"docs":{"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}}}}},"docs":{}}},"docs":{}}},"docs":{}}}}}}},"g":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}},",":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}}}}}}}},"s":{"docs":{},".":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}},":":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.009852216748768473}}},"=":{"docs":{},"{":{"docs":{},"\"":{"docs":{},"b":{"docs":{},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{},"n":{"docs":{},"o":{"docs":{},"\"":{"docs":{},":":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}}},"}":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}},"c":{"docs":{},".":{"docs":{"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}},"t":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"attributes.html":{"ref":"attributes.html","tf":10.11111111111111},"container-attrs.html":{"ref":"container-attrs.html","tf":5.008086253369272},"variant-attrs.html":{"ref":"variant-attrs.html","tf":5.003205128205129},"field-attrs.html":{"ref":"field-attrs.html","tf":5.005780346820809},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"enum-representations.html":{"ref":"enum-representations.html","tf":0.006289308176100629},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00851063829787234},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444},"remote-derive.html":{"ref":"remote-derive.html","tf":0.006211180124223602},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}},".":{"docs":{"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345}}}},".":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"examples.html":{"ref":"examples.html","tf":0.014563106796116505},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}},",":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}}}}}}}},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.013888888888888888},"feature-flags.html":{"ref":"feature-flags.html","tf":0.011111111111111112}}}}},"n":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}},",":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}},"u":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"attr-bound.html":{"ref":"attr-bound.html","tf":0.011538461538461539}}}}}},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}}}},"v":{"docs":{},"o":{"docs":{},"i":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}},"r":{"docs":{},"o":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}}}},"w":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}},"a":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}}},"r":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}}},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"h":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{},"o":{"docs":{},"u":{"docs":{},"s":{"docs":{},",":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"_":{"docs":{},"d":{"docs":{},"e":{"docs":{},"_":{"docs":{},"t":{"docs":{},"o":{"docs":{},"k":{"docs":{},"e":{"docs":{},"n":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"t":{"docs":{},"o":{"docs":{},"k":{"docs":{},"e":{"docs":{},"n":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}}}}}}}}},"t":{"docs":{},"o":{"docs":{},"k":{"docs":{},"e":{"docs":{},"n":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}},"s":{"docs":{},"(":{"docs":{},"&":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},",":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.01639344262295082}}}}}}}},"}":{"docs":{},";":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}}}}}}}},"e":{"docs":{},"q":{"docs":{},"!":{"docs":{},"(":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"&":{"docs":{},"n":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"n":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},")":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}}}},"s":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"n":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},")":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}}}},"t":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"n":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},")":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"n":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},")":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}}}}}}},"u":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"n":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},")":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}}}}}}}}}}}}}},"w":{"docs":{},"o":{"docs":{},",":{"docs":{"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}}}}}},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0024295432458697765}}}}}}}}}}},"n":{"docs":{},"t":{"docs":{},"h":{"docs":{},",":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}}}}}}}}}},"o":{"docs":{},"c":{"docs":{},"i":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},"k":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}},"_":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}}}}}}}}},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}}},"c":{"docs":{},"t":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.00980392156862745}}}}}}},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}},".":{"docs":{},"n":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"_":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"y":{"docs":{},"(":{"docs":{},")":{"docs":{},"?":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}},":":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}}}},"p":{"docs":{},"t":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.005822416302765648}}}}}}},"n":{"docs":{},"o":{"docs":{},"n":{"docs":{},"y":{"docs":{},"m":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}},"t":{"docs":{},"h":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"transcode.html":{"ref":"transcode.html","tf":3.340852130325814}},"e":{"docs":{},"r":{"docs":{},":":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345}}}}}}}},"a":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"json.html":{"ref":"json.html","tf":0.00819672131147541}}}}}},"d":{"docs":{},"/":{"docs":{},"o":{"docs":{},"r":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}}}}}},"y":{"docs":{},"t":{"docs":{},"h":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"w":{"docs":{},"a":{"docs":{},"y":{"docs":{},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}}}}}}}},":":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"json.html":{"ref":"json.html","tf":0.03278688524590164}}},"g":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}},"s":{"docs":{},"t":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}}}}}},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}},"f":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}}}},"b":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}},"z":{"docs":{},"e":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}},"s":{"docs":{},"e":{"6":{"4":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}},",":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}},"docs":{}},"docs":{"derive.html":{"ref":"derive.html","tf":0.006802721088435374}}},"i":{"docs":{},"c":{"docs":{"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.001943634596695821}}}}},"r":{"docs":{},"e":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}},"e":{"1":{"0":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00851063829787234}}},"docs":{}},"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"error-handling.html":{"ref":"error-handling.html","tf":0.013377926421404682},"lifetimes.html":{"ref":"lifetimes.html","tf":0.010189228529839884},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"stream-array.html":{"ref":"stream-array.html","tf":0.007326007326007326},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}},"n":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{},"t":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}}}}}}},"t":{"docs":{},"w":{"docs":{},"e":{"docs":{},"e":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}},"n":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}}}}},"u":{"docs":{},"n":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.001943634596695821},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"ignored-any.html":{"ref":"ignored-any.html","tf":0.009216589861751152},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}},"s":{"docs":{},"t":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}},"h":{"docs":{},"a":{"docs":{},"v":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},"i":{"docs":{},"o":{"docs":{},"r":{"docs":{"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.023809523809523808},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}}},"y":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}},"i":{"docs":{},"n":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.014457831325301205},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}}}},"t":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}},"d":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},":":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}}}},"o":{"docs":{},"x":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}},":":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}},"o":{"docs":{},"l":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.007168458781362007},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},",":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{},"\"":{"docs":{},":":{"docs":{"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{},",":{"docs":{},"\"":{"docs":{},"a":{"docs":{},"n":{"docs":{"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}}}}}}}}}}}}}}}},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"lifetimes.html":{"ref":"lifetimes.html","tf":0.024745269286754003}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"lifetimes.html":{"ref":"lifetimes.html","tf":0.005822416302765648}}},",":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}}}}},"t":{"docs":{},"h":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541},"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.005390835579514825},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248},"lifetimes.html":{"ref":"lifetimes.html","tf":0.010189228529839884},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"attr-bound.html":{"ref":"attr-bound.html","tf":2.5346153846153845}},"s":{"docs":{},".":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345}}},",":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}},":":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345}}}},",":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}}},"n":{"docs":{},"e":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}},"g":{"docs":{},"u":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}},"u":{"docs":{},"c":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.004819277108433735},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.007389162561576354},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102}}}}},",":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}},":":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.012315270935960592}}},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}},"n":{"docs":{},"o":{"docs":{},":":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365}}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}},"i":{"docs":{},"n":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}}}},"s":{"docs":{},"'":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}},"f":{"docs":{},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"stream-array.html":{"ref":"stream-array.html","tf":2.5073260073260073},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345}}}}}}}}}}},":":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.00546448087431694},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"json.html":{"ref":"json.html","tf":0.03278688524590164}}},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"t":{"docs":{},"l":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036}}}}}},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}},"e":{"docs":{},"r":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}}}},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"k":{"docs":{},"e":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}}}}},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}}}}}}},"y":{"docs":{},"t":{"docs":{},"e":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.008960573476702509},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0036429872495446266},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.004366812227074236}},"s":{"docs":{},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}},":":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}},",":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}}},"'":{"0":{"docs":{},"'":{"docs":{},")":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},";":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}},"docs":{}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}}},"b":{"docs":{},":":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}},"c":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"enum-number.html":{"ref":"enum-number.html","tf":0.02531645569620253}},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"o":{"docs":{"derive.html":{"ref":"derive.html","tf":0.006802721088435374},"no-std.html":{"ref":"no-std.html","tf":0.015625},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},"l":{"docs":{"derive.html":{"ref":"derive.html","tf":0.006802721088435374},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}},".":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}},":":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}}}}}}},"e":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.009216589861751152}}}},"s":{"docs":{},"e":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"container-attrs.html":{"ref":"container-attrs.html","tf":0.005390835579514825},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.00546448087431694},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0029154518950437317},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}},"\"":{"docs":{},",":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}}},".":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}}}},"s":{"docs":{},":":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}},"t":{"docs":{},"e":{"docs":{},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517}}}}}}},"c":{"docs":{},"h":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}},"l":{"docs":{},"l":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.013404825737265416},"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0024295432458697765},"lifetimes.html":{"ref":"lifetimes.html","tf":0.004366812227074236},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"stream-array.html":{"ref":"stream-array.html","tf":0.007326007326007326},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"field-attrs.html":{"ref":"field-attrs.html","tf":0.011560693641618497}}}}},"e":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}},"d":{"docs":{},".":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}},"r":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}}}},"s":{"docs":{},",":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.01639344262295082}}},".":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}}}}}}},"m":{"docs":{},"e":{"docs":{},"l":{"docs":{},"c":{"docs":{},"a":{"docs":{},"s":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"attr-rename.html":{"ref":"attr-rename.html","tf":3.3541666666666665}},"e":{"docs":{},":":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345}}}}}}}}}},"p":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00851063829787234}}}}}}},"b":{"docs":{},"o":{"docs":{},"r":{"docs":{"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402}},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}},".":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125}}},"!":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}},"m":{"docs":{},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.004819277108433735},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"enum-representations.html":{"ref":"enum-representations.html","tf":0.006289308176100629},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00851063829787234},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}},"l":{"docs":{},"i":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}},"u":{"docs":{},"n":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}},")":{"docs":{},",":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}}}}}}}}},"a":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659}},"n":{"docs":{},"d":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}},"_":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},":":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0024295432458697765}}}}}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},":":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}}},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.004819277108433735},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}},"l":{"docs":{},"i":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}},"y":{"docs":{},".":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}},"t":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}},"r":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"derive.html":{"ref":"derive.html","tf":0.006802721088435374},"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}},"'":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}},".":{"docs":{"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}}},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}},"x":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}},"i":{"docs":{},"c":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0029036004645760743},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}},"s":{"docs":{},"e":{"docs":{},".":{"docs":{},"y":{"docs":{},"m":{"docs":{},"l":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365}}}}}}}}},"u":{"docs":{},"t":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.01098901098901099}}}}},"b":{"docs":{},"i":{"docs":{},"n":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}},"e":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}},"n":{"docs":{},"c":{"docs":{},"i":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}}},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.004819277108433735},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}},".":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}}},"s":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"y":{"docs":{},",":{"docs":{"json.html":{"ref":"json.html","tf":0.00819672131147541}}}}}}}}},"d":{"docs":{"help.html":{"ref":"help.html","tf":0.03508771929824561},"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}},"t":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.005361930294906166},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402}},"o":{"docs":{},"r":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}},"t":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}}}},"u":{"docs":{},"m":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.004819277108433735},"container-attrs.html":{"ref":"container-attrs.html","tf":0.005390835579514825},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203},"convert-error.html":{"ref":"convert-error.html","tf":3.3382352941176467}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125}}}}}}},"s":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}},"n":{"docs":{},"i":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}},"t":{"docs":{"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"conventions.html":{"ref":"conventions.html","tf":10.015384615384615},"json.html":{"ref":"json.html","tf":0.02459016393442623}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}}},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}}}}}},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"t":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}}}},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}}}}}},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.008960573476702509},"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"container-attrs.html":{"ref":"container-attrs.html","tf":5.005390835579515},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0029036004645760743},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.003401360544217687},"enum-representations.html":{"ref":"enum-representations.html","tf":0.012578616352201259},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365},"convert-error.html":{"ref":"convert-error.html","tf":0.014705882352941176},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005},"feature-flags.html":{"ref":"feature-flags.html","tf":0.011111111111111112}},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},"s":{"docs":{},".":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}}}}},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}},",":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}},":":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.009852216748768473}}},"=":{"docs":{},"\"":{"docs":{},".":{"docs":{},"/":{"docs":{},"d":{"docs":{},"i":{"docs":{},"r":{"docs":{},"\"":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365}}}}}}}}}}}},"n":{"docs":{},"t":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"enum-representations.html":{"ref":"enum-representations.html","tf":0.009433962264150943},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}},".":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125}}},",":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}}}}},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}}}}}}}}},"p":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"lifetimes.html":{"ref":"lifetimes.html","tf":0.005822416302765648},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"feature-flags.html":{"ref":"feature-flags.html","tf":0.011111111111111112}}},"y":{"docs":{},",":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}},"u":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}},"r":{"docs":{},"s":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}},"n":{"docs":{},"t":{"docs":{"feature-flags.html":{"ref":"feature-flags.html","tf":0.016666666666666666}}}}},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333},"feature-flags.html":{"ref":"feature-flags.html","tf":0.011111111111111112}}}}}},"o":{"docs":{},"r":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.007285974499089253}}},"n":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}},"u":{"docs":{},"m":{"docs":{},"n":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.005376344086021506},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}},"c":{"docs":{},"t":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}},"l":{"docs":{},"i":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}},"y":{"docs":{},",":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}}}}}}}},"e":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333},"feature-flags.html":{"ref":"feature-flags.html","tf":0.011111111111111112}}}},"w":{"docs":{},",":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}}},".":{"docs":{"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}},"h":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}},"a":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{"help.html":{"ref":"help.html","tf":0.03508771929824561}}}}}},"t":{"docs":{},",":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}}}},"r":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0024295432458697765}},"e":{"docs":{},"r":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}},"o":{"docs":{},"i":{"docs":{},"c":{"docs":{"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102}},"e":{"docs":{},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}}},"o":{"docs":{},"s":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345}}}}}},"e":{"docs":{},"c":{"docs":{},"k":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{},"o":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}},":":{"docs":{},":":{"docs":{},"{":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},",":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.01}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"l":{"docs":{},"i":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}}}},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125}},",":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}},"s":{"docs":{},"e":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.001943634596695821}}}}},"a":{"docs":{},"u":{"docs":{},"s":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}}},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541},"data-format.html":{"ref":"data-format.html","tf":0.020202020202020204},"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266},"remote-derive.html":{"ref":"remote-derive.html","tf":3.343685300207039},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005},"no-std.html":{"ref":"no-std.html","tf":0.010416666666666666},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}},"\"":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}},",":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402}}},".":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}},":":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345}}},"s":{"docs":{},".":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.006688963210702341},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"custom-serialization.html":{"ref":"custom-serialization.html","tf":5.035714285714286},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"examples.html":{"ref":"examples.html","tf":0.014563106796116505},"deserialize-map.html":{"ref":"deserialize-map.html","tf":2.5040650406504064},"custom-date-format.html":{"ref":"custom-date-format.html","tf":3.353333333333333}},"(":{"docs":{},"m":{"docs":{},"s":{"docs":{},"g":{"docs":{},":":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.006688963210702341}}}}}}}}}}},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}},"l":{"docs":{},"i":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}},":":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}},"m":{"docs":{},"p":{"docs":{},":":{"docs":{},":":{"docs":{},"m":{"docs":{},"a":{"docs":{},"x":{"docs":{},"(":{"docs":{},"m":{"docs":{},"a":{"docs":{},"x":{"docs":{},",":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}}}}}}}}}}},"d":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"derive.html":{"ref":"derive.html","tf":0.003401360544217687}},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.04096385542168675},"data-model.html":{"ref":"data-model.html","tf":3.383512544802867},"derive.html":{"ref":"derive.html","tf":0.006802721088435374},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.00546448087431694},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.013404825737265416},"data-format.html":{"ref":"data-format.html","tf":3.3939393939393936},"conventions.html":{"ref":"conventions.html","tf":0.015384615384615385},"error-handling.html":{"ref":"error-handling.html","tf":0.043478260869565216},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.005226480836236934},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00923226433430515},"lifetimes.html":{"ref":"lifetimes.html","tf":0.042212518195050945},"examples.html":{"ref":"examples.html","tf":0.019417475728155338},"json.html":{"ref":"json.html","tf":0.00819672131147541},"enum-representations.html":{"ref":"enum-representations.html","tf":0.009433962264150943},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.01276595744680851},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.008130081300813009},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"ignored-any.html":{"ref":"ignored-any.html","tf":5.013824884792626},"transcode.html":{"ref":"transcode.html","tf":0.022556390977443608},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333},"feature-flags.html":{"ref":"feature-flags.html","tf":0.016666666666666666}},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.008960573476702509},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0029154518950437317},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"attr-bound.html":{"ref":"attr-bound.html","tf":0.007692307692307693},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183},"feature-flags.html":{"ref":"feature-flags.html","tf":0.016666666666666666}}},":":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}},")":{"docs":{},";":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}},"e":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"custom-date-format.html":{"ref":"custom-date-format.html","tf":3.343333333333333}},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}},"e":{"docs":{},",":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}}},".":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"(":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},")":{"docs":{},")":{"docs":{},";":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}}}}}}}}}}}}}}},":":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}},"e":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}},"b":{"docs":{},"u":{"docs":{},"g":{"docs":{},")":{"docs":{},"]":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"attr-default.html":{"ref":"attr-default.html","tf":0.02127659574468085},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}},",":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}}},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.005376344086021506},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}},"i":{"docs":{},"t":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"remote-derive.html":{"ref":"remote-derive.html","tf":0.010351966873706004}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}}}}},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.008086253369272238},"field-attrs.html":{"ref":"field-attrs.html","tf":0.02023121387283237},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"attr-default.html":{"ref":"attr-default.html","tf":3.361702127659574},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"no-std.html":{"ref":"no-std.html","tf":0.03125},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}},".":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}},":":{"docs":{},":":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"(":{"docs":{},")":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248}},".":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}}}}}}}}}}},"(":{"docs":{},")":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}},"_":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}}}}}}}}}}}}}}},".":{"docs":{},"n":{"docs":{},"a":{"docs":{},"n":{"docs":{},"o":{"docs":{},"s":{"docs":{},")":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}}}}}},"r":{"docs":{},"i":{"docs":{},"v":{"docs":{"./":{"ref":"./","tf":0.007228915662650603},"derive.html":{"ref":"derive.html","tf":5.017006802721088},"container-attrs.html":{"ref":"container-attrs.html","tf":0.005390835579514825},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0036429872495446266},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.005361930294906166},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"examples.html":{"ref":"examples.html","tf":0.019417475728155338},"attr-bound.html":{"ref":"attr-bound.html","tf":0.007692307692307693},"enum-number.html":{"ref":"enum-number.html","tf":0.02531645569620253},"remote-derive.html":{"ref":"remote-derive.html","tf":3.34575569358178},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"no-std.html":{"ref":"no-std.html","tf":0.010416666666666666},"feature-flags.html":{"ref":"feature-flags.html","tf":0.011111111111111112}},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}},".":{"docs":{"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517}}},"(":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},")":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.010723860589812333},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"transcode.html":{"ref":"transcode.html","tf":0.015037593984962405}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.024096385542168676},"data-model.html":{"ref":"data-model.html","tf":0.025089605734767026},"derive.html":{"ref":"derive.html","tf":0.006802721088435374},"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"container-attrs.html":{"ref":"container-attrs.html","tf":0.03773584905660377},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.038461538461538464},"field-attrs.html":{"ref":"field-attrs.html","tf":0.023121387283236993},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.03571428571428571},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.007285974499089253},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":5.07774798927614},"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541},"data-format.html":{"ref":"data-format.html","tf":0.030303030303030304},"conventions.html":{"ref":"conventions.html","tf":0.03076923076923077},"error-handling.html":{"ref":"error-handling.html","tf":0.026755852842809364},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":5.017978620019436},"lifetimes.html":{"ref":"lifetimes.html","tf":5.0524017467248905},"examples.html":{"ref":"examples.html","tf":0.043689320388349516},"enum-representations.html":{"ref":"enum-representations.html","tf":0.006289308176100629},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"attr-bound.html":{"ref":"attr-bound.html","tf":0.03076923076923077},"deserialize-map.html":{"ref":"deserialize-map.html","tf":2.5447154471544717},"stream-array.html":{"ref":"stream-array.html","tf":0.03296703296703297},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.034722222222222224},"remote-derive.html":{"ref":"remote-derive.html","tf":0.026915113871635612},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":3.3579812206572766},"ignored-any.html":{"ref":"ignored-any.html","tf":0.018433179723502304},"transcode.html":{"ref":"transcode.html","tf":0.03007518796992481},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.012315270935960592},"convert-error.html":{"ref":"convert-error.html","tf":0.0196078431372549},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.01},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333},"feature-flags.html":{"ref":"feature-flags.html","tf":0.022222222222222223}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"attr-bound.html":{"ref":"attr-bound.html","tf":0.007692307692307693},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.016260162601626018},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"ignored-any.html":{"ref":"ignored-any.html","tf":0.013824884792626729},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.01}}},"d":{"docs":{},")":{"docs":{},";":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}},":":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}},",":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}},"}":{"docs":{},";":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}},")":{"docs":{},"]":{"docs":{"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"enum-representations.html":{"ref":"enum-representations.html","tf":0.015723270440251572},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.01276595744680851},"remote-derive.html":{"ref":"remote-derive.html","tf":0.008281573498964804},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365},"convert-error.html":{"ref":"convert-error.html","tf":0.00980392156862745},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}},".":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}},".":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"container-attrs.html":{"ref":"container-attrs.html","tf":0.005390835579514825},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248},"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}},"_":{"docs":{},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}},".":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}}}},"*":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.005361930294906166}}},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},"y":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}},"i":{"1":{"6":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}},"docs":{}},"3":{"2":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}},"docs":{}},"6":{"4":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}},"docs":{}},"8":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}},"docs":{},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}},"g":{"docs":{},"n":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"a":{"docs":{},"n":{"docs":{},"y":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}},"y":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"b":{"docs":{},"u":{"docs":{},"f":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}},"s":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"(":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"f":{"3":{"2":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}},"docs":{}},"6":{"4":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}},"docs":{}},"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"(":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"r":{"docs":{},":":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}}}}}}}}}}}}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}},"x":{"docs":{},"(":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"r":{"docs":{},":":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"q":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}},"t":{"docs":{},"u":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}},"u":{"1":{"6":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}},"docs":{}},"3":{"2":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}},"docs":{}},"6":{"4":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}},"docs":{}},"8":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}},"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"p":{"docs":{},"r":{"docs":{},",":{"docs":{"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}}}}}}}},"r":{"docs":{},",":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"attr-bound.html":{"ref":"attr-bound.html","tf":0.007692307692307693},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.008130081300813009},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.01056338028169014},"ignored-any.html":{"ref":"ignored-any.html","tf":0.009216589861751152},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}},";":{"docs":{"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}},".":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.005361930294906166},"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"_":{"docs":{},"i":{"3":{"2":{"docs":{},"(":{"docs":{},"i":{"3":{"2":{"docs":{},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},")":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}}}}}}}}},"docs":{}},"docs":{}}}},"docs":{}},"docs":{},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"f":{"docs":{},"i":{"docs":{},"e":{"docs":{},"l":{"docs":{},"d":{"docs":{},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},")":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}}}}}}}}}}}}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},"m":{"docs":{},"y":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},":":{"docs":{},":":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"(":{"docs":{},")":{"docs":{},")":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"q":{"docs":{},"(":{"docs":{},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},")":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},")":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{},"\"":{"docs":{},"d":{"docs":{},"u":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"\"":{"docs":{},",":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"y":{"docs":{},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{},"p":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},")":{"docs":{},")":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{},".":{"docs":{},"i":{"docs":{},"s":{"docs":{},"_":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"t":{"docs":{},"y":{"docs":{},"(":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}},":":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}},":":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"_":{"docs":{},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.005361930294906166}}},"y":{"docs":{},",":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}},".":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.005361930294906166}}}}}},"e":{"docs":{},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}}}}}}}}}}}}}}}},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"(":{"docs":{},"s":{"docs":{},")":{"docs":{},";":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}},"}":{"docs":{},";":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}},"?":{"docs":{},";":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}},"(":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"r":{"docs":{},":":{"docs":{"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.005361930294906166},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}}}}}}}}}}},")":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}}}},":":{"docs":{"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}},":":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"(":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},"p":{"docs":{},"t":{"docs":{},"r":{"docs":{},":":{"docs":{},":":{"docs":{},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},")":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}}}}}}}}}}}}}}},"?":{"docs":{},";":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}}}}}}}}}}}},":":{"docs":{},":":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},":":{"docs":{},":":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"r":{"docs":{},":":{"docs":{},":":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"(":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},")":{"docs":{},")":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0029154518950437317},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}}},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.005822416302765648}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.00980392156862745}}}}}}}},"\"":{"docs":{},")":{"docs":{},")":{"docs":{},"]":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}}},"`":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}},".":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}},":":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.008086253369272238},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.009615384615384616},"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248}}},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.005376344086021506},"container-attrs.html":{"ref":"container-attrs.html","tf":0.005390835579514825},"field-attrs.html":{"ref":"field-attrs.html","tf":0.014450867052023121}}},".":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}}}}}}}}}},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.007228915662650603}}}},"r":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}},"p":{"docs":{},"i":{"docs":{},"t":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}}}},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.008086253369272238},"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345}},"s":{"docs":{},".":{"docs":{"feature-flags.html":{"ref":"feature-flags.html","tf":0.011111111111111112}}}}}}}},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"derive.html":{"ref":"derive.html","tf":0.02040816326530612},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"conventions.html":{"ref":"conventions.html","tf":0.015384615384615385},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"no-std.html":{"ref":"no-std.html","tf":0.03125},"feature-flags.html":{"ref":"feature-flags.html","tf":0.016666666666666666}}}}}},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517}}}}}}}}}}},"i":{"docs":{},"d":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}},"m":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}},"o":{"docs":{},"d":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}}}}},"n":{"docs":{},"y":{"docs":{},"_":{"docs":{},"u":{"docs":{},"n":{"docs":{},"k":{"docs":{},"n":{"docs":{},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{},"_":{"docs":{},"f":{"docs":{},"i":{"docs":{},"e":{"docs":{},"l":{"docs":{},"d":{"docs":{},"s":{"docs":{},".":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}}}}}}}}}}}}}}}},":":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}},":":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.006688963210702341}},",":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.00804289544235925},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}},":":{"docs":{},":":{"docs":{},"c":{"docs":{},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},"(":{"docs":{},"\"":{"docs":{},"n":{"docs":{},"o":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"d":{"docs":{},"_":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"g":{"docs":{},"t":{"docs":{},"h":{"docs":{},"(":{"0":{"docs":{},",":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}},"1":{"docs":{},",":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}},"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},".":{"docs":{},"n":{"docs":{},",":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}}}}}}}}}}}}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"_":{"docs":{},"f":{"docs":{},"i":{"docs":{},"e":{"docs":{},"l":{"docs":{},"d":{"docs":{},"(":{"docs":{},"\"":{"docs":{},"n":{"docs":{},"a":{"docs":{},"n":{"docs":{},"o":{"docs":{},"s":{"docs":{},"\"":{"docs":{},")":{"docs":{},")":{"docs":{},"?":{"docs":{},";":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"c":{"docs":{},"s":{"docs":{},"\"":{"docs":{},")":{"docs":{},")":{"docs":{},"?":{"docs":{},";":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"{":{"docs":{},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},",":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"r":{"docs":{},":":{"docs":{},":":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"_":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"q":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},";":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}},"a":{"docs":{},"l":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"enum-representations.html":{"ref":"enum-representations.html","tf":0.006289308176100629},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},"d":{"docs":{},"i":{"docs":{},"c":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}},"u":{"docs":{},"p":{"docs":{},"l":{"docs":{"feature-flags.html":{"ref":"feature-flags.html","tf":0.011111111111111112}}}}}},"l":{"docs":{},"e":{"docs":{},"g":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"p":{"docs":{"json.html":{"ref":"json.html","tf":0.00819672131147541}}}}}}},")":{"docs":{},"?":{"docs":{},";":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}},"/":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}}}},"y":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"b":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"help.html":{"ref":"help.html","tf":0.03508771929824561}}}},"u":{"docs":{},"r":{"docs":{},"s":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}}}}}},"u":{"docs":{},"s":{"docs":{},"s":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"examples.html":{"ref":"examples.html","tf":0.009708737864077669},"ignored-any.html":{"ref":"ignored-any.html","tf":5.013824884792626}}}}}},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0036429872495446266},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"g":{"docs":{},"u":{"docs":{},"i":{"docs":{},"s":{"docs":{},"h":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}},",":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}},"}":{"docs":{},";":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}},"\"":{"docs":{},")":{"docs":{},")":{"docs":{},"]":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}}}}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}}}}}}},"f":{"docs":{},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.005361930294906166},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.003484320557491289},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}},"l":{"docs":{},"y":{"docs":{},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}}}}},"l":{"docs":{},"i":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402}}},"y":{"docs":{},",":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}},".":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}}}}},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}}},"u":{"docs":{},"r":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402}},"e":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"error-handling.html":{"ref":"error-handling.html","tf":0.006688963210702341},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}}},")":{"docs":{},"?":{"docs":{},";":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}},"a":{"docs":{},"t":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.020703933747412008},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{},";":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}},",":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.006211180124223602}}},".":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}},":":{"docs":{},":":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"(":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},".":{"docs":{},"s":{"docs":{},"e":{"docs":{},"c":{"docs":{},"s":{"docs":{},",":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.006211180124223602}},")":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}},".":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}},":":{"docs":{},":":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"m":{"docs":{},"u":{"docs":{},"t":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}}}}}}}}}}}}}}}}}}},"\"":{"docs":{},")":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}},";":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}},")":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}},";":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}}}}}}}}}}},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}}}},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"d":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}}}}},"c":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}},",":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}},".":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}}}},"k":{"docs":{},"e":{"docs":{},"r":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365}},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.007389162561576354}},"e":{"docs":{},":":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.009852216748768473}}},"=":{"docs":{},"n":{"docs":{},"o":{"docs":{},"n":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}},"s":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"(":{"docs":{},"\"":{"docs":{},"d":{"docs":{},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"s":{"docs":{},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}}},"e":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},".":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}},")":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}},":":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.005361930294906166},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"attr-bound.html":{"ref":"attr-bound.html","tf":0.007692307692307693},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.01}},":":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},">":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}}}}}},")":{"docs":{"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.005361930294906166},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"attr-bound.html":{"ref":"attr-bound.html","tf":0.007692307692307693},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}},"r":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.005361930294906166},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.008130081300813009},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}},"n":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}}}}}}}},",":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}},"e":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.007168458781362007},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0036429872495446266},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"json.html":{"ref":"json.html","tf":0.00819672131147541}},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"enum-representations.html":{"ref":"enum-representations.html","tf":0.006289308176100629},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.008130081300813009},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}},"s":{"docs":{},"i":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}}}}},"c":{"docs":{},"o":{"docs":{},"s":{"docs":{},"y":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}}}}},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}}}},"f":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.004819277108433735},"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0036429872495446266},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"ignored-any.html":{"ref":"ignored-any.html","tf":0.009216589861751152},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"y":{"docs":{},".":{"docs":{"data-format.html":{"ref":"data-format.html","tf":0.020202020202020204}}}}},"t":{"docs":{},"l":{"docs":{},"y":{"docs":{},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345}}}}}}}}}}},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}},":":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.00980392156862745}}}}}}}},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}},"p":{"docs":{},"t":{"docs":{},"y":{"docs":{},"_":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}}}}}}}},"i":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}},"i":{"docs":{},"t":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}},"n":{"docs":{},"v":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}}}}}}}}},"y":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0036429872495446266},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"no-std.html":{"ref":"no-std.html","tf":0.020833333333333332},"feature-flags.html":{"ref":"feature-flags.html","tf":0.022222222222222223}}}}},"d":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.009107468123861567},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}},".":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0040650406504065045}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.008130081300813009},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"i":{"docs":{},"r":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}}},"u":{"docs":{},"m":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.008960573476702509},"derive.html":{"ref":"derive.html","tf":0.013605442176870748},"attributes.html":{"ref":"attributes.html","tf":0.037037037037037035},"container-attrs.html":{"ref":"container-attrs.html","tf":0.018867924528301886},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.01092896174863388},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.005361930294906166},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.004859086491739553},"examples.html":{"ref":"examples.html","tf":0.024271844660194174},"json.html":{"ref":"json.html","tf":3.3579234972677594},"enum-representations.html":{"ref":"enum-representations.html","tf":5.040880503144654},"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"enum-number.html":{"ref":"enum-number.html","tf":3.371308016877637},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.01056338028169014},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}}},",":{"docs":{"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}},")":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125}}},":":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125}}},"s":{"docs":{},".":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}},"s":{"docs":{},"u":{"docs":{},"r":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125}}}},"r":{"docs":{},"a":{"docs":{},"g":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"json.html":{"ref":"json.html","tf":0.00819672131147541}}}}}},"d":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}},"o":{"docs":{},"u":{"docs":{},"g":{"docs":{},"h":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"s":{"5":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}},"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"i":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}},"c":{"docs":{},"a":{"docs":{},"p":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}}},"x":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.021505376344086023},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.00546448087431694},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.010723860589812333},"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541},"conventions.html":{"ref":"conventions.html","tf":0.023076923076923078},"error-handling.html":{"ref":"error-handling.html","tf":0.013377926421404682},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0029154518950437317},"lifetimes.html":{"ref":"lifetimes.html","tf":0.011644832605531296},"examples.html":{"ref":"examples.html","tf":10.014563106796116},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00851063829787234},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.008130081300813009},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"transcode.html":{"ref":"transcode.html","tf":0.015037593984962405},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183},"convert-error.html":{"ref":"convert-error.html","tf":0.00980392156862745}},"e":{"docs":{},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}},".":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}}},"s":{"docs":{},".":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}}}}},"c":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}},"n":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345}}}},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{},"t":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}},"l":{"docs":{},"i":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}},"y":{"docs":{},".":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}}}}}},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"container-attrs.html":{"ref":"container-attrs.html","tf":0.005390835579514825},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.003484320557491289},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.003887269193391642},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"&":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}}},"e":{"docs":{},"d":{"docs":{},"a":{"docs":{},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}}}}}}},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}}}}},"n":{"docs":{},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}}}}},")":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0029036004645760743}}}}}},"?":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}}},"s":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}},"t":{"docs":{"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904}}}},"r":{"docs":{},"n":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"enum-representations.html":{"ref":"enum-representations.html","tf":0.015723270440251572}}}}},"r":{"docs":{},"a":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00851063829787234},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}},"h":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},",":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}}}}},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}}},":":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"s":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}}},":":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.00804289544235925},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}},":":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}},"a":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}},"b":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}},"n":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}},"e":{"docs":{},"w":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"(":{"1":{"docs":{},")":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}},"docs":{}}}}}}}}},"t":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}},"u":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"(":{"1":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"docs":{}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}},"u":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"w":{"docs":{"json.html":{"ref":"json.html","tf":0.00819672131147541}}},"x":{"docs":{},"(":{"0":{"docs":{},",":{"docs":{"json.html":{"ref":"json.html","tf":0.00819672131147541}}}},"docs":{}}},"y":{"docs":{},"(":{"0":{"docs":{},")":{"docs":{},";":{"docs":{"json.html":{"ref":"json.html","tf":0.00819672131147541}}}}},"docs":{}}},"z":{"docs":{},";":{"docs":{"json.html":{"ref":"json.html","tf":0.00819672131147541}}}}}},"q":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}},"l":{"docs":{},"y":{"docs":{},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}}}},"i":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}},"l":{"docs":{},"a":{"docs":{},"b":{"docs":{},"o":{"docs":{},"r":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.001943634596695821},"ignored-any.html":{"ref":"ignored-any.html","tf":0.027649769585253458}},"s":{"docs":{},",":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0036429872495446266}}},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}}}}},"s":{"docs":{},"e":{"docs":{},".":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}},"'":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402}}}}}},"r":{"docs":{},"r":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}},"o":{"docs":{},"r":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"container-attrs.html":{"ref":"container-attrs.html","tf":0.01078167115902965},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"data-format.html":{"ref":"data-format.html","tf":0.020202020202020204},"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"error-handling.html":{"ref":"error-handling.html","tf":5.050167224080267},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.006387921022067364},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0024295432458697765},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"examples.html":{"ref":"examples.html","tf":0.014563106796116505},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183},"convert-error.html":{"ref":"convert-error.html","tf":3.3431372549019605}},".":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}},":":{"docs":{},":":{"docs":{},"{":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},",":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}},"e":{"docs":{},"o":{"docs":{},"f":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{},"m":{"docs":{},"s":{"docs":{},"g":{"docs":{},")":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},")":{"docs":{},")":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.006688963210702341}}}}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},".":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345}}}}}}}}}}},";":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.004645760743321719},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0024295432458697765}}},",":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}},"s":{"docs":{},".":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}}},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},":":{"docs":{},":":{"docs":{},"e":{"docs":{},"o":{"docs":{},"f":{"docs":{},")":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}},"x":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"a":{"docs":{},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},")":{"docs":{},";":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{},";":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},";":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},")":{"docs":{},";":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}}}}}},"n":{"docs":{},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},";":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"x":{"docs":{},")":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},":":{"docs":{},":":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},":":{"docs":{},":":{"docs":{},"d":{"docs":{},"u":{"docs":{},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"f":{"docs":{},"i":{"docs":{},"e":{"docs":{},"l":{"docs":{},"d":{"docs":{},"(":{"docs":{},"\"":{"docs":{},"n":{"docs":{},"a":{"docs":{},"n":{"docs":{},"o":{"docs":{},"s":{"docs":{},"\"":{"docs":{},")":{"docs":{},")":{"docs":{},";":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"c":{"docs":{},"s":{"docs":{},"\"":{"docs":{},")":{"docs":{},")":{"docs":{},";":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"k":{"docs":{},"n":{"docs":{},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{},"_":{"docs":{},"f":{"docs":{},"i":{"docs":{},"e":{"docs":{},"l":{"docs":{},"d":{"docs":{},"(":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},",":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"d":{"docs":{},"_":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"g":{"docs":{},"t":{"docs":{},"h":{"docs":{},"(":{"docs":{},"i":{"docs":{},",":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"f":{"docs":{},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}},"t":{"docs":{},"c":{"docs":{},".":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}},"f":{"3":{"2":{"docs":{},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}},"docs":{}},"6":{"4":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}},",":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}},";":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}},"docs":{}},"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}},"o":{"docs":{},"r":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00851063829787234}}}},",":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}},"m":{"docs":{},"i":{"docs":{},"l":{"docs":{},"y":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{},"b":{"docs":{},"l":{"docs":{},"y":{"docs":{},".":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125}}}}}}},"t":{"docs":{},"h":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"g":{"docs":{},"h":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125}}}}}}}}}},"s":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}},"e":{"docs":{},";":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}},",":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.010416666666666666},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}},".":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}}}},"i":{"docs":{},"l":{"docs":{},"u":{"docs":{},"r":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.013377926421404682},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}},".":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}},"r":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"b":{"docs":{},"u":{"docs":{},"f":{"docs":{},"f":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"field-attrs.html":{"ref":"field-attrs.html","tf":0.008670520231213872},"attr-flatten.html":{"ref":"attr-flatten.html","tf":5.042553191489362}},",":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125}}}}}}},"v":{"docs":{},"o":{"docs":{},"r":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}},"g":{"docs":{"feature-flags.html":{"ref":"feature-flags.html","tf":5.0055555555555555}}}},"e":{"docs":{},"x":{"docs":{},"b":{"docs":{},"u":{"docs":{},"f":{"docs":{},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}}}}},"i":{"docs":{},"b":{"docs":{},"l":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}}}},"o":{"docs":{},"a":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}}},"n":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.023809523809523808},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.009107468123861567},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.0160857908847185},"unit-testing.html":{"ref":"unit-testing.html","tf":0.01639344262295082},"error-handling.html":{"ref":"error-handling.html","tf":0.010033444816053512},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.026713124274099883},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.023809523809523808},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"attr-default.html":{"ref":"attr-default.html","tf":0.028368794326241134},"attr-bound.html":{"ref":"attr-bound.html","tf":0.011538461538461539},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.016260162601626018},"stream-array.html":{"ref":"stream-array.html","tf":0.014652014652014652},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266},"attr-rename.html":{"ref":"attr-rename.html","tf":0.020833333333333332},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444},"remote-derive.html":{"ref":"remote-derive.html","tf":0.008281573498964804},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.02464788732394366},"ignored-any.html":{"ref":"ignored-any.html","tf":0.02304147465437788},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.014778325123152709},"convert-error.html":{"ref":"convert-error.html","tf":0.014705882352941176},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.025}},"(":{"docs":{},")":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}},"&":{"docs":{},"f":{"docs":{},"i":{"docs":{},"e":{"docs":{},"l":{"docs":{},"d":{"0":{"docs":{},",":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}}}},"docs":{}}}}}},"t":{"docs":{},")":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}},",":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}},"d":{"docs":{},")":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}}},"o":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.007168458781362007},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0036429872495446266},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"conventions.html":{"ref":"conventions.html","tf":0.015384615384615385},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00851063829787234},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.01}}}}}},"r":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}},"a":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.02891566265060241},"data-model.html":{"ref":"data-model.html","tf":0.005376344086021506},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.009107468123861567},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.013404825737265416},"data-format.html":{"ref":"data-format.html","tf":3.3737373737373733},"conventions.html":{"ref":"conventions.html","tf":0.038461538461538464},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.004645760743321719},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0058309037900874635},"examples.html":{"ref":"examples.html","tf":0.03398058252427184},"json.html":{"ref":"json.html","tf":0.00819672131147541},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266},"transcode.html":{"ref":"transcode.html","tf":3.3558897243107766},"convert-error.html":{"ref":"convert-error.html","tf":0.00980392156862745},"custom-date-format.html":{"ref":"custom-date-format.html","tf":3.338333333333333}},".":{"docs":{"./":{"ref":"./","tf":0.014457831325301205},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"json.html":{"ref":"json.html","tf":0.01639344262295082},"convert-error.html":{"ref":"convert-error.html","tf":0.00980392156862745},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.015}}},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"examples.html":{"ref":"examples.html","tf":0.009708737864077669},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}},",":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"w":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"(":{"docs":{},"\"":{"docs":{},"a":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}},"n":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}},"u":{"docs":{},"n":{"docs":{},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}}}}}},"`":{"docs":{},"s":{"docs":{},"e":{"docs":{},"c":{"docs":{},"s":{"docs":{},"`":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}}}},"m":{"docs":{},"s":{"docs":{},"g":{"docs":{},")":{"docs":{},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}}}}}}}}}}}}}},":":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}},":":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}},"!":{"docs":{},"(":{"docs":{},"\"":{"docs":{},"{":{"docs":{},"}":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}}}}},")":{"docs":{},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"_":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},":":{"docs":{},":":{"docs":{},"d":{"docs":{},"e":{"docs":{},":":{"docs":{},":":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},":":{"docs":{},":":{"docs":{},"c":{"docs":{},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},")":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},".":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}}},"u":{"docs":{},"m":{"docs":{},".":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}}}}},"t":{"docs":{},"h":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365}},"_":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"_":{"docs":{},"a":{"docs":{},"n":{"docs":{},"y":{"docs":{},"!":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}}}}}}}},".":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}},"u":{"docs":{},"r":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102}}}}},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}}},"n":{"docs":{},"c":{"docs":{},"i":{"docs":{},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"\"":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},")":{"docs":{},")":{"docs":{},";":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.004819277108433735}}}}}}}},"o":{"docs":{},"m":{"docs":{},",":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.005390835579514825}},"e":{"docs":{},",":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.005390835579514825}}}}}}},".":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}},"_":{"docs":{},"b":{"docs":{},"y":{"docs":{},"t":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}},"(":{"docs":{},"i":{"docs":{},"n":{"docs":{},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{},":":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}},"j":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"n":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},")":{"docs":{},")":{"docs":{},";":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0024295432458697765}}}}}}}}}}}}}}},"s":{"docs":{},":":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}},"x":{"docs":{},"y":{"docs":{},"z":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365}},",":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.007692307692307693},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365}}}}}},"(":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},":":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}}}},"n":{"docs":{},"t":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125}},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}}}}}}},"i":{"docs":{},"x":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}},"n":{"docs":{},"d":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102}}},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}}}},"e":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}},"e":{"docs":{},"l":{"docs":{},"d":{"docs":{"attributes.html":{"ref":"attributes.html","tf":0.05555555555555555},"container-attrs.html":{"ref":"container-attrs.html","tf":0.02425876010781671},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.022435897435897436},"field-attrs.html":{"ref":"field-attrs.html","tf":5.040462427745664},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0024295432458697765},"lifetimes.html":{"ref":"lifetimes.html","tf":0.005822416302765648},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"enum-representations.html":{"ref":"enum-representations.html","tf":0.006289308176100629},"attr-default.html":{"ref":"attr-default.html","tf":3.340425531914893},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.03404255319148936},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"stream-array.html":{"ref":"stream-array.html","tf":0.01098901098901099},"attr-rename.html":{"ref":"attr-rename.html","tf":3.3541666666666665},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":3.3541666666666665},"remote-derive.html":{"ref":"remote-derive.html","tf":0.016563146997929608},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.017605633802816902},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.009852216748768473},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}},".":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.014450867052023121},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"attr-bound.html":{"ref":"attr-bound.html","tf":0.007692307692307693},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.013888888888888888},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}},"s":{"docs":{},".":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}},":":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}},",":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}},")":{"docs":{},")":{"docs":{},",":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}},")":{"docs":{},".":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}}}},"{":{"docs":{},"n":{"docs":{},"}":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641}}}}},":":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"examples.html":{"ref":"examples.html","tf":0.009708737864077669}},":":{"docs":{},"n":{"docs":{},"a":{"docs":{},"n":{"docs":{},"o":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}},"s":{"docs":{},"e":{"docs":{},"c":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}},";":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}},";":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}}}}},"\"":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}},"l":{"docs":{},"l":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.005390835579514825},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}},"e":{"docs":{"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.007389162561576354}}}},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.001943634596695821},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}},":":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}},"_":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},":":{"docs":{"attr-rename.html":{"ref":"attr-rename.html","tf":0.041666666666666664}}}}}}}}}}},"g":{"docs":{},"u":{"docs":{},"r":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}},"v":{"docs":{},"e":{"docs":{"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}},",":{"docs":{"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}}}}}},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}}}}},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"container-attrs.html":{"ref":"container-attrs.html","tf":0.005390835579514825},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.016025641025641024},"field-attrs.html":{"ref":"field-attrs.html","tf":0.031791907514450865},"unit-testing.html":{"ref":"unit-testing.html","tf":0.03278688524590164},"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"conventions.html":{"ref":"conventions.html","tf":0.015384615384615385},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.001943634596695821},"lifetimes.html":{"ref":"lifetimes.html","tf":0.00727802037845706},"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"transcode.html":{"ref":"transcode.html","tf":0.015037593984962405},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.007389162561576354},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.01},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}},".":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{},".":{"docs":{"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}}}}}}}}}}},"l":{"docs":{},"l":{"docs":{"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904}},"i":{"docs":{"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"derive.html":{"ref":"derive.html","tf":0.006802721088435374},"no-std.html":{"ref":"no-std.html","tf":0.06770833333333333},"feature-flags.html":{"ref":"feature-flags.html","tf":5.055555555555555}},"e":{"docs":{},".":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}},"s":{"docs":{},",":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}},".":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}}}}}}},"w":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"m":{"docs":{},"t":{"docs":{},":":{"docs":{},":":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}},"(":{"docs":{},"&":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}}}}},"}":{"docs":{},";":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}}},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.004819277108433735},"derive.html":{"ref":"derive.html","tf":0.013605442176870748},"container-attrs.html":{"ref":"container-attrs.html","tf":0.005390835579514825},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"field-attrs.html":{"ref":"field-attrs.html","tf":0.008670520231213872},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"examples.html":{"ref":"examples.html","tf":0.014563106796116505},"attr-bound.html":{"ref":"attr-bound.html","tf":2.5307692307692307},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.008130081300813009},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.007389162561576354},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.01}},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}}}}}}},"t":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806},"lifetimes.html":{"ref":"lifetimes.html","tf":0.004366812227074236},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.006211180124223602}}}}}}},"o":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"attr-bound.html":{"ref":"attr-bound.html","tf":0.007692307692307693},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.008130081300813009},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}},"e":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}},"o":{"docs":{},"g":{"docs":{},"l":{"docs":{},"e":{"docs":{},"'":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}},"d":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"'":{"docs":{"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}},"a":{"docs":{},"p":{"docs":{},"h":{"docs":{},".":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}}}}},":":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.00546448087431694}}},"u":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"lifetimes.html":{"ref":"lifetimes.html","tf":0.005822416302765648}}}}}}}},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.003887269193391642},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}},"n":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.016172506738544475},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.016025641025641024},"field-attrs.html":{"ref":"field-attrs.html","tf":0.023121387283236993},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365}}}}},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102}}}}}}}},"h":{"docs":{},"a":{"docs":{},"d":{"docs":{},"o":{"docs":{},"o":{"docs":{},"p":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}},"n":{"docs":{},"d":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}},"w":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"examples.html":{"ref":"examples.html","tf":0.009708737864077669},"attr-bound.html":{"ref":"attr-bound.html","tf":2.503846153846154}}}}}}}}},"l":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0036429872495446266},"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"error-handling.html":{"ref":"error-handling.html","tf":5.006688963210703},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0024295432458697765},"examples.html":{"ref":"examples.html","tf":0.009708737864077669},"enum-representations.html":{"ref":"enum-representations.html","tf":0.006289308176100629},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}},"s":{"docs":{},"h":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}},",":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}},".":{"docs":{"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}}},":":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.020833333333333332}}}},"k":{"docs":{},"e":{"docs":{},"l":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}}}},"l":{"docs":{},"f":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036}}}},"p":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}},"v":{"docs":{},"e":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"r":{"docs":{},"d":{"docs":{},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}}},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}},"s":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},".":{"docs":{},"g":{"docs":{},"g":{"docs":{},"/":{"docs":{},"r":{"docs":{},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{"help.html":{"ref":"help.html","tf":0.03508771929824561}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.004819277108433735},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"json.html":{"ref":"json.html","tf":0.00819672131147541}}}}}},"e":{"docs":{},"l":{"docs":{},"p":{"docs":{"help.html":{"ref":"help.html","tf":10.035087719298245},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}},"e":{"docs":{},"r":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}},"(":{"docs":{},"#":{"docs":{},"[":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"(":{"docs":{},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"o":{"docs":{},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.008960573476702509}}}}}}}}},"r":{"docs":{},"e":{"docs":{"derive.html":{"ref":"derive.html","tf":0.006802721088435374},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"json.html":{"ref":"json.html","tf":0.00819672131147541},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0029154518950437317},"transcode.html":{"ref":"transcode.html","tf":0.015037593984962405}}}}},"u":{"docs":{},"r":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}},"i":{"docs":{},"c":{"docs":{},"s":{"docs":{},",":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}}}}}}}},"a":{"docs":{},"p":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.015625}}}}},"o":{"docs":{},"m":{"docs":{},"o":{"docs":{},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}}}},"l":{"docs":{},"d":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.005361930294906166},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.001943634596695821}},",":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}}},"g":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}},",":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}}}},"c":{"docs":{},"l":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.00980392156862745}}}}},"i":{"1":{"2":{"8":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}},"docs":{}},"6":{"docs":{},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}},"docs":{}},"3":{"2":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.00804289544235925},"json.html":{"ref":"json.html","tf":0.00819672131147541},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}},",":{"docs":{"./":{"ref":"./","tf":0.004819277108433735},"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"derive.html":{"ref":"derive.html","tf":0.006802721088435374},"json.html":{"ref":"json.html","tf":0.02459016393442623},"remote-derive.html":{"ref":"remote-derive.html","tf":0.010351966873706004}}},".":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}},")":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}},",":{"docs":{"json.html":{"ref":"json.html","tf":0.00819672131147541}}},";":{"docs":{"json.html":{"ref":"json.html","tf":0.00819672131147541}}}},";":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.005361930294906166}},".":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}},":":{"docs":{},":":{"docs":{},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"_":{"docs":{},"i":{"3":{"2":{"docs":{},".":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}},"docs":{}},"docs":{}}}}}}}}}},";":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}}}}}}}}},"docs":{}},"6":{"4":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"remote-derive.html":{"ref":"remote-derive.html","tf":0.012422360248447204}}},")":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}},":":{"docs":{},":":{"docs":{},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"(":{"docs":{},"i":{"3":{"2":{"docs":{},":":{"docs":{},":":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},")":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}}}}}}},"docs":{}},"docs":{}}}}}}}}}},"docs":{}},"8":{"docs":{},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}},")":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}},"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.012750455373406194},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.00804289544235925},"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541},"error-handling.html":{"ref":"error-handling.html","tf":0.020066889632107024},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.006387921022067364},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.005344995140913508},"lifetimes.html":{"ref":"lifetimes.html","tf":0.017467248908296942},"examples.html":{"ref":"examples.html","tf":0.014563106796116505},"attr-default.html":{"ref":"attr-default.html","tf":0.014184397163120567},"attr-bound.html":{"ref":"attr-bound.html","tf":0.015384615384615385},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.012195121951219513},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"remote-derive.html":{"ref":"remote-derive.html","tf":0.026915113871635612},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.017605633802816902},"ignored-any.html":{"ref":"ignored-any.html","tf":0.013824884792626729},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.014778325123152709},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333},"feature-flags.html":{"ref":"feature-flags.html","tf":0.022222222222222223}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.00963855421686747},"data-model.html":{"ref":"data-model.html","tf":0.010752688172043012},"derive.html":{"ref":"derive.html","tf":0.02040816326530612},"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0215633423180593},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"field-attrs.html":{"ref":"field-attrs.html","tf":0.011560693641618497},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.03571428571428571},"impl-serialize.html":{"ref":"impl-serialize.html","tf":5.007285974499089},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":5.021447721179625},"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541},"data-format.html":{"ref":"data-format.html","tf":0.04040404040404041},"conventions.html":{"ref":"conventions.html","tf":0.015384615384615385},"impl-serializer.html":{"ref":"impl-serializer.html","tf":5.004645760743322},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":5.005830903790088},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835},"attr-bound.html":{"ref":"attr-bound.html","tf":0.011538461538461539},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.008130081300813009},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"remote-derive.html":{"ref":"remote-derive.html","tf":0.006211180124223602},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102}}}}}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}}}}}}}}}},"s":{"docs":{},".":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}},".":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365}}},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}}}}}}}},",":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"derive.html":{"ref":"derive.html","tf":0.006802721088435374},"data-format.html":{"ref":"data-format.html","tf":0.020202020202020204}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}}}}}},"s":{"docs":{},"s":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}},"n":{"docs":{},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"attr-default.html":{"ref":"attr-default.html","tf":0.02127659574468085},"no-std.html":{"ref":"no-std.html","tf":0.010416666666666666},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}}}},"h":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},"u":{"6":{"4":{"docs":{},")":{"docs":{},",":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}},";":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}},"docs":{}},"docs":{}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.00804289544235925},"error-handling.html":{"ref":"error-handling.html","tf":0.010033444816053512},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0058309037900874635},"lifetimes.html":{"ref":"lifetimes.html","tf":0.008733624454148471},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.012195121951219513},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"transcode.html":{"ref":"transcode.html","tf":0.022556390977443608},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.00804289544235925},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.001943634596695821},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"attr-default.html":{"ref":"attr-default.html","tf":0.02127659574468085}}},"\"":{"docs":{},")":{"docs":{},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}},":":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},"_":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},":":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}},".":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}}}}}},"i":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}}},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}},"e":{"docs":{},",":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}},";":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}},"t":{"docs":{},"i":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}},"i":{"docs":{},"d":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"convert-error.html":{"ref":"convert-error.html","tf":0.00980392156862745}}},"g":{"docs":{},"n":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}}}}}}}}},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659}},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.004819277108433735}},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}}},"n":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"enum-representations.html":{"ref":"enum-representations.html","tf":0.006289308176100629}}},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"t":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}},"m":{"docs":{},"e":{"docs":{},"d":{"docs":{},"i":{"docs":{"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}}}}}},"n":{"docs":{},"d":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402}}}},"g":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.00804289544235925},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.008130081300813009},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}},"s":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}},"(":{"docs":{},"u":{"6":{"4":{"docs":{},")":{"docs":{},",":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}}},"docs":{}},"docs":{}}}}},"r":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{},"g":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"o":{"docs":{},",":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125}}},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.005390835579514825}}}}},".":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}},":":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}},"u":{"docs":{},"i":{"docs":{},"t":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}},"d":{"docs":{},"i":{"docs":{},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{},"u":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}},"c":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"e":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.008086253369272238},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.009615384615384616},"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}},"x":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"ignored-any.html":{"ref":"ignored-any.html","tf":0.009216589861751152}}}}},"v":{"docs":{},"o":{"docs":{},"k":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"container-attrs.html":{"ref":"container-attrs.html","tf":0.008086253369272238},"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"remote-derive.html":{"ref":"remote-derive.html","tf":0.008281573498964804}}},"l":{"docs":{},"v":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"d":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297}},".":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}}}},".":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0036429872495446266},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"json.html":{"ref":"json.html","tf":0.00819672131147541},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"convert-error.html":{"ref":"convert-error.html","tf":0.00980392156862745},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}},",":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}},":":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}},"i":{"docs":{},"t":{"docs":{},",":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0036429872495446266}}}}},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}},"r":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659}}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365}},".":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125}}}}}}},".":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}},"g":{"docs":{},"n":{"docs":{},"o":{"docs":{},"r":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}},"y":{"docs":{},",":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}}}}}}}},"o":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.004366812227074236}},":":{"docs":{},":":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},".":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}},",":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}}},"w":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"a":{"docs":{},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}},"l":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}},"n":{"docs":{},"t":{"docs":{"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.001943634596695821},"enum-representations.html":{"ref":"enum-representations.html","tf":0.006289308176100629},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}}}},":":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"enum-representations.html":{"ref":"enum-representations.html","tf":0.018867924528301886},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}},"p":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}},"s":{"docs":{},".":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}},"s":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}}}},"a":{"docs":{},"m":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.00980392156862745}}}}},"j":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0024295432458697765},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"convert-error.html":{"ref":"convert-error.html","tf":0.00980392156862745}},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}}}}}},"s":{"docs":{},"o":{"docs":{},"n":{"5":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}},"docs":{"./":{"ref":"./","tf":0.00963855421686747},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.01876675603217158},"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.011033681765389082},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0058309037900874635},"json.html":{"ref":"json.html","tf":3.3415300546448083},"enum-representations.html":{"ref":"enum-representations.html","tf":0.015723270440251572},"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"attr-rename.html":{"ref":"attr-rename.html","tf":0.020833333333333332},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444},"transcode.html":{"ref":"transcode.html","tf":0.045112781954887216},"convert-error.html":{"ref":"convert-error.html","tf":0.0196078431372549},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005},"no-std.html":{"ref":"no-std.html","tf":0.010416666666666666}},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}}},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0029036004645760743},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0024295432458697765},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}}}}}}}}},"'":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}},":":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345}}},")":{"docs":{},";":{"docs":{"attr-rename.html":{"ref":"attr-rename.html","tf":0.020833333333333332},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}}},"!":{"docs":{},"(":{"docs":{},"[":{"docs":{},"\"":{"docs":{},"a":{"docs":{},"\"":{"docs":{},",":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}}}}},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}}}}},"o":{"docs":{},"b":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}},".":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}}}}}}}}}}}}}}}}}}}}}},"k":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}},"n":{"docs":{},"o":{"docs":{},"w":{"docs":{"./":{"ref":"./","tf":0.007228915662650603},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.00804289544235925},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}},"n":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.007168458781362007},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.00546448087431694},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659}}}}}},"e":{"docs":{},"y":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.007168458781362007},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"error-handling.html":{"ref":"error-handling.html","tf":0.006688963210702341},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.005226480836236934},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.01276595744680851},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}},",":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125}}},"s":{"docs":{},".":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"s":{"docs":{},".":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}}}}},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"m":{"docs":{},"u":{"docs":{},"t":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446}}}}}}}}}}}}}}}}},":":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446}}}},"b":{"docs":{},"a":{"docs":{},"b":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}}}}},"e":{"docs":{},"p":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}},":":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.008130081300813009}}},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.007228915662650603},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}},")":{"docs":{},",":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}}}}},"d":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}},"y":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}},"s":{"docs":{},"t":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}},"_":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},":":{"docs":{"attr-rename.html":{"ref":"attr-rename.html","tf":0.041666666666666664}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}},".":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}}},"e":{"docs":{},"a":{"docs":{},"v":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}},"n":{"docs":{},"g":{"docs":{},"t":{"docs":{},"h":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.010752688172043012},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.00546448087431694},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}},":":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.01639344262295082},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446}}},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402}}}}}},"i":{"docs":{},"s":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}},"t":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}},"b":{"docs":{},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806},"derive.html":{"ref":"derive.html","tf":0.013605442176870748},"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333},"feature-flags.html":{"ref":"feature-flags.html","tf":0.011111111111111112}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}}}},"y":{"docs":{},".":{"docs":{"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333},"feature-flags.html":{"ref":"feature-flags.html","tf":0.011111111111111112}}},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}}}}}},"f":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":5.029112081513828}},"e":{"docs":{},"s":{"docs":{},"\"":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},".":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}},"\"":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}}}}}}}}}},"n":{"docs":{},"k":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"h":{"docs":{},"a":{"docs":{},"s":{"docs":{},"h":{"docs":{},"_":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},":":{"docs":{},":":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"k":{"docs":{},"e":{"docs":{},"d":{"docs":{},"h":{"docs":{},"a":{"docs":{},"s":{"docs":{},"h":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},";":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}}}}}}}}}}}}}}}}}}}}}}}}},"h":{"docs":{},"a":{"docs":{},"s":{"docs":{},"h":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},":":{"docs":{},":":{"docs":{},":":{"docs":{},":":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"(":{"docs":{},")":{"docs":{},";":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"(":{"docs":{},")":{"docs":{},";":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}}}}}}}}}}}}}}}}}},"e":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}}},"t":{"docs":{},"t":{"docs":{},"l":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}},"v":{"docs":{},"e":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}}}},"k":{"docs":{},"e":{"docs":{},":":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}},"w":{"docs":{},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},",":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},":":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}}},"o":{"docs":{},"o":{"docs":{},"k":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.007168458781362007},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.007285974499089253},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.005361930294906166},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0029036004645760743},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.003887269193391642},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"enum-representations.html":{"ref":"enum-representations.html","tf":0.009433962264150943},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00851063829787234},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}},"p":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}}},"t":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}},"g":{"docs":{},"i":{"docs":{},"c":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.01}}}}},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"e":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}}}}},"n":{"docs":{},"g":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.004366812227074236},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345}}}},"w":{"docs":{},",":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"(":{"docs":{},")":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"c":{"docs":{},"r":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.007228915662650603},"derive.html":{"ref":"derive.html","tf":0.006802721088435374},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333},"feature-flags.html":{"ref":"feature-flags.html","tf":0.011111111111111112}}}}},"i":{"docs":{},"n":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}},"(":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266},"attr-rename.html":{"ref":"attr-rename.html","tf":0.020833333333333332},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}},"n":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.007228915662650603},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00851063829787234},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}},"p":{"docs":{},"u":{"docs":{},"l":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}}},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":3.3368544600938965}},"l":{"docs":{},"y":{"docs":{},".":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}}}}}},"r":{"docs":{},"k":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}},"u":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}},"e":{"docs":{},"r":{"docs":{},":":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.008130081300813009},"ignored-any.html":{"ref":"ignored-any.html","tf":0.009216589861751152}}}}}}},"k":{"docs":{},"e":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0036429872495446266},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.001943634596695821},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}},"p":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.025089605734767026},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.007285974499089253},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.00804289544235925},"unit-testing.html":{"ref":"unit-testing.html","tf":0.02459016393442623},"error-handling.html":{"ref":"error-handling.html","tf":0.016722408026755852},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.005226480836236934},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.004859086491739553},"examples.html":{"ref":"examples.html","tf":0.009708737864077669},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00851063829787234},"deserialize-map.html":{"ref":"deserialize-map.html","tf":2.5121951219512195},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365}},".":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.003401360544217687},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.008130081300813009},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},")":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"_":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"y":{"docs":{},"(":{"docs":{},"k":{"docs":{},",":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"(":{"docs":{},"'":{"docs":{},"a":{"docs":{},"'":{"docs":{},",":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}}},"b":{"docs":{},"'":{"docs":{},",":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}}},"c":{"docs":{},"'":{"docs":{},",":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},",":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}}}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"_":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"(":{"docs":{},")":{"docs":{},"?":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}}}}}}}}},"s":{"docs":{},".":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297}}},",":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}},"}":{"docs":{},";":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"s":{"docs":{},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}},"\"":{"docs":{},")":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}},":":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}},":":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"(":{"docs":{},")":{"docs":{},",":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}},";":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}}}}}}}}},";":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0029154518950437317},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761}},".":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}}},"d":{"docs":{},"e":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}},"x":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.018315018315018316}},"i":{"docs":{},"m":{"docs":{},"u":{"docs":{},"m":{"docs":{"data-format.html":{"ref":"data-format.html","tf":0.020202020202020204},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"stream-array.html":{"ref":"stream-array.html","tf":0.02197802197802198}},"\"":{"docs":{},")":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}}}},"\"":{"docs":{},",":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}},"_":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},":":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}},"(":{"docs":{},"p":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}},")":{"docs":{},";":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"enum-representations.html":{"ref":"enum-representations.html","tf":0.009433962264150943},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}},"e":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}},"s":{"docs":{},".":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125}}}},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}}}}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.007285974499089253},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.010723860589812333},"unit-testing.html":{"ref":"unit-testing.html","tf":0.02459016393442623},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.007549361207897794},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.006316812439261419},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.016260162601626018},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444},"remote-derive.html":{"ref":"remote-derive.html","tf":0.006211180124223602}},"s":{"docs":{},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}},".":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}},":":{"docs":{"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"enum-representations.html":{"ref":"enum-representations.html","tf":0.009433962264150943}}},"'":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}}}},"a":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00851063829787234},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.013888888888888888}},".":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"(":{"docs":{},"\"":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"q":{"docs":{},"u":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"\"":{"docs":{},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},")":{"docs":{},",":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.020833333333333332}}}}}}}}},"a":{"docs":{},"n":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.00804289544235925},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.001943634596695821},"lifetimes.html":{"ref":"lifetimes.html","tf":0.00727802037845706},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{},"s":{"docs":{},"m":{"docs":{},",":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}}}}}}},"m":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"stream-array.html":{"ref":"stream-array.html","tf":0.007326007326007326},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203},"no-std.html":{"ref":"no-std.html","tf":0.015625}}},"y":{"docs":{},".":{"docs":{"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}}}}}},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}},"u":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"(":{"docs":{},"u":{"8":{"docs":{},")":{"docs":{},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}},"docs":{}}}}}}}}}}}},"s":{"docs":{},"s":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.005390835579514825}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}}}}},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{},"o":{"docs":{},"d":{"docs":{},"b":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}}},"d":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.023076923076923078},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}},"e":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}},"l":{"docs":{"data-model.html":{"ref":"data-model.html","tf":3.3584229390681},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"error-handling.html":{"ref":"error-handling.html","tf":0.016722408026755852},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.003887269193391642},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}},"s":{"docs":{},".":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}},"u":{"docs":{},"l":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"conventions.html":{"ref":"conventions.html","tf":0.015384615384615385}},"e":{"docs":{},":":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}},"s":{"docs":{},".":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}}},".":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402}}}}}},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}}}},"r":{"docs":{},"e":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.007285974499089253},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.005361930294906166},"conventions.html":{"ref":"conventions.html","tf":0.023076923076923078},"error-handling.html":{"ref":"error-handling.html","tf":0.006688963210702341},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.003484320557491289},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.003401360544217687},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{},"p":{"docs":{},"l":{"docs":{"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}}},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}},"c":{"docs":{},"h":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"t":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.00546448087431694},"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.003401360544217687},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.008130081300813009},"stream-array.html":{"ref":"stream-array.html","tf":0.007326007326007326},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.014084507042253521},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"transcode.html":{"ref":"transcode.html","tf":0.015037593984962405}},"e":{"docs":{},"x":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.013377926421404682}}}}}},"y":{"docs":{},"_":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"(":{"docs":{},")":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125}}}}}}}}}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{},"\"":{"docs":{},")":{"docs":{},")":{"docs":{},"]":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.005390835579514825},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.005822416302765648}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{},"\"":{"docs":{},")":{"docs":{},")":{"docs":{},"]":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}},",":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{},"\"":{"docs":{},")":{"docs":{},"]":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.012195121951219513}},".":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.008130081300813009}}},":":{"docs":{},":":{"docs":{},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"_":{"docs":{},"c":{"docs":{},"a":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{},"(":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},".":{"docs":{},"s":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"_":{"docs":{},"h":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"n":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"_":{"docs":{},"o":{"docs":{},"r":{"docs":{},"(":{"0":{"docs":{},")":{"docs":{},")":{"docs":{},";":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}}}}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},";":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}},">":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.016260162601626018}}}}}}}}}}}}},")":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}},":":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}},"n":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}},"e":{"docs":{},"e":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"derive.html":{"ref":"derive.html","tf":0.006802721088435374},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.007285974499089253},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.00804289544235925},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183},"no-std.html":{"ref":"no-std.html","tf":0.015625}},"s":{"docs":{},",":{"docs":{"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904}}}}}},"g":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},"o":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}}}}}},"a":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}},"}":{"docs":{},";":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}},"t":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}},"w":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.007285974499089253},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659},"enum-representations.html":{"ref":"enum-representations.html","tf":0.006289308176100629},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}},"e":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}}}}},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"_":{"docs":{},"s":{"docs":{},"e":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}}},"(":{"docs":{},"u":{"3":{"2":{"docs":{},")":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}},"docs":{}},"docs":{}}}}}}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517}}}}},"(":{"docs":{},"d":{"docs":{},"e":{"docs":{},":":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}},")":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}},"s":{"docs":{},"e":{"docs":{},"c":{"docs":{},"s":{"docs":{},":":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}}},"n":{"docs":{},":":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}},"l":{"docs":{},"i":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.009615384615384616},"lifetimes.html":{"ref":"lifetimes.html","tf":0.005822416302765648},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.005361930294906166}}}}},"y":{"docs":{},".":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}}}}}}},"x":{"docs":{},"t":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}},"_":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"(":{"docs":{},"&":{"docs":{},"m":{"docs":{},"u":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"_":{"docs":{},"s":{"docs":{},"e":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"m":{"docs":{},"u":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"_":{"docs":{},"s":{"docs":{},"e":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"m":{"docs":{},"u":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},"_":{"docs":{},"s":{"docs":{},"e":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"m":{"docs":{},"u":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"r":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}},"s":{"docs":{},"t":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}},"o":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}}},"e":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}},":":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}}},"h":{"docs":{"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102}}},".":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}},"i":{"docs":{},"c":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"_":{"docs":{},"b":{"docs":{},"o":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}}}}}}}}},"n":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.005361930294906166},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},"e":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}},".":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}},"m":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}},";":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761}}},",":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}},"w":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"l":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125}},",":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}}}}}},"(":{"docs":{},"u":{"8":{"docs":{},")":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}},"docs":{}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"container-attrs.html":{"ref":"container-attrs.html","tf":0.013477088948787063},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.01282051282051282},"field-attrs.html":{"ref":"field-attrs.html","tf":0.014450867052023121},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}},".":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297}}},":":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.020833333333333332},"convert-error.html":{"ref":"convert-error.html","tf":0.00980392156862745}}},"s":{"docs":{},".":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}},"u":{"docs":{},"r":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}},"n":{"docs":{},"o":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.02112676056338028}},"s":{"docs":{},":":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.014492753623188406},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}},")":{"docs":{},")":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761}}}},".":{"docs":{},"i":{"docs":{},"s":{"docs":{},"_":{"docs":{},"s":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}}}}}},"o":{"docs":{},"k":{"docs":{},"_":{"docs":{},"o":{"docs":{},"r":{"docs":{},"_":{"docs":{},"e":{"docs":{},"l":{"docs":{},"s":{"docs":{},"e":{"docs":{},"(":{"docs":{},"|":{"docs":{},"|":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}},"m":{"docs":{"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"enum-number.html":{"ref":"enum-number.html","tf":3.3459915611814344}},".":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}},":":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345}}},"s":{"docs":{},"\"":{"docs":{},")":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}}}},"e":{"docs":{},"r":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}},",":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}},":":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.009216589861751152}}},"t":{"docs":{},"h":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}},")":{"docs":{},";":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}},":":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.02304147465437788}},":":{"docs":{},":":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"(":{"3":{"docs":{},")":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"a":{"docs":{},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"n":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},")":{"docs":{},";":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}}}}}}}}}}}}}}}}},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.007228915662650603},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}},".":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}}},"v":{"docs":{},"i":{"docs":{},"o":{"docs":{},"u":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"n":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"help.html":{"ref":"help.html","tf":0.017543859649122806},"data-model.html":{"ref":"data-model.html","tf":0.008960573476702509},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"container-attrs.html":{"ref":"container-attrs.html","tf":0.005390835579514825},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.023809523809523808},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"conventions.html":{"ref":"conventions.html","tf":0.015384615384615385},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.003484320557491289},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0024295432458697765},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"examples.html":{"ref":"examples.html","tf":0.019417475728155338},"enum-representations.html":{"ref":"enum-representations.html","tf":0.006289308176100629},"attr-bound.html":{"ref":"attr-bound.html","tf":0.007692307692307693},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}},"l":{"docs":{},"y":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.012048192771084338}}},",":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}},".":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}}}},"c":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}},"e":{"docs":{},".":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}},"e":{"docs":{},".":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}},"p":{"docs":{},"t":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"no-std.html":{"ref":"no-std.html","tf":0.020833333333333332},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}},"i":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}},"o":{"docs":{},"n":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}},":":{"docs":{},":":{"docs":{},"n":{"docs":{},"o":{"docs":{},"n":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}},"e":{"docs":{},".":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}}}},"s":{"docs":{},"o":{"docs":{},"m":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0036429872495446266}}}}}}},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297}}},",":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}},"e":{"docs":{},"n":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}},"r":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}},"s":{"docs":{},".":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}},"_":{"docs":{},"c":{"docs":{},"r":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},":":{"docs":{},":":{"docs":{},"d":{"docs":{},"u":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},";":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.006211180124223602}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005},"no-std.html":{"ref":"no-std.html","tf":0.015625}},".":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}},"m":{"docs":{},"a":{"docs":{},"x":{"docs":{},"_":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},")":{"docs":{},";":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}}}}}}}}}},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}},":":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297}}},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}},"e":{"docs":{},"r":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"lifetimes.html":{"ref":"lifetimes.html","tf":0.004366812227074236},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"attr-bound.html":{"ref":"attr-bound.html","tf":0.011538461538461539},"stream-array.html":{"ref":"stream-array.html","tf":0.007326007326007326},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}},"l":{"docs":{},"i":{"docs":{},"v":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}}}}},":":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"field-attrs.html":{"ref":"field-attrs.html","tf":0.008670520231213872},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"ignored-any.html":{"ref":"ignored-any.html","tf":0.009216589861751152},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.01}},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}},"v":{"docs":{},"i":{"docs":{},"e":{"docs":{},"w":{"docs":{"./":{"ref":"./","tf":10}}}}}},"f":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},"\"":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},")":{"docs":{},",":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"i":{"docs":{},"d":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.007692307692307693}}}}}}}},"f":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}},":":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}}}},"s":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.012544802867383513}}}}}},"w":{"docs":{},"n":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.00727802037845706},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036}}},":":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}}},"(":{"docs":{},"\"":{"docs":{},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},"\"":{"docs":{},")":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}}}}}}},"b":{"docs":{},"o":{"docs":{},"x":{"docs":{},")":{"docs":{},",":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}}}}}},"r":{"docs":{},"s":{"docs":{},"h":{"docs":{},"i":{"docs":{},"p":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}}}}}},"c":{"docs":{},"c":{"docs":{},"a":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}},"s":{"docs":{},",":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}}}}}},"u":{"docs":{},"r":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}}}}}},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.005361930294906166},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}},"i":{"docs":{},"n":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0036429872495446266}}}}}}},",":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.007326007326007326}}},".":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}},"p":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.006211180124223602}}}}}}},"k":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.004645760743321719}},"(":{"docs":{},"i":{"3":{"2":{"docs":{},":":{"docs":{},":":{"docs":{},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"(":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},")":{"docs":{},")":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}}}}}}}}}}}}}}},"docs":{}},"docs":{},"n":{"docs":{},"t":{"docs":{},")":{"docs":{},";":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},")":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659}}}}}}}},"(":{"docs":{},")":{"docs":{},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.008130081300813009}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595}}}}},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}}}}}}}}},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"c":{"docs":{},"h":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"e":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"i":{"docs":{},"e":{"docs":{},"l":{"docs":{},"d":{"docs":{},":":{"docs":{},":":{"docs":{},"n":{"docs":{},"a":{"docs":{},"n":{"docs":{},"o":{"docs":{},"s":{"docs":{},")":{"docs":{},",":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"c":{"docs":{},"s":{"docs":{},")":{"docs":{},",":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},":":{"docs":{},":":{"docs":{},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"(":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"n":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},")":{"docs":{},")":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},")":{"docs":{},";":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}}}},"t":{"docs":{},"h":{"docs":{},")":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}},"t":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},")":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}}},"x":{"docs":{},")":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}},"d":{"docs":{},"u":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{},":":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"c":{"docs":{},"s":{"docs":{},",":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761}}}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297}}}}},"h":{"docs":{},",":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.009433962264150943}},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.004819277108433735},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"attr-bound.html":{"ref":"attr-bound.html","tf":0.007692307692307693},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},".":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}},"s":{"docs":{},",":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}},".":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}}}}}}},"s":{"docs":{},":":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.009433962264150943}}}}},"(":{"docs":{},"v":{"docs":{},"e":{"docs":{},"c":{"docs":{},")":{"docs":{},",":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}}}}}}},"t":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"attr-bound.html":{"ref":"attr-bound.html","tf":0.007692307692307693},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}},"e":{"docs":{},"q":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}}}}}}},"c":{"docs":{},"u":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.01639344262295082},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}},"l":{"docs":{},"i":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}},"s":{"docs":{"data-format.html":{"ref":"data-format.html","tf":0.06060606060606061},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.01020408163265306},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}},"e":{"docs":{},"_":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"(":{"docs":{},"&":{"docs":{},"m":{"docs":{},"u":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"m":{"docs":{},"u":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"&":{"docs":{},"m":{"docs":{},"u":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},"&":{"docs":{},"m":{"docs":{},"u":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}},"d":{"docs":{},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}},"i":{"docs":{},"r":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}}},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}}}}}}}}}},"s":{"docs":{},"s":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.005361930294906166},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"t":{"docs":{},"h":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365}},":":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.01}}}}}}}},"g":{"docs":{},"e":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.001943634596695821},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.01276595744680851}},"s":{"docs":{},".":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}}},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"i":{"docs":{},"n":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.02127659574468085}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}},":":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}}}}}}},"n":{"docs":{},"i":{"docs":{},"c":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}},"y":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}}},"o":{"docs":{},"n":{"docs":{"attr-rename.html":{"ref":"attr-rename.html","tf":0.0625}}}}},"i":{"docs":{},"o":{"docs":{},"d":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}},"o":{"docs":{},"p":{"docs":{},"l":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},"e":{"docs":{},"'":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}}},"e":{"docs":{},"k":{"docs":{},"_":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"(":{"docs":{},"&":{"docs":{},"m":{"docs":{},"u":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"l":{"docs":{},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}},"n":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}}},"e":{"docs":{},"c":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}}},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"2":{"docs":{},"d":{"docs":{},"(":{"docs":{},"f":{"6":{"4":{"docs":{},",":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0036429872495446266}}}},"docs":{}},"docs":{}}}}},"docs":{"./":{"ref":"./","tf":0.014457831325301205},"derive.html":{"ref":"derive.html","tf":0.017006802721088437},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}},"e":{"docs":{},"r":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"feature-flags.html":{"ref":"feature-flags.html","tf":0.027777777777777776}}}}}},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}},".":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"c":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.005361930294906166}},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}},".":{"docs":{"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904}}}}}}},",":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}}}},"s":{"docs":{},"i":{"docs":{},"b":{"docs":{},"l":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}},"e":{"docs":{},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"json.html":{"ref":"json.html","tf":0.00819672131147541}}}}}}}},":":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}},"w":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}},"f":{"docs":{},"u":{"docs":{},"l":{"docs":{},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}}}}}},"p":{"docs":{},"u":{"docs":{},"l":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.0196078431372549}}},"y":{"docs":{},",":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}},".":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}},":":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.00980392156862745}}}}}}}},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.004819277108433735},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266},"transcode.html":{"ref":"transcode.html","tf":0.015037593984962405}},"l":{"docs":{},"n":{"docs":{},"!":{"docs":{},"(":{"docs":{},"\"":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}}},"{":{"docs":{},":":{"docs":{},"?":{"docs":{},"}":{"docs":{},"\"":{"docs":{},",":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.014184397163120567},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365}}}}}},"#":{"docs":{},"?":{"docs":{},"}":{"docs":{},"\"":{"docs":{},",":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}}}},"}":{"docs":{},"\"":{"docs":{},",":{"docs":{"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266},"attr-rename.html":{"ref":"attr-rename.html","tf":0.020833333333333332},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}}}}},"m":{"docs":{},"a":{"docs":{},"x":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}}}}}},"e":{"docs":{},"r":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}}},"s":{"docs":{},":":{"docs":{"attr-rename.html":{"ref":"attr-rename.html","tf":0.020833333333333332},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}}}}},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.009107468123861567},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"t":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"remote-derive.html":{"ref":"remote-derive.html","tf":0.008281573498964804}},"e":{"docs":{},".":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}}},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.014184397163120567}}},"y":{"docs":{},",":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}},":":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}},":":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}}}}}}}}}},"=":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}}}}}}}},"h":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}}}}}}}}}}},"o":{"docs":{},"c":{"docs":{},"e":{"docs":{},"d":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}},"s":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0036429872495446266},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"stream-array.html":{"ref":"stream-array.html","tf":0.007326007326007326},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402}},":":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.007285974499089253}}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}},".":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}},"l":{"docs":{},"a":{"docs":{},"i":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402}},"t":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}},"e":{"docs":{},".":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}}}}}},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}},"m":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.007692307692307693}}}}}}}}}},"t":{"docs":{},"o":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}}},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.004819277108433735},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"unit-testing.html":{"ref":"unit-testing.html","tf":0.03278688524590164},"conventions.html":{"ref":"conventions.html","tf":0.023076923076923078},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.001943634596695821},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.008130081300813009},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266},"remote-derive.html":{"ref":"remote-derive.html","tf":0.018633540372670808},"transcode.html":{"ref":"transcode.html","tf":0.015037593984962405},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.01},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333},"feature-flags.html":{"ref":"feature-flags.html","tf":0.022222222222222223}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}},"s":{"docs":{},",":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}}}},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}},"f":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}}}},"p":{"docs":{},"a":{"docs":{},"g":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"i":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}}}}}},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}},",":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125}}}}},"r":{"docs":{},"v":{"docs":{"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}}},"t":{"docs":{},"t":{"docs":{},"i":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402}}}}}},"v":{"docs":{},"i":{"docs":{},"o":{"docs":{},"u":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}},"s":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}},"y":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}},"t":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036}},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}}}}},"i":{"docs":{},"n":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}},"u":{"docs":{},"g":{"docs":{},"g":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}}}}}}},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}}}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.012195121951219513},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}},",":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}}}}}}}}},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}},"b":{"docs":{"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.023809523809523808},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"conventions.html":{"ref":"conventions.html","tf":0.023076923076923078},"error-handling.html":{"ref":"error-handling.html","tf":0.006688963210702341},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659},"remote-derive.html":{"ref":"remote-derive.html","tf":0.014492753623188406},"ignored-any.html":{"ref":"ignored-any.html","tf":0.009216589861751152},"convert-error.html":{"ref":"convert-error.html","tf":0.00980392156862745},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.025}},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}},"r":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}},"t":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}},"t":{"docs":{},"r":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.007692307692307693}},",":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}},":":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.007692307692307693}}}}}},"q":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}}},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"help.html":{"ref":"help.html","tf":0.03508771929824561}}}}}}}}}},"r":{"docs":{},"e":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"json.html":{"ref":"json.html","tf":0.00819672131147541}}},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{},".":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}}}}}}}},".":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}},":":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904}}}}},"l":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}},"f":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.004819277108433735}}}}}},"e":{"docs":{},"r":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.001943634596695821},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"feature-flags.html":{"ref":"feature-flags.html","tf":0.022222222222222223}},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}}}},"(":{"docs":{},"&":{"docs":{},"'":{"docs":{},"a":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}}}},"l":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.00804289544235925},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},"a":{"docs":{},"t":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.005376344086021506},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.005226480836236934},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.004373177842565598},"examples.html":{"ref":"examples.html","tf":0.009708737864077669},"json.html":{"ref":"json.html","tf":0.07377049180327869},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183},"convert-error.html":{"ref":"convert-error.html","tf":0.014705882352941176}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.004819277108433735},"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"container-attrs.html":{"ref":"container-attrs.html","tf":0.013477088948787063},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"enum-representations.html":{"ref":"enum-representations.html","tf":5.034591194968553},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"container-attrs.html":{"ref":"container-attrs.html","tf":0.008086253369272238},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"enum-representations.html":{"ref":"enum-representations.html","tf":0.006289308176100629},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}},",":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}},"s":{"docs":{},":":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345}}},".":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}}}}}}},"s":{"docs":{},".":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"y":{"docs":{},".":{"docs":{"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"m":{"docs":{},"b":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}},"r":{"docs":{},"v":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.007168458781362007},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0029036004645760743},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"json.html":{"ref":"json.html","tf":0.00819672131147541},"enum-representations.html":{"ref":"enum-representations.html","tf":0.009433962264150943},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.023809523809523808},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.009107468123861567},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.013404825737265416},"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"error-handling.html":{"ref":"error-handling.html","tf":0.010033444816053512},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.025551684088269456},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.02040816326530612},"lifetimes.html":{"ref":"lifetimes.html","tf":0.005822416302765648},"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.02553191489361702},"attr-bound.html":{"ref":"attr-bound.html","tf":0.011538461538461539},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.012195121951219513},"stream-array.html":{"ref":"stream-array.html","tf":0.007326007326007326},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.017605633802816902},"ignored-any.html":{"ref":"ignored-any.html","tf":0.009216589861751152},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.009852216748768473},"convert-error.html":{"ref":"convert-error.html","tf":0.00980392156862745},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.015},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}},"}":{"docs":{},";":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},">":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}},":":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.009433962264150943},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}},")":{"docs":{},";":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}},".":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}},",":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.027777777777777776},"convert-error.html":{"ref":"convert-error.html","tf":0.0196078431372549}},"e":{"docs":{},":":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835},"convert-error.html":{"ref":"convert-error.html","tf":0.00980392156862745}}},"=":{"docs":{},"\"":{"docs":{},"/":{"docs":{},"\"":{"docs":{},",":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"\"":{"docs":{},",":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}}}}}}}}}}}}}}},"t":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}},"c":{"docs":{},"e":{"docs":{},"i":{"docs":{},"v":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},".":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}}}}}},"k":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"l":{"docs":{},"i":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{"derive.html":{"ref":"derive.html","tf":0.006802721088435374},"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0029036004645760743},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0024295432458697765},"attr-bound.html":{"ref":"attr-bound.html","tf":0.007692307692307693},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333},"feature-flags.html":{"ref":"feature-flags.html","tf":0.016666666666666666}}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.009433962264150943},"attr-default.html":{"ref":"attr-default.html","tf":0.02127659574468085}},"s":{"docs":{},":":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}},"[":{"0":{"docs":{},"]":{"docs":{},")":{"docs":{},";":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}}}},"1":{"docs":{},"]":{"docs":{},")":{"docs":{},";":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}}}},"docs":{}}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}}}}}},"m":{"docs":{},"o":{"docs":{},"t":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"remote-derive.html":{"ref":"remote-derive.html","tf":3.3664596273291925}}},"v":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203},"no-std.html":{"ref":"no-std.html","tf":0.010416666666666666}}}},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}},"e":{"docs":{},"_":{"docs":{},"a":{"docs":{},"l":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}}},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102}}}}}},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"conventions.html":{"ref":"conventions.html","tf":0.015384615384615385},"error-handling.html":{"ref":"error-handling.html","tf":0.010033444816053512},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.004373177842565598},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}},"s":{"docs":{},",":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}}}}}}},"u":{"docs":{},"s":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}},"u":{"docs":{},"g":{"docs":{},"h":{"docs":{},"l":{"docs":{},"i":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}}}}},"l":{"docs":{},"e":{"docs":{"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102}}}},"o":{"docs":{},"t":{"docs":{"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"conventions.html":{"ref":"conventions.html","tf":0.015384615384615385}}}}},"u":{"docs":{},"n":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.004819277108433735}}}}}},"s":{"docs":{},"o":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"d":{"docs":{},"y":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"b":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}}}}}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.014457831325301205},"help.html":{"ref":"help.html","tf":0.05263157894736842},"data-model.html":{"ref":"data-model.html","tf":0.010752688172043012},"derive.html":{"ref":"derive.html","tf":0.006802721088435374},"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"field-attrs.html":{"ref":"field-attrs.html","tf":0.011560693641618497},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0036429872495446266},"error-handling.html":{"ref":"error-handling.html","tf":0.006688963210702341},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"json.html":{"ref":"json.html","tf":0.00819672131147541},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333},"feature-flags.html":{"ref":"feature-flags.html","tf":0.011111111111111112}},"'":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}},"i":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}}}}}}},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}},"d":{"docs":{},"o":{"docs":{},"c":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}},"l":{"docs":{},"e":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402}},".":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}},":":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.00546448087431694},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}},"g":{"docs":{},"b":{"docs":{},"(":{"docs":{},"u":{"8":{"docs":{},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036}}}},"docs":{}}}}},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}},"p":{"docs":{},"i":{"docs":{},"d":{"docs":{},"l":{"docs":{},"i":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"n":{"docs":{},"k":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}},"g":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}}},"#":{"docs":{},"\"":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}},"\"":{"docs":{},"u":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"\"":{"docs":{},"\"":{"docs":{},"#":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}},"{":{"docs":{},"\"":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"\"":{"docs":{},":":{"1":{"docs":{},",":{"docs":{},"\"":{"docs":{},"s":{"docs":{},"e":{"docs":{},"q":{"docs":{},"\"":{"docs":{},":":{"docs":{},"[":{"docs":{},"\"":{"docs":{},"a":{"docs":{},"\"":{"docs":{},",":{"docs":{},"\"":{"docs":{},"b":{"docs":{},"\"":{"docs":{},"]":{"docs":{},"}":{"docs":{},"\"":{"docs":{},"#":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}}}}},"docs":{}}}}}},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"\"":{"docs":{},":":{"1":{"docs":{},"}":{"docs":{},"\"":{"docs":{},"#":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"docs":{}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"\"":{"docs":{},":":{"docs":{},"{":{"docs":{},"\"":{"docs":{},"a":{"docs":{},"\"":{"docs":{},":":{"1":{"docs":{},"}":{"docs":{},"}":{"docs":{},"\"":{"docs":{},"#":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}},"docs":{}}}}}}}}}}}}}},"t":{"docs":{},"u":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"\"":{"docs":{},":":{"docs":{},"[":{"1":{"docs":{},",":{"2":{"docs":{},"]":{"docs":{},"}":{"docs":{},"\"":{"docs":{},"#":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}},"docs":{}}},"docs":{}}}}}}}}}}}}},",":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.007692307692307693}}}}}},"f":{"docs":{},"c":{"3":{"3":{"3":{"9":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"c":{"docs":{"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}},"s":{"docs":{},"/":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"#":{"8":{"1":{"2":{"docs":{},".":{"docs":{"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}},"s":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.005822416302765648},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.01}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00851063829787234},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266},"remote-derive.html":{"ref":"remote-derive.html","tf":0.006211180124223602},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333},"feature-flags.html":{"ref":"feature-flags.html","tf":0.011111111111111112}},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}},"t":{"docs":{},"i":{"docs":{},"s":{"docs":{},"f":{"docs":{},"i":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"v":{"docs":{},"e":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"d":{"docs":{},".":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}},"f":{"docs":{},"e":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}},"e":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102}},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"e":{"docs":{},"e":{"docs":{},"n":{"docs":{},"_":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},":":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}}}}}}}},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},",":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}},"e":{"docs":{},"n":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"o":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345}}}}}}}}},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"json.html":{"ref":"json.html","tf":0.01639344262295082},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}}},"f":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.00546448087431694},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.010723860589812333},"error-handling.html":{"ref":"error-handling.html","tf":0.010033444816053512},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.003401360544217687},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"attr-default.html":{"ref":"attr-default.html","tf":0.014184397163120567},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"transcode.html":{"ref":"transcode.html","tf":0.015037593984962405}},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.008710801393728223},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.004859086491739553},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}},".":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.020905923344947737}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"_":{"docs":{},"f":{"6":{"4":{"docs":{},"(":{"docs":{},"f":{"6":{"4":{"docs":{},":":{"docs":{},":":{"docs":{},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"(":{"docs":{},"v":{"docs":{},")":{"docs":{},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}}},"docs":{}},"docs":{}}}},"docs":{}},"docs":{}},"i":{"6":{"4":{"docs":{},"(":{"docs":{},"i":{"6":{"4":{"docs":{},":":{"docs":{},":":{"docs":{},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"(":{"docs":{},"v":{"docs":{},")":{"docs":{},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446}}}}}}}}}}}}},"docs":{}},"docs":{}}}},"docs":{}},"docs":{}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},"s":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"(":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},")":{"docs":{},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"q":{"docs":{},"(":{"docs":{},"s":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"(":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},")":{"docs":{},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297}}}}}}},"v":{"docs":{},".":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{},"?":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"(":{"docs":{},"&":{"docs":{},"v":{"docs":{},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},")":{"docs":{},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}}}},"u":{"6":{"4":{"docs":{},"(":{"docs":{},"u":{"6":{"4":{"docs":{},":":{"docs":{},":":{"docs":{},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"(":{"docs":{},"v":{"docs":{},")":{"docs":{},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446}}}}}}}}}}}}},"docs":{}},"docs":{}}}},"docs":{}},"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"(":{"docs":{},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297}}}}}}}}}}}}}}}},"c":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}},"d":{"docs":{},"e":{"docs":{},".":{"docs":{},"n":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"_":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"(":{"docs":{},")":{"docs":{},"?":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.001943634596695821}}}}}}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"e":{"docs":{},"k":{"docs":{},"_":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"(":{"docs":{},")":{"docs":{},"?":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"_":{"docs":{},"a":{"docs":{},"n":{"docs":{},"y":{"docs":{},"(":{"docs":{},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"(":{"docs":{},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},")":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}},"i":{"6":{"4":{"docs":{},"(":{"docs":{},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},")":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}},"docs":{}},"docs":{}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"q":{"docs":{},"(":{"docs":{},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"(":{"docs":{},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}},"u":{"6":{"4":{"docs":{},"(":{"docs":{},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},")":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}},"docs":{}},"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"(":{"docs":{},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}}}},"i":{"docs":{},"n":{"docs":{},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.003401360544217687}},".":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{},".":{"docs":{},"n":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"(":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},".":{"docs":{},"o":{"docs":{},"k":{"docs":{},"_":{"docs":{},"o":{"docs":{},"r":{"docs":{},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},":":{"docs":{},":":{"docs":{},"e":{"docs":{},"o":{"docs":{},"f":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"'":{"docs":{},"\"":{"docs":{},"'":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"s":{"docs":{},"_":{"docs":{},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"(":{"docs":{},"\"":{"docs":{},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"e":{"docs":{},"\"":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}},"n":{"docs":{},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{},"\"":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}}}}},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{},"\"":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"_":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"(":{"docs":{},")":{"docs":{},"?":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.003887269193391642}}}}}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"o":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}},")":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}},"p":{"docs":{},"e":{"docs":{},"e":{"docs":{},"k":{"docs":{},"_":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"(":{"docs":{},")":{"docs":{},"?":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}},";":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0040650406504065045},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0029154518950437317}},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}},"r":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}},"d":{"docs":{"./":{"ref":"./","tf":0.021686746987951807},"help.html":{"ref":"help.html","tf":0.017543859649122806},"data-model.html":{"ref":"data-model.html","tf":3.3709677419354835},"derive.html":{"ref":"derive.html","tf":0.034013605442176874},"container-attrs.html":{"ref":"container-attrs.html","tf":0.008086253369272238},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"field-attrs.html":{"ref":"field-attrs.html","tf":0.011560693641618497},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.012750455373406194},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"data-format.html":{"ref":"data-format.html","tf":0.050505050505050504},"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.004859086491739553},"lifetimes.html":{"ref":"lifetimes.html","tf":0.005822416302765648},"examples.html":{"ref":"examples.html","tf":0.014563106796116505},"json.html":{"ref":"json.html","tf":0.00819672131147541},"enum-representations.html":{"ref":"enum-representations.html","tf":0.009433962264150943},"attr-bound.html":{"ref":"attr-bound.html","tf":0.015384615384615385},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266},"remote-derive.html":{"ref":"remote-derive.html","tf":0.010351966873706004},"transcode.html":{"ref":"transcode.html","tf":0.05263157894736842},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005},"no-std.html":{"ref":"no-std.html","tf":0.057291666666666664},"feature-flags.html":{"ref":"feature-flags.html","tf":0.027777777777777776}},"e":{"docs":{},"'":{"docs":{"./":{"ref":"./","tf":0.004819277108433735},"data-model.html":{"ref":"data-model.html","tf":0.005376344086021506},"derive.html":{"ref":"derive.html","tf":0.006802721088435374},"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"error-handling.html":{"ref":"error-handling.html","tf":0.006688963210702341},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}},":":{"docs":{},":":{"docs":{},"{":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}}}}},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}}},"d":{"docs":{},"e":{"docs":{},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},",":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},";":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}},"r":{"docs":{},".":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}}}}}}}}}}}},":":{"docs":{},":":{"docs":{},"{":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},",":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},";":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},";":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"attr-rename.html":{"ref":"attr-rename.html","tf":0.020833333333333332},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}},"r":{"docs":{},".":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}}}}}}}}},":":{"docs":{},":":{"docs":{},"{":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},",":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0036429872495446266},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"q":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},";":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}}}}}}}}}}}},"_":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"derive.html":{"ref":"derive.html","tf":0.006802721088435374},"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"json.html":{"ref":"json.html","tf":0.00819672131147541},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}},":":{"docs":{},":":{"docs":{},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"(":{"docs":{},"&":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"d":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"n":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},")":{"docs":{},";":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}}}}}}}}}}}}}}}}}}}},"j":{"docs":{},")":{"docs":{},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"_":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},":":{"docs":{},":":{"docs":{},"c":{"docs":{},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},")":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}}}}}}}}}}}}}}}}}}}}}}}}},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"n":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},")":{"docs":{},";":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}}}}}}}}}}},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"n":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},")":{"docs":{},";":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}}}}}}}}}}}}}}}},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"n":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},")":{"docs":{},";":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},"|":{"docs":{},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"d":{"docs":{},"u":{"docs":{},"r":{"docs":{},")":{"docs":{},"|":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}}}}}}}}}}}}}}}}}},"\"":{"2":{"docs":{},"\"":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"n":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},")":{"docs":{},")":{"docs":{},";":{"docs":{"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}}}}}}}}}}}}}}}},"docs":{}}},".":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}}}}}}}}}},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"&":{"docs":{},"p":{"docs":{},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"n":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},")":{"docs":{},";":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}}}}}}}}}}}}}}},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"s":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"n":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},")":{"docs":{},")":{"docs":{},";":{"docs":{"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}}}}}}}}}}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},")":{"docs":{},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"_":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},":":{"docs":{},":":{"docs":{},"c":{"docs":{},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},")":{"docs":{},"?":{"docs":{},";":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"_":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"t":{"docs":{},"t":{"docs":{},"y":{"docs":{},"(":{"docs":{},"&":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"n":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},")":{"docs":{},";":{"docs":{"attr-rename.html":{"ref":"attr-rename.html","tf":0.020833333333333332}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"n":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},")":{"docs":{},";":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}}}}}}}}}}}}}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"n":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},")":{"docs":{},";":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.00804289544235925},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}},"e":{"docs":{},";":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},":":{"docs":{},":":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}}}}}}}}}}}}},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"r":{"docs":{},":":{"docs":{},":":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"(":{"docs":{},"i":{"docs":{},"o":{"docs":{},":":{"docs":{},":":{"docs":{},"s":{"docs":{},"t":{"docs":{},"d":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"(":{"docs":{},")":{"docs":{},")":{"docs":{},";":{"docs":{"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"r":{"docs":{},":":{"docs":{},":":{"docs":{},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"(":{"docs":{},"j":{"docs":{},")":{"docs":{},";":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}},"i":{"docs":{},"n":{"docs":{},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{},")":{"docs":{},";":{"docs":{"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},";":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}}}}},")":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}},";":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}},".":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}}}}},"b":{"docs":{},"y":{"docs":{},"t":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.01639344262295082}},":":{"docs":{},":":{"docs":{},"{":{"docs":{},"t":{"docs":{},"o":{"docs":{},"k":{"docs":{},"e":{"docs":{},"n":{"docs":{},",":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}}}}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},":":{"docs":{},":":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"m":{"docs":{},"u":{"docs":{},"t":{"docs":{"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}}}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"p":{"docs":{},"r":{"docs":{"enum-number.html":{"ref":"enum-number.html","tf":0.02531645569620253}},":":{"docs":{},":":{"docs":{},"*":{"docs":{},";":{"docs":{"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}}}}}}}}}},"y":{"docs":{},"a":{"docs":{},"m":{"docs":{},"l":{"docs":{},":":{"docs":{},":":{"docs":{},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"(":{"docs":{},"b":{"docs":{},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"n":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},")":{"docs":{},";":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}}}}}}},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"n":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},")":{"docs":{},";":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"&":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},")":{"docs":{},".":{"docs":{},"u":{"docs":{},"n":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},")":{"docs":{},";":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},".":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},")":{"docs":{},")":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125}}}}}}}}}},"o":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{},",":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}}}}}},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.033734939759036145},"data-model.html":{"ref":"data-model.html","tf":0.03046594982078853},"derive.html":{"ref":"derive.html","tf":0.017006802721088437},"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"container-attrs.html":{"ref":"container-attrs.html","tf":0.029649595687331536},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.028846153846153848},"field-attrs.html":{"ref":"field-attrs.html","tf":0.031791907514450865},"custom-serialization.html":{"ref":"custom-serialization.html","tf":5.107142857142857},"impl-serialize.html":{"ref":"impl-serialize.html","tf":5.056466302367942},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"unit-testing.html":{"ref":"unit-testing.html","tf":0.04918032786885246},"data-format.html":{"ref":"data-format.html","tf":0.030303030303030304},"conventions.html":{"ref":"conventions.html","tf":0.038461538461538464},"error-handling.html":{"ref":"error-handling.html","tf":0.030100334448160536},"impl-serializer.html":{"ref":"impl-serializer.html","tf":5.030778164924507},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.001943634596695821},"examples.html":{"ref":"examples.html","tf":0.024271844660194174},"json.html":{"ref":"json.html","tf":0.00819672131147541},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"attr-bound.html":{"ref":"attr-bound.html","tf":0.011538461538461539},"enum-number.html":{"ref":"enum-number.html","tf":3.3586497890295357},"attr-rename.html":{"ref":"attr-rename.html","tf":3.3541666666666665},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":3.347222222222222},"remote-derive.html":{"ref":"remote-derive.html","tf":0.016563146997929608},"transcode.html":{"ref":"transcode.html","tf":0.022556390977443608},"convert-error.html":{"ref":"convert-error.html","tf":0.0196078431372549},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.015},"feature-flags.html":{"ref":"feature-flags.html","tf":0.027777777777777776}},"i":{"docs":{},"z":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}},"e":{"docs":{},"d":{"docs":{},")":{"docs":{},";":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.013888888888888888},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}},",":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.00546448087431694},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.006968641114982578},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}},".":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}},"_":{"docs":{},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.009615384615384616},"field-attrs.html":{"ref":"field-attrs.html","tf":0.008670520231213872},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}},"b":{"docs":{},"y":{"docs":{},"t":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0036429872495446266}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}},"f":{"3":{"2":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}},"docs":{}},"6":{"4":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}},"docs":{}},"docs":{},"i":{"docs":{},"e":{"docs":{},"l":{"docs":{},"d":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.007285974499089253}},"(":{"docs":{},"&":{"docs":{},"m":{"docs":{},"u":{"docs":{},"t":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595}}}}}}}}}}}},"i":{"1":{"6":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}},"docs":{}},"3":{"2":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}},"docs":{}},"6":{"4":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}},"docs":{}},"8":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}},"docs":{}},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},".":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}},"(":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}},"(":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}}}}}}},"o":{"docs":{},"n":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}},"e":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"q":{"docs":{},".":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}},"o":{"docs":{},"m":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}},"e":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}},"_":{"docs":{},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}},"(":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}},"t":{"docs":{},"u":{"docs":{},"p":{"docs":{},"l":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.00546448087431694}},"e":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}},"(":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}}},"u":{"1":{"6":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}},"docs":{}},"3":{"2":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}},"docs":{}},"6":{"4":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}},"docs":{}},"8":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}},"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},".":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}},"(":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"&":{"docs":{},"m":{"docs":{},"u":{"docs":{},"t":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297}}}}}}}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"(":{"docs":{},"&":{"docs":{},"m":{"docs":{},"u":{"docs":{},"t":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"m":{"docs":{},"u":{"docs":{},"t":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}}},"r":{"docs":{},",":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.01092896174863388},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.01}}},":":{"docs":{"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.009107468123861567},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}},":":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"_":{"docs":{},"*":{"docs":{},"_":{"docs":{},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}}}}}}}}}}}}}}}}}},";":{"docs":{"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}},".":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"transcode.html":{"ref":"transcode.html","tf":0.015037593984962405}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"_":{"docs":{},"i":{"3":{"2":{"docs":{},"(":{"docs":{},"*":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},")":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}}}}}}},"docs":{}},"docs":{}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},"s":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},".":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{},"?":{"docs":{},";":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"q":{"docs":{},"(":{"docs":{},"s":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},".":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{},"?":{"docs":{},";":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{},"\"":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"o":{"docs":{},"r":{"docs":{},"\"":{"docs":{},",":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}}}}}}}}}}},"(":{"docs":{},"&":{"docs":{},"s":{"docs":{},")":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}}}}}}}}}}}}}}}},"}":{"docs":{},";":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}},")":{"docs":{},"?":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}},".":{"docs":{},"u":{"docs":{},"n":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},")":{"docs":{},";":{"docs":{"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}}}}}}}}}}}}},"(":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}},"&":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.009107468123861567}}}}}}},"t":{"docs":{},",":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},":":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}},"}":{"docs":{},";":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}}}},"s":{"docs":{},"e":{"docs":{},"q":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297}},",":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}},"}":{"docs":{},";":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}},"t":{"docs":{},"u":{"docs":{},"p":{"docs":{},"l":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}},"}":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.005376344086021506},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}},".":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297}}}}}}}}}}}}},":":{"docs":{},":":{"docs":{},"{":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.006688963210702341}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}},"s":{"docs":{},"e":{"docs":{},"q":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}},"t":{"docs":{},"u":{"docs":{},"p":{"docs":{},"l":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}}}}}}}}}}}},";":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}},"}":{"docs":{},";":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}},"v":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}},"i":{"docs":{},"c":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.007389162561576354}},"e":{"docs":{},")":{"docs":{},";":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365}}}},":":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365}}}}}}}},"e":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"container-attrs.html":{"ref":"container-attrs.html","tf":0.008086253369272238},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.00804289544235925},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183},"feature-flags.html":{"ref":"feature-flags.html","tf":0.011111111111111112}},"m":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},"d":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"m":{"docs":{},"u":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.001943634596695821}}}}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0024295432458697765}}}}},"q":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"stream-array.html":{"ref":"stream-array.html","tf":0.007326007326007326},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}},"u":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.00546448087431694},"unit-testing.html":{"ref":"unit-testing.html","tf":0.02459016393442623},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0040650406504065045},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.001943634596695821},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"stream-array.html":{"ref":"stream-array.html","tf":0.018315018315018316},"ignored-any.html":{"ref":"ignored-any.html","tf":0.018433179723502304}},"e":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0024295432458697765}}},"s":{"docs":{},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}},".":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.007326007326007326}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},")":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"_":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"e":{"docs":{},")":{"docs":{},"?":{"docs":{},";":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}}},"b":{"docs":{},"y":{"docs":{},"t":{"docs":{},"e":{"docs":{},")":{"docs":{},"?":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"_":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},")":{"docs":{},"?":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761},"ignored-any.html":{"ref":"ignored-any.html","tf":0.009216589861751152}},".":{"docs":{},"o":{"docs":{},"k":{"docs":{},"_":{"docs":{},"o":{"docs":{},"r":{"docs":{},"_":{"docs":{},"e":{"docs":{},"l":{"docs":{},"s":{"docs":{},"e":{"docs":{},"(":{"docs":{},"|":{"docs":{},"|":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}}}}}}}}}}}}}}},":":{"docs":{},":":{"docs":{},"(":{"docs":{},")":{"docs":{},"?":{"docs":{},".":{"docs":{},"i":{"docs":{},"s":{"docs":{},"_":{"docs":{},"n":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761},"ignored-any.html":{"ref":"ignored-any.html","tf":0.009216589861751152}}},"}":{"docs":{},";":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}}}}}}},"t":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}},".":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}},"c":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.014084507042253521}},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}},"s":{"docs":{},".":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}},"(":{"docs":{},"&":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},")":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}}}}}}}}},"s":{"docs":{},",":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761}}},":":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.012422360248447204},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}},".":{"docs":{},"i":{"docs":{},"s":{"docs":{},"_":{"docs":{},"s":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}}}}}},"o":{"docs":{},"k":{"docs":{},"_":{"docs":{},"o":{"docs":{},"r":{"docs":{},"_":{"docs":{},"e":{"docs":{},"l":{"docs":{},"s":{"docs":{},"e":{"docs":{},"(":{"docs":{},"|":{"docs":{},"|":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}}}}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}},"n":{"docs":{"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}},"]":{"docs":{},";":{"docs":{"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}}}}}}},"n":{"docs":{},"s":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}}}},"i":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}},"i":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}},"f":{"docs":{},"i":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"convert-error.html":{"ref":"convert-error.html","tf":0.00980392156862745}}}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}},"r":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}},"i":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.00546448087431694},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}},"l":{"docs":{},"i":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"e":{"docs":{},"o":{"docs":{},"u":{"docs":{},"s":{"docs":{},"l":{"docs":{},"y":{"docs":{},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}}}}},"t":{"docs":{},"u":{"docs":{},"a":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}},",":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}}}}}}}},"z":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.007168458781362007},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}},"s":{"docs":{},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659}}}}},"g":{"docs":{},"n":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.005361930294906166},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.01}},"e":{"docs":{},".":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}}}}}},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"m":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}},"p":{"docs":{},"r":{"docs":{},"i":{"docs":{},"m":{"docs":{"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}},"e":{"docs":{},":":{"docs":{},":":{"docs":{},"*":{"docs":{},";":{"docs":{"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}}}}}}}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"i":{"docs":{},"f":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"conventions.html":{"ref":"conventions.html","tf":0.015384615384615385},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}},"i":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.016172506738544475},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.01282051282051282},"field-attrs.html":{"ref":"field-attrs.html","tf":0.008670520231213872},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365}},"c":{"docs":{},":":{"docs":{"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102}}}}}},"a":{"docs":{},"l":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.00546448087431694},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}}}}},"e":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{},"k":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}},"t":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}},"c":{"docs":{},"k":{"docs":{},"o":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{},",":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}}}}}}}}}}}}},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036}}}},"e":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}},".":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},")":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"_":{"docs":{},"f":{"docs":{},"i":{"docs":{},"e":{"docs":{},"l":{"docs":{},"d":{"docs":{},"(":{"docs":{},"\"":{"docs":{},"b":{"docs":{},"\"":{"docs":{},",":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}},"g":{"docs":{},"\"":{"docs":{},",":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}},"r":{"docs":{},"\"":{"docs":{},",":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}}}}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"l":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.015625},"feature-flags.html":{"ref":"feature-flags.html","tf":0.011111111111111112}}}}}}}},"o":{"docs":{},"r":{"docs":{},"a":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}},"e":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}},"c":{"docs":{},"k":{"docs":{"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}},"r":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"transcode.html":{"ref":"transcode.html","tf":0.03007518796992481}},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}},",":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.007168458781362007},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0029036004645760743},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0024295432458697765},"lifetimes.html":{"ref":"lifetimes.html","tf":0.013100436681222707},"examples.html":{"ref":"examples.html","tf":0.014563106796116505},"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203},"string-or-struct.html":{"ref":"string-or-struct.html","tf":5.017241379310345},"convert-error.html":{"ref":"convert-error.html","tf":0.024509803921568627},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"enum-representations.html":{"ref":"enum-representations.html","tf":0.02830188679245283},"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00851063829787234},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"attr-rename.html":{"ref":"attr-rename.html","tf":0.041666666666666664},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.013888888888888888},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365},"convert-error.html":{"ref":"convert-error.html","tf":0.029411764705882353},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.005376344086021506},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}},":":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}},":":{"docs":{},":":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"(":{"docs":{},")":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"(":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{},"?":{"docs":{},";":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"\"":{"docs":{},"}":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}},")":{"docs":{},",":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}},"_":{"docs":{},"o":{"docs":{},"r":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"r":{"docs":{},":":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}},"(":{"docs":{},"p":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}}}},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.004819277108433735},"data-model.html":{"ref":"data-model.html","tf":0.012544802867383513},"derive.html":{"ref":"derive.html","tf":0.02040816326530612},"attributes.html":{"ref":"attributes.html","tf":0.037037037037037035},"container-attrs.html":{"ref":"container-attrs.html","tf":0.013477088948787063},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.008670520231213872},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0273224043715847},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.00804289544235925},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.006316812439261419},"lifetimes.html":{"ref":"lifetimes.html","tf":0.017467248908296942},"examples.html":{"ref":"examples.html","tf":0.009708737864077669},"json.html":{"ref":"json.html","tf":3.3825136612021853},"enum-representations.html":{"ref":"enum-representations.html","tf":0.009433962264150943},"attr-default.html":{"ref":"attr-default.html","tf":0.014184397163120567},"attr-flatten.html":{"ref":"attr-flatten.html","tf":5.038297872340426},"attr-bound.html":{"ref":"attr-bound.html","tf":0.007692307692307693},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"stream-array.html":{"ref":"stream-array.html","tf":0.01098901098901099},"attr-rename.html":{"ref":"attr-rename.html","tf":0.020833333333333332},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444},"remote-derive.html":{"ref":"remote-derive.html","tf":0.020703933747412008},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":3.3544600938967135},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"string-or-struct.html":{"ref":"string-or-struct.html","tf":5.009852216748769},"convert-error.html":{"ref":"convert-error.html","tf":0.00980392156862745},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.004819277108433735},"container-attrs.html":{"ref":"container-attrs.html","tf":0.005390835579514825},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.00546448087431694},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.016867469879518072},"data-model.html":{"ref":"data-model.html","tf":0.014336917562724014},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248},"data-format.html":{"ref":"data-format.html","tf":0.020202020202020204},"error-handling.html":{"ref":"error-handling.html","tf":0.013377926421404682},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333},"feature-flags.html":{"ref":"feature-flags.html","tf":0.011111111111111112}},"e":{"docs":{},",":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}},".":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}}},"_":{"docs":{},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}},",":{"docs":{"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517}}},"'":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.005390835579514825}}},")":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125}}},".":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.009107468123861567},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"examples.html":{"ref":"examples.html","tf":0.009708737864077669},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.01276595744680851},"remote-derive.html":{"ref":"remote-derive.html","tf":0.008281573498964804},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.007389162561576354},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}},":":{"docs":{"examples.html":{"ref":"examples.html","tf":0.009708737864077669},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"c":{"docs":{},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},"d":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.01}}}}}}}}}}}}}}}},"a":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036}}}}}}}}}}}}}}},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.007549361207897794},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0029154518950437317},"lifetimes.html":{"ref":"lifetimes.html","tf":0.013100436681222707}}},"]":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659}}}},".":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}}},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{},",":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}}}}}}}}},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}}},"d":{"docs":{"no-std.html":{"ref":"no-std.html","tf":5.020833333333333},"feature-flags.html":{"ref":"feature-flags.html","tf":0.016666666666666666}},":":{"docs":{},":":{"docs":{},"f":{"docs":{},"f":{"docs":{},"i":{"docs":{},":":{"docs":{},":":{"docs":{},"o":{"docs":{},"s":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}}}}}}}},"m":{"docs":{},"t":{"docs":{},";":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}},":":{"docs":{},":":{"docs":{},"{":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}}}},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},";":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}}}}}}}}}}}},"i":{"3":{"2":{"docs":{},";":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}},"docs":{}},"docs":{},"o":{"docs":{},";":{"docs":{"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},":":{"docs":{},":":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},".":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}},";":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},":":{"docs":{},":":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}}}}}}}}}},"o":{"docs":{},"p":{"docs":{},"s":{"docs":{},":":{"docs":{},":":{"docs":{},"{":{"docs":{},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}},"b":{"docs":{},"o":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{},":":{"docs":{},":":{"docs":{},"c":{"docs":{},"o":{"docs":{},"w":{"docs":{},";":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"k":{"docs":{},"e":{"docs":{},"r":{"docs":{},":":{"docs":{},":":{"docs":{},"p":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},";":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},":":{"docs":{},":":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},":":{"docs":{},":":{"docs":{},"h":{"docs":{},"a":{"docs":{},"s":{"docs":{},"h":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},";":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}}}}}},"b":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},":":{"docs":{},":":{"docs":{},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},";":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}}}}}},"{":{"docs":{},"c":{"docs":{},"m":{"docs":{},"p":{"docs":{},",":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}}}}},";":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},".":{"docs":{"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}}}}},".":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}},"e":{"docs":{},"p":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.01092896174863388},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}}},"u":{"docs":{},"p":{"docs":{},"i":{"docs":{},"d":{"docs":{},"l":{"docs":{},"i":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}}}},"m":{"docs":{},"b":{"docs":{},"l":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}}},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}}}}},"u":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.007228915662650603},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.005361930294906166},"conventions.html":{"ref":"conventions.html","tf":0.015384615384615385},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00851063829787234},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005},"no-std.html":{"ref":"no-std.html","tf":5.015625},"feature-flags.html":{"ref":"feature-flags.html","tf":0.016666666666666666}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}},",":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}}},"s":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}},"b":{"docs":{},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}}}}}}}},"s":{"docs":{},"e":{"docs":{},"c":{"docs":{},"_":{"docs":{},"n":{"docs":{},"a":{"docs":{},"n":{"docs":{},"o":{"docs":{},"s":{"docs":{},"(":{"docs":{},"&":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},")":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}}}}}}}}}}}},"t":{"docs":{"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}}},"c":{"docs":{},"h":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}},"f":{"docs":{},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}}}}}}}}}},"f":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}},"y":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"enum-representations.html":{"ref":"enum-representations.html","tf":0.006289308176100629}}},":":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}},"c":{"docs":{},"t":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}}},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036}},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036}}},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}}}},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{},":":{"docs":{},":":{"docs":{},"s":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"_":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"(":{"docs":{},")":{"docs":{},".":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}}}}}}}}}}}}}}}}}}}},"h":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}}}},"(":{"0":{"docs":{},")":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}},"3":{"docs":{},")":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}},"docs":{},"c":{"docs":{},"h":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}},"(":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},",":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},")":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},")":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},".":{"docs":{},"n":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"_":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{},"?":{"docs":{},")":{"docs":{},";":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{},"a":{"docs":{},"n":{"docs":{},"y":{"docs":{},")":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}}}}}}}}}},"b":{"docs":{},"o":{"docs":{},"d":{"docs":{},"i":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402}}}}}},"w":{"docs":{},"h":{"docs":{},"a":{"docs":{},"t":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}}},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102}}}}},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}}},"r":{"docs":{},"c":{"docs":{},"/":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{},".":{"docs":{},"r":{"docs":{"derive.html":{"ref":"derive.html","tf":0.006802721088435374}}}}}}}},"l":{"docs":{},"i":{"docs":{},"b":{"docs":{},".":{"docs":{},"r":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}}}}}},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},".":{"docs":{},"r":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"r":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}},"d":{"docs":{},"e":{"docs":{},".":{"docs":{},"r":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}},")":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.009107468123861567},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}},":":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.009107468123861567},"attr-bound.html":{"ref":"attr-bound.html","tf":0.015384615384615385},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.01}},":":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},":":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.007692307692307693}}}}}},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"(":{"docs":{},"&":{"docs":{},"s":{"docs":{},")":{"docs":{},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"_":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"(":{"docs":{},"d":{"docs":{},"e":{"docs":{},":":{"docs":{},":":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},":":{"docs":{},":":{"docs":{},"c":{"docs":{},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},")":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00851063829787234}}}}},"o":{"docs":{},"w":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}},"n":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}},"k":{"docs":{},"i":{"docs":{},"p":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.014450867052023121},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":3.3749999999999996},"ignored-any.html":{"ref":"ignored-any.html","tf":0.009216589861751152}},"_":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.013888888888888888}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"_":{"docs":{},"i":{"docs":{},"f":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}}}}}}}},")":{"docs":{},".":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}}},"p":{"docs":{},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}}}}}}}},",":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},")":{"docs":{},",":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}}}}}}},"t":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"attr-bound.html":{"ref":"attr-bound.html","tf":0.007692307692307693},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.012315270935960592}},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}},"g":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806},"container-attrs.html":{"ref":"container-attrs.html","tf":0.008086253369272238},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.016025641025641024},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"enum-representations.html":{"ref":"enum-representations.html","tf":0.03459119496855346}},".":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125}}},"g":{"docs":{},"e":{"docs":{},"d":{"docs":{},"\"":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},",":{"docs":{"examples.html":{"ref":"examples.html","tf":0.014563106796116505}}}}}}},"k":{"docs":{},"e":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"conventions.html":{"ref":"conventions.html","tf":0.023076923076923078},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}},"r":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"a":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}}}}}},"l":{"docs":{},"l":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}},"n":{"docs":{},"d":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}},"s":{"docs":{},"t":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":5.049180327868853},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}},"_":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"d":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}},"_":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"t":{"docs":{},"y":{"docs":{},"(":{"docs":{},")":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}}}}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"(":{"docs":{},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}},"c":{"docs":{},"h":{"docs":{},"n":{"docs":{},"i":{"docs":{},"c":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}}}}}}}},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}}}}}}}},"h":{"docs":{},"e":{"docs":{},"m":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"v":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"data-format.html":{"ref":"data-format.html","tf":0.030303030303030304},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297}},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}},"k":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}},"s":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"enum-representations.html":{"ref":"enum-representations.html","tf":0.006289308176100629}}},".":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}},",":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402}}}},"r":{"docs":{},"d":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}},".":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}},"o":{"docs":{},"u":{"docs":{},"g":{"docs":{},"h":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}},"s":{"docs":{},"e":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}}}},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.01092896174863388},"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}},",":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}}},":":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}},"o":{"docs":{},"u":{"docs":{},"g":{"docs":{},"h":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"error-handling.html":{"ref":"error-handling.html","tf":0.006688963210702341},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}},"w":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}},"n":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}},"a":{"docs":{},"t":{"docs":{},".":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},"'":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.005376344086021506},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.00546448087431694},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"feature-flags.html":{"ref":"feature-flags.html","tf":0.011111111111111112}},")":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}},".":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.014184397163120567}},"(":{"3":{"0":{"docs":{},")":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}},"docs":{}},"docs":{},"u":{"3":{"2":{"docs":{},")":{"docs":{},";":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}}},"docs":{}},"docs":{}}},",":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}},":":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}},"=":{"3":{"0":{"docs":{},",":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}},"docs":{}},"5":{"docs":{},",":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}},"docs":{}}}}},",":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},":":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}}}},"z":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"}":{"docs":{},";":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}}}}}}},"o":{"docs":{},"k":{"docs":{},"e":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}},":":{"docs":{},":":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"(":{"docs":{},"'":{"docs":{},"a":{"docs":{},"'":{"docs":{},")":{"docs":{},",":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}}}},"b":{"docs":{},"'":{"docs":{},")":{"docs":{},",":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}}}},"c":{"docs":{},"'":{"docs":{},")":{"docs":{},",":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}}}}}}}}}},"i":{"3":{"2":{"docs":{},"(":{"1":{"0":{"docs":{},")":{"docs":{},",":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}}},"docs":{}},"2":{"0":{"docs":{},")":{"docs":{},",":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}}},"docs":{}},"3":{"0":{"docs":{},")":{"docs":{},",":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541}}}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.01639344262295082}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},",":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.01639344262295082}}}}}}}}}}}}}},"m":{"docs":{},"l":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00851063829787234}},".":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}},":":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}},"l":{"docs":{},"d":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.005361930294906166}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}}}},".":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}}},"_":{"docs":{},"a":{"docs":{},"b":{"docs":{},"c":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}}}},"b":{"docs":{},"y":{"docs":{},"t":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},":":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}}}}},"w":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}}}}},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},")":{"docs":{},".":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}}}}}}},"p":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402}}}},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.004819277108433735},"data-model.html":{"ref":"data-model.html","tf":0.005376344086021506},"derive.html":{"ref":"derive.html","tf":0.02040816326530612},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.047619047619047616},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0036429872495446266},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.013404825737265416},"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"error-handling.html":{"ref":"error-handling.html","tf":0.013377926421404682},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"lifetimes.html":{"ref":"lifetimes.html","tf":0.008733624454148471},"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.008130081300813009},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"lifetimes.html":{"ref":"lifetimes.html","tf":0.004366812227074236}}},"s":{"docs":{},".":{"docs":{"derive.html":{"ref":"derive.html","tf":0.006802721088435374},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"error-handling.html":{"ref":"error-handling.html","tf":0.006688963210702341},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},",":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}}}}}}}}}}}}}},"n":{"docs":{},"s":{"docs":{},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.004819277108433735}}}}},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.004366812227074236}},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}}},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{"examples.html":{"ref":"examples.html","tf":0.009708737864077669},"transcode.html":{"ref":"transcode.html","tf":3.363408521303258}}}}}}},"c":{"docs":{},"k":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}},".":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}},"i":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0036429872495446266},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}}}}},"e":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}},"o":{"docs":{},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"h":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}}}}}}}}},"y":{"docs":{},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125}}}}}}},"u":{"docs":{},"e":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}}},"n":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}},"w":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"enum-representations.html":{"ref":"enum-representations.html","tf":0.006289308176100629},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.004819277108433735},"data-model.html":{"ref":"data-model.html","tf":0.01971326164874552},"derive.html":{"ref":"derive.html","tf":0.006802721088435374},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0215633423180593},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.01092896174863388},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.029490616621983913},"conventions.html":{"ref":"conventions.html","tf":0.038461538461538464},"error-handling.html":{"ref":"error-handling.html","tf":0.010033444816053512},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.02032520325203252},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00826044703595724},"lifetimes.html":{"ref":"lifetimes.html","tf":0.01601164483260553},"examples.html":{"ref":"examples.html","tf":0.014563106796116505},"enum-representations.html":{"ref":"enum-representations.html","tf":0.006289308176100629},"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"attr-bound.html":{"ref":"attr-bound.html","tf":2.526923076923077},"deserialize-map.html":{"ref":"deserialize-map.html","tf":2.5365853658536586},"stream-array.html":{"ref":"stream-array.html","tf":0.018315018315018316},"remote-derive.html":{"ref":"remote-derive.html","tf":0.031055900621118012},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761},"ignored-any.html":{"ref":"ignored-any.html","tf":0.018433179723502304},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.019704433497536946},"convert-error.html":{"ref":"convert-error.html","tf":3.3382352941176467},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.01},"feature-flags.html":{"ref":"feature-flags.html","tf":0.022222222222222223}},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"error-handling.html":{"ref":"error-handling.html","tf":0.010033444816053512},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.005376344086021506},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.00804289544235925},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"remote-derive.html":{"ref":"remote-derive.html","tf":0.014492753623188406},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}},"s":{"docs":{},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}},":":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345}}}},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693}}}}},":":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}},"'":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365}}},"\"":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}}},"i":{"docs":{},"c":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}},"(":{"docs":{},"u":{"8":{"docs":{},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}},"docs":{}}},"u":{"docs":{},"p":{"docs":{},"l":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.005376344086021506},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.007285974499089253},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0040650406504065045},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.003401360544217687},"enum-representations.html":{"ref":"enum-representations.html","tf":0.009433962264150943}},"e":{"docs":{},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}}}}},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}},"/":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}}}}}}}}},"(":{"docs":{},"u":{"3":{"2":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"docs":{}},"docs":{}}},"s":{"docs":{},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}},"r":{"docs":{},"n":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}},".":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"field-attrs.html":{"ref":"field-attrs.html","tf":0.011560693641618497},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.01}}},":":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.006968641114982578},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0024295432458697765},"lifetimes.html":{"ref":"lifetimes.html","tf":0.00727802037845706},"attr-bound.html":{"ref":"attr-bound.html","tf":0.007692307692307693},"stream-array.html":{"ref":"stream-array.html","tf":0.007326007326007326},"ignored-any.html":{"ref":"ignored-any.html","tf":0.009216589861751152},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365},"convert-error.html":{"ref":"convert-error.html","tf":0.00980392156862745}},":":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"m":{"docs":{},"u":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"(":{"1":{"0":{"docs":{},")":{"docs":{},";":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}},"docs":{}},"docs":{},"c":{"docs":{},"h":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}}}}}}}},")":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.006688963210702341},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}},",":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}},",":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}},"=":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}},"u":{"6":{"4":{"docs":{},".":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}},"docs":{}},"docs":{}}},";":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"ignored-any.html":{"ref":"ignored-any.html","tf":0.009216589861751152},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}},">":{"docs":{},")":{"docs":{},";":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}},",":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}},"'":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.007389162561576354}}}},"u":{"1":{"2":{"8":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}},"docs":{}},"6":{"docs":{},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}},"docs":{}},"3":{"2":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0029036004645760743},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}},"docs":{}},"6":{"4":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345}},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.01276595744680851},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}},"docs":{}},"8":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}},")":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.012544802867383513},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.014571948998178506}}}},"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}},"b":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}}},"r":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}}}}},"s":{"docs":{"./":{"ref":"./","tf":0.02891566265060241},"help.html":{"ref":"help.html","tf":0.017543859649122806},"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"derive.html":{"ref":"derive.html","tf":5.030612244897959},"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"container-attrs.html":{"ref":"container-attrs.html","tf":0.016172506738544475},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.019230769230769232},"field-attrs.html":{"ref":"field-attrs.html","tf":0.04046242774566474},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0273224043715847},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.013404825737265416},"unit-testing.html":{"ref":"unit-testing.html","tf":0.01639344262295082},"data-format.html":{"ref":"data-format.html","tf":0.020202020202020204},"conventions.html":{"ref":"conventions.html","tf":0.023076923076923078},"error-handling.html":{"ref":"error-handling.html","tf":0.013377926421404682},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.004859086491739553},"lifetimes.html":{"ref":"lifetimes.html","tf":0.013100436681222707},"examples.html":{"ref":"examples.html","tf":0.019417475728155338},"enum-representations.html":{"ref":"enum-representations.html","tf":0.006289308176100629},"attr-default.html":{"ref":"attr-default.html","tf":0.028368794326241134},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.029787234042553193},"attr-bound.html":{"ref":"attr-bound.html","tf":0.026923076923076925},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.012195121951219513},"stream-array.html":{"ref":"stream-array.html","tf":0.018315018315018316},"enum-number.html":{"ref":"enum-number.html","tf":0.02531645569620253},"attr-rename.html":{"ref":"attr-rename.html","tf":0.020833333333333332},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.041666666666666664},"remote-derive.html":{"ref":"remote-derive.html","tf":0.014492753623188406},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761},"ignored-any.html":{"ref":"ignored-any.html","tf":0.02304147465437788},"transcode.html":{"ref":"transcode.html","tf":0.022556390977443608},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.034482758620689655},"convert-error.html":{"ref":"convert-error.html","tf":0.029411764705882353},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.04},"no-std.html":{"ref":"no-std.html","tf":0.010416666666666666},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}},"a":{"docs":{},"g":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}}}},"e":{"docs":{},"r":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00851063829787234}},"'":{"docs":{"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},":":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}}},"s":{"docs":{},",":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}},":":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}},"d":{"docs":{},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}},"n":{"docs":{},"o":{"docs":{},"f":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}}}}}}}},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"data-format.html":{"ref":"data-format.html","tf":0.020202020202020204},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}}},"l":{"docs":{},"i":{"docs":{"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{},"u":{"docs":{},"n":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}}}}}}},"i":{"docs":{},"t":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.009615384615384616},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0036429872495446266},"unit-testing.html":{"ref":"unit-testing.html","tf":5.016393442622951},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.001943634596695821},"enum-representations.html":{"ref":"enum-representations.html","tf":0.006289308176100629}},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}}}}},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"x":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036}},"(":{"docs":{},"v":{"docs":{},"e":{"docs":{},"c":{"docs":{},")":{"docs":{},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}}}}}},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"!":{"docs":{},"(":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0029154518950437317}}}}}}}}}}}}}}},"o":{"docs":{},"n":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"a":{"docs":{},"g":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.005390835579514825},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"enum-representations.html":{"ref":"enum-representations.html","tf":0.009433962264150943},"no-std.html":{"ref":"no-std.html","tf":0.010416666666666666}}}}},"k":{"docs":{},"n":{"docs":{},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.005390835579514825},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641}}}}}}},"u":{"docs":{},"s":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}},"u":{"docs":{"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.011904761904761904},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345}}}}},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}}}},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}},"a":{"docs":{},"f":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333},"feature-flags.html":{"ref":"feature-flags.html","tf":0.011111111111111112}}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}}}}}}}},"p":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"d":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}},"t":{"docs":{},"f":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036}}},"c":{"docs":{},",":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}},".":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"_":{"docs":{},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"(":{"docs":{},"&":{"docs":{},"s":{"docs":{},",":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}}}}}}}}}}}}}}}}}}}},"}":{"docs":{},";":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}}},"v":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036}}}},"n":{"docs":{},"t":{"docs":{"attributes.html":{"ref":"attributes.html","tf":0.037037037037037035},"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"variant-attrs.html":{"ref":"variant-attrs.html","tf":5.060897435897436},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"error-handling.html":{"ref":"error-handling.html","tf":0.010033444816053512},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0040650406504065045},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.004373177842565598},"enum-representations.html":{"ref":"enum-representations.html","tf":0.025157232704402517}},",":{"docs":{"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659}}},".":{"docs":{"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.022435897435897436},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"enum-representations.html":{"ref":"enum-representations.html","tf":0.009433962264150943}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"m":{"docs":{},"u":{"docs":{},"t":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595}}}}}}}}}}}}}}}}},")":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}},":":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}},"_":{"docs":{},"s":{"docs":{},"e":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}},"s":{"docs":{},",":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.009433962264150943}}},".":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.006289308176100629}}}}}}},"o":{"docs":{},"u":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"error-handling.html":{"ref":"error-handling.html","tf":0.006688963210702341},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}}}},"l":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},"u":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.008960573476702509},"container-attrs.html":{"ref":"container-attrs.html","tf":0.005390835579514825},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.011560693641618497},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.010723860589812333},"unit-testing.html":{"ref":"unit-testing.html","tf":0.02459016393442623},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0040650406504065045},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.005344995140913508},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"examples.html":{"ref":"examples.html","tf":0.014563106796116505},"json.html":{"ref":"json.html","tf":0.00819672131147541},"enum-representations.html":{"ref":"enum-representations.html","tf":0.009433962264150943},"attr-default.html":{"ref":"attr-default.html","tf":3.340425531914893},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"stream-array.html":{"ref":"stream-array.html","tf":2.5256410256410255},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.01056338028169014},"ignored-any.html":{"ref":"ignored-any.html","tf":0.009216589861751152},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.007389162561576354},"convert-error.html":{"ref":"convert-error.html","tf":0.0196078431372549},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}},"e":{"docs":{},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0036429872495446266},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.001943634596695821}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"(":{"docs":{},"&":{"docs":{},"m":{"docs":{},"u":{"docs":{},"t":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.005226480836236934}}}}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297}}}}}}}}}}}}}}}}}},":":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.00804289544235925},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.005807200929152149},"stream-array.html":{"ref":"stream-array.html","tf":0.007326007326007326},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}},":":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"(":{"docs":{},"'":{"docs":{},"c":{"docs":{},"'":{"docs":{},")":{"docs":{},"]":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}}}}}}}}}}},"s":{"docs":{},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"stream-array.html":{"ref":"stream-array.html","tf":0.01098901098901099}}}},",":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}},")":{"docs":{},")":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}},";":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}},"i":{"docs":{},"d":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}},".":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}}},"e":{"docs":{},"c":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.009107468123861567},"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835},"stream-array.html":{"ref":"stream-array.html","tf":0.007326007326007326},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}},"!":{"docs":{},"[":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},":":{"docs":{},":":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"(":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{},")":{"docs":{},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}}}}}}}}}}}}}}}}},"\"":{"docs":{},"a":{"docs":{},"\"":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},")":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}},"t":{"docs":{},"w":{"docs":{},"o":{"docs":{},",":{"docs":{"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}}}}}}}},")":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}},".":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}},"r":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"derive.html":{"ref":"derive.html","tf":0.023809523809523808},"attributes.html":{"ref":"attributes.html","tf":0.018518518518518517},"no-std.html":{"ref":"no-std.html","tf":0.015625}}}}}},"i":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}},"b":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}},"o":{"docs":{},"r":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.029490616621983913},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0029154518950437317},"lifetimes.html":{"ref":"lifetimes.html","tf":0.004366812227074236},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.02032520325203252},"stream-array.html":{"ref":"stream-array.html","tf":0.014652014652014652},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.007389162561576354}},",":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.015549076773566569},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}},".":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"_":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},".":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"_":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"(":{"docs":{},")":{"docs":{},"?":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},".":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},")":{"docs":{},"?":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"(":{"docs":{},"e":{"docs":{},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},":":{"docs":{},":":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},")":{"docs":{},")":{"docs":{},"?":{"docs":{},";":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},".":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},")":{"docs":{},"?":{"docs":{},".":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},")":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"i":{"1":{"6":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},".":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"_":{"docs":{},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},")":{"docs":{},"?":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}},"3":{"2":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},".":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"_":{"docs":{},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},")":{"docs":{},"?":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}},"6":{"4":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},".":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"_":{"docs":{},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},")":{"docs":{},"?":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}},"8":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},".":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"_":{"docs":{},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},")":{"docs":{},"?":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},":":{"docs":{},":":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},")":{"docs":{},")":{"docs":{},"?":{"docs":{},";":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}},"s":{"docs":{},"e":{"docs":{},"q":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},":":{"docs":{},":":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},")":{"docs":{},")":{"docs":{},"?":{"docs":{},";":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},")":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}},"u":{"1":{"6":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},".":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"_":{"docs":{},"u":{"docs":{},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},")":{"docs":{},"?":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}},"3":{"2":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},".":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"_":{"docs":{},"u":{"docs":{},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},")":{"docs":{},"?":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}},"6":{"4":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},".":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"_":{"docs":{},"u":{"docs":{},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},")":{"docs":{},"?":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}},"8":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},".":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"_":{"docs":{},"u":{"docs":{},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},")":{"docs":{},"?":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"(":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}},":":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.012633624878522837}},":":{"docs":{},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"_":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},",":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}}}}}}}}}}}},"}":{"docs":{},";":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}},"'":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}},"_":{"docs":{},"i":{"3":{"2":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}}}}}}},"docs":{}},"6":{"4":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}}}}}}},"docs":{}},"8":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}}}}}}},"docs":{}},"u":{"6":{"4":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}},"docs":{}},"docs":{}},"b":{"docs":{},"o":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"b":{"docs":{},"y":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}},"e":{"docs":{},"q":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}}}}}}},"s":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.008086253369272238},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.009615384615384616},"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248}}},")":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.013119533527696793},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}},"?":{"docs":{},";":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}}},":":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.008130081300813009},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.016034985422740525},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.008130081300813009},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.003401360544217687}}},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}},"o":{"docs":{},"i":{"docs":{},"d":{"docs":{},":":{"docs":{},":":{"docs":{},"v":{"docs":{},"o":{"docs":{},"i":{"docs":{},"d":{"docs":{},";":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}},";":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}},"w":{"docs":{"json.html":{"ref":"json.html","tf":0.040983606557377046}},"a":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.004819277108433735},"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"examples.html":{"ref":"examples.html","tf":0.009708737864077669},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}},".":{"docs":{"transcode.html":{"ref":"transcode.html","tf":0.015037593984962405},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}},"n":{"docs":{},"t":{"docs":{"derive.html":{"ref":"derive.html","tf":0.006802721088435374},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"attr-bound.html":{"ref":"attr-bound.html","tf":0.011538461538461539},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}},".":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}}}}},"l":{"docs":{},"k":{"docs":{"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102}}},"l":{"docs":{},"_":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},":":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402}}}}}}}}}}},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00851063829787234},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0036429872495446266},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"examples.html":{"ref":"examples.html","tf":0.009708737864077669},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"stream-array.html":{"ref":"stream-array.html","tf":2.5073260073260073},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203},"no-std.html":{"ref":"no-std.html","tf":0.015625},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}}}},"d":{"docs":{},"e":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036}},"s":{"docs":{},"(":{"docs":{},"v":{"docs":{},"e":{"docs":{},"c":{"docs":{},")":{"docs":{},",":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}}}}}}}}}}},"s":{"docs":{},"h":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}},"o":{"docs":{},"r":{"docs":{},"l":{"docs":{},"d":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}}},"k":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"enum-representations.html":{"ref":"enum-representations.html","tf":0.009433962264150943},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}}},"w":{"docs":{},"w":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}},"e":{"docs":{},"e":{"docs":{},"k":{"docs":{},"l":{"docs":{},"i":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}}}}}},"l":{"docs":{},"l":{"docs":{},",":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"examples.html":{"ref":"examples.html","tf":0.0048543689320388345}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{"derive.html":{"ref":"derive.html","tf":0.006802721088435374},"unit-testing.html":{"ref":"unit-testing.html","tf":0.00819672131147541},"data-format.html":{"ref":"data-format.html","tf":3.3636363636363633},"conventions.html":{"ref":"conventions.html","tf":0.007692307692307693},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}},"!":{"docs":{},"(":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.012578616352201259},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}}}},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}},"h":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}}}}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"v":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083},"data-format.html":{"ref":"data-format.html","tf":0.010101010101010102}}}}}},"i":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"v":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}},"e":{"docs":{},".":{"docs":{"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}}}}}}}}}},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}},"s":{"docs":{},"e":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}}},"x":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"json.html":{"ref":"json.html","tf":0.01639344262295082}},":":{"docs":{"./":{"ref":"./","tf":0.007228915662650603},"derive.html":{"ref":"derive.html","tf":0.01020408163265306}}},"(":{"0":{"docs":{},",":{"docs":{"json.html":{"ref":"json.html","tf":0.00819672131147541}}}},"docs":{},"i":{"3":{"2":{"docs":{},",":{"docs":{"json.html":{"ref":"json.html","tf":0.01639344262295082}}}},"docs":{}},"docs":{}}}},"y":{"docs":{"json.html":{"ref":"json.html","tf":0.01639344262295082},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}},":":{"docs":{"./":{"ref":"./","tf":0.007228915662650603},"derive.html":{"ref":"derive.html","tf":0.01020408163265306}}},"a":{"docs":{},"m":{"docs":{},"l":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677}}}}}},"o":{"docs":{},"u":{"docs":{},":":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}},".":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}}}}}}}},"(":{"0":{"docs":{},")":{"docs":{},";":{"docs":{"json.html":{"ref":"json.html","tf":0.00819672131147541}}}}},"docs":{},"i":{"3":{"2":{"docs":{},")":{"docs":{},",":{"docs":{"json.html":{"ref":"json.html","tf":0.00819672131147541}}},";":{"docs":{"json.html":{"ref":"json.html","tf":0.00819672131147541}}}}},"docs":{}},"docs":{}}},")":{"docs":{},";":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}},"z":{"docs":{"json.html":{"ref":"json.html","tf":0.01639344262295082}},"e":{"docs":{},"r":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"data-model.html":{"ref":"data-model.html","tf":0.005376344086021506},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}}}}},"u":{"docs":{},"l":{"docs":{},"i":{"docs":{},"p":{"docs":{},".":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}}}}}}},",":{"docs":{"json.html":{"ref":"json.html","tf":0.00819672131147541}}},";":{"docs":{"json.html":{"ref":"json.html","tf":0.01639344262295082}}}},"{":{"docs":{"./":{"ref":"./","tf":0.00963855421686747},"data-model.html":{"ref":"data-model.html","tf":0.012544802867383513},"derive.html":{"ref":"derive.html","tf":0.02040816326530612},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.023809523809523808},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0273224043715847},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.021447721179624665},"unit-testing.html":{"ref":"unit-testing.html","tf":0.03278688524590164},"error-handling.html":{"ref":"error-handling.html","tf":0.026755852842809364},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.041811846689895474},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.052964042759961125},"lifetimes.html":{"ref":"lifetimes.html","tf":0.024745269286754003},"json.html":{"ref":"json.html","tf":0.040983606557377046},"enum-representations.html":{"ref":"enum-representations.html","tf":0.03459119496855346},"attr-default.html":{"ref":"attr-default.html","tf":0.07092198581560284},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.02127659574468085},"attr-bound.html":{"ref":"attr-bound.html","tf":0.03076923076923077},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.04065040650406504},"stream-array.html":{"ref":"stream-array.html","tf":0.029304029304029304},"enum-number.html":{"ref":"enum-number.html","tf":0.02531645569620253},"attr-rename.html":{"ref":"attr-rename.html","tf":0.08333333333333333},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.05555555555555555},"remote-derive.html":{"ref":"remote-derive.html","tf":0.035196687370600416},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.07394366197183098},"ignored-any.html":{"ref":"ignored-any.html","tf":0.059907834101382486},"transcode.html":{"ref":"transcode.html","tf":0.015037593984962405},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.027093596059113302},"convert-error.html":{"ref":"convert-error.html","tf":0.0392156862745098},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.03},"no-std.html":{"ref":"no-std.html","tf":0.015625}},"\"":{"docs":{},"x":{"docs":{},"\"":{"docs":{},":":{"1":{"docs":{},",":{"docs":{},"\"":{"docs":{},"y":{"docs":{},"\"":{"docs":{},":":{"2":{"docs":{},"}":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}},"docs":{}}}}}}},"docs":{}}}},"i":{"docs":{},"d":{"docs":{},"\"":{"docs":{},":":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.006289308176100629},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"\"":{"docs":{},":":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}}}}}}}}},"t":{"docs":{},"\"":{"docs":{},":":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.006289308176100629}}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"\"":{"docs":{},":":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}}}}}}},":":{"docs":{},"?":{"docs":{},"}":{"docs":{},"\"":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}}}},"}":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}},"\"":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}},".":{"docs":{},".":{"docs":{},".":{"docs":{},"}":{"docs":{},"]":{"docs":{},"}":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}},"}":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.006289308176100629}},"}":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}}}}}}},"}":{"docs":{"./":{"ref":"./","tf":0.007228915662650603},"data-model.html":{"ref":"data-model.html","tf":0.0035842293906810036},"derive.html":{"ref":"derive.html","tf":0.017006802721088437},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.023809523809523808},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.025500910746812388},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.0160857908847185},"unit-testing.html":{"ref":"unit-testing.html","tf":0.01639344262295082},"error-handling.html":{"ref":"error-handling.html","tf":0.026755852842809364},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.038908246225319396},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.05102040816326531},"lifetimes.html":{"ref":"lifetimes.html","tf":0.021834061135371178},"json.html":{"ref":"json.html","tf":0.01639344262295082},"enum-representations.html":{"ref":"enum-representations.html","tf":0.015723270440251572},"attr-default.html":{"ref":"attr-default.html","tf":0.06382978723404255},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.02127659574468085},"attr-bound.html":{"ref":"attr-bound.html","tf":0.03076923076923077},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.04065040650406504},"stream-array.html":{"ref":"stream-array.html","tf":0.029304029304029304},"enum-number.html":{"ref":"enum-number.html","tf":0.02531645569620253},"attr-rename.html":{"ref":"attr-rename.html","tf":0.0625},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.027777777777777776},"remote-derive.html":{"ref":"remote-derive.html","tf":0.035196687370600416},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.07394366197183098},"ignored-any.html":{"ref":"ignored-any.html","tf":0.059907834101382486},"transcode.html":{"ref":"transcode.html","tf":0.015037593984962405},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.024630541871921183},"convert-error.html":{"ref":"convert-error.html","tf":0.029411764705882353},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.03},"no-std.html":{"ref":"no-std.html","tf":0.015625}},";":{"docs":{"./":{"ref":"./","tf":0.0024096385542168677},"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.001943634596695821},"json.html":{"ref":"json.html","tf":0.01639344262295082},"attr-rename.html":{"ref":"attr-rename.html","tf":0.020833333333333332},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}},".":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.008960573476702509}}},",":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133},"unit-testing.html":{"ref":"unit-testing.html","tf":0.01639344262295082},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"json.html":{"ref":"json.html","tf":0.00819672131147541},"enum-representations.html":{"ref":"enum-representations.html","tf":0.018867924528301886},"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.027777777777777776},"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659}},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595}}}},")":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}},"[":{"2":{"docs":{},",":{"3":{"docs":{},",":{"5":{"docs":{},",":{"7":{"docs":{},"]":{"docs":{"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}}}},"docs":{}}},"docs":{}}},"docs":{}}},"3":{"docs":{},",":{"docs":{"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}}},"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}},"r":{"docs":{},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"]":{"docs":{"help.html":{"ref":"help.html","tf":0.017543859649122806}}}}}}},"u":{"6":{"4":{"docs":{},";":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}}}},"docs":{}},"8":{"docs":{},"]":{"docs":{"data-model.html":{"ref":"data-model.html","tf":0.0017921146953405018}},",":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}},"docs":{}},"\"":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"\"":{"docs":{},"]":{"docs":{"derive.html":{"ref":"derive.html","tf":0.006802721088435374},"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}}}}}}},"m":{"docs":{},"e":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"\"":{"docs":{},"]":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333},"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}}}}}},"r":{"docs":{},"c":{"docs":{},"\"":{"docs":{},"]":{"docs":{"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}}},"s":{"docs":{},"t":{"docs":{},"d":{"docs":{},"\"":{"docs":{},"]":{"docs":{"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}}}},"u":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"\"":{"docs":{},"]":{"docs":{"feature-flags.html":{"ref":"feature-flags.html","tf":0.005555555555555556}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"i":{"docs":{},"e":{"docs":{},"s":{"docs":{},"]":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266},"no-std.html":{"ref":"no-std.html","tf":0.015625}}}}}}}}}}}}}},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{},"]":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"]":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}}}}}}},"t":{"docs":{},";":{"docs":{"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.0018214936247723133}}}},"&":{"docs":{},"'":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}}}}},"{":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{},"}":{"docs":{},",":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}}}}}}},"\"":{"0":{"docs":{},".":{"1":{"docs":{},".":{"0":{"docs":{},"\"":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}},"docs":{}},"\"":{"docs":{"enum-number.html":{"ref":"enum-number.html","tf":0.012658227848101266}}}},"docs":{}}},"1":{"2":{"3":{"4":{"5":{"6":{"7":{"8":{"9":{"0":{"docs":{},"\"":{"docs":{},",":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{},".":{"0":{"docs":{},"\"":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687},"enum-number.html":{"ref":"enum-number.html","tf":0.02531645569620253}},",":{"docs":{"derive.html":{"ref":"derive.html","tf":0.006802721088435374},"no-std.html":{"ref":"no-std.html","tf":0.015625}}}}},"docs":{}},"\"":{"docs":{},"}":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}},"2":{"0":{"1":{"7":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}},"docs":{}},"docs":{}},"docs":{}},"4":{"9":{"8":{"2":{"4":{"0":{"7":{"3":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00851063829787234}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"5":{"docs":{},"c":{"docs":{},"b":{"7":{"docs":{},"a":{"0":{"docs":{},"c":{"4":{"7":{"docs":{},"e":{"5":{"3":{"8":{"5":{"4":{"docs":{},"c":{"docs":{},"d":{"0":{"0":{"docs":{},"e":{"1":{"docs":{},"a":{"9":{"6":{"8":{"docs":{},"d":{"docs":{},"e":{"5":{"docs":{},"a":{"docs":{},"b":{"docs":{},"c":{"docs":{},"e":{"1":{"docs":{},"c":{"1":{"2":{"4":{"6":{"0":{"1":{"docs":{},"\"":{"docs":{},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},")":{"docs":{},",":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}}}}}},"docs":{}}}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}}},"docs":{}},"docs":{}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}}},"docs":{}}},"docs":{}}}},"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365}},"]":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}},"\"":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446}}}},"}":{"docs":{},"\"":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}},"m":{"docs":{},"i":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}},"y":{"docs":{},"_":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"\"":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125}}}}}}}}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"\"":{"docs":{},")":{"docs":{},"]":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}}}}}}}}}}}}}},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"\"":{"docs":{},")":{"docs":{},"]":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}}}}}}},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{},"\"":{"docs":{},":":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.009433962264150943}}}}}}},"a":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"\"":{"docs":{},":":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}}}}}}}}}},"a":{"docs":{},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"t":{"docs":{},"\"":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}},":":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00851063829787234}}}}}}}},"p":{"docs":{},"\"":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}},":":{"docs":{},":":{"docs":{},"i":{"docs":{},"s":{"docs":{},"_":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"t":{"docs":{},"y":{"docs":{},"\"":{"docs":{},")":{"docs":{},"]":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}}}}}}}}}}}}}}},"x":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}},".":{"docs":{},".":{"docs":{},".":{"docs":{},"\"":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248}},")":{"docs":{},")":{"docs":{},"]":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.008086253369272238},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.009615384615384616}}}},"]":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.01078167115902965},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}},",":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"enum-representations.html":{"ref":"enum-representations.html","tf":0.018867924528301886}}}}}}},"c":{"docs":{},"\"":{"docs":{},")":{"docs":{},"]":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}},":":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.006289308176100629}}},",":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"l":{"docs":{},"c":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"\"":{"docs":{},",":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}}},")":{"docs":{},"]":{"docs":{"attr-rename.html":{"ref":"attr-rename.html","tf":0.020833333333333332}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"_":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"\"":{"docs":{},")":{"docs":{},")":{"docs":{},"]":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.005390835579514825},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248}}}}}}}}}}},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}},"_":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"\"":{"docs":{},")":{"docs":{},"]":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"_":{"docs":{},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"\"":{"docs":{},")":{"docs":{},"]":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"x":{"docs":{},"\"":{"docs":{},")":{"docs":{},"]":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}}}}}}}}}}}}}},"m":{"docs":{},"o":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}},"r":{"docs":{},"i":{"docs":{},"v":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}}}}}}},"u":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"\"":{"docs":{},")":{"docs":{},"]":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.006211180124223602}}}}},":":{"docs":{},":":{"docs":{},"s":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{},"s":{"docs":{},"\"":{"docs":{},")":{"docs":{},"]":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}}}}}}},"u":{"docs":{},"b":{"docs":{},"s":{"docs":{},"e":{"docs":{},"c":{"docs":{},"_":{"docs":{},"n":{"docs":{},"a":{"docs":{},"n":{"docs":{},"o":{"docs":{},"s":{"docs":{},"\"":{"docs":{},")":{"docs":{},"]":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"\"":{"docs":{},")":{"docs":{},"]":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.006211180124223602}}}}}}}}}}}}}}},"\"":{"docs":{},",":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"\"":{"docs":{},")":{"docs":{},"]":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.005390835579514825}}}}}}}}}}}},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"e":{"docs":{},"\"":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"i":{"docs":{},"s":{"docs":{},"\"":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}},",":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}}}}},"i":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"\"":{"docs":{},":":{"docs":{"attr-rename.html":{"ref":"attr-rename.html","tf":0.020833333333333332}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"\"":{"docs":{},")":{"docs":{},"]":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125}}}}}}}}}}}},"d":{"docs":{},"\"":{"docs":{},":":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}},"k":{"docs":{},"e":{"docs":{},"b":{"docs":{},"a":{"docs":{},"b":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}}}}}}},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"\"":{"docs":{},",":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}}},")":{"docs":{},"]":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}}}}}}}},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"\"":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}},":":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}}}},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"\"":{"docs":{},":":{"docs":{"attr-rename.html":{"ref":"attr-rename.html","tf":0.020833333333333332}}}}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"\"":{"docs":{},")":{"docs":{},"]":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248}}}},":":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.013888888888888888}}}}}},"n":{"docs":{},"o":{"docs":{},"s":{"docs":{},"\"":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}},"]":{"docs":{},";":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}}}},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{},"\"":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}},"p":{"docs":{},"a":{"docs":{},"s":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"c":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"\"":{"docs":{},",":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}}}}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"\"":{"docs":{},")":{"docs":{},"]":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"field-attrs.html":{"ref":"field-attrs.html","tf":0.011560693641618497}}}}}}},"r":{"docs":{},"a":{"docs":{},"\"":{"docs":{},",":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}},"m":{"docs":{},"s":{"docs":{},"\"":{"docs":{},":":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.009433962264150943}}}}}}}}},"r":{"docs":{},"i":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{},"\"":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}},":":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}},":":{"docs":{},":":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"\"":{"docs":{},")":{"docs":{},"]":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"\"":{"docs":{},":":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}},":":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}}},"s":{"3":{"docs":{},":":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"b":{"docs":{},"u":{"docs":{},"c":{"docs":{},"k":{"docs":{},"e":{"docs":{},"t":{"docs":{},"\"":{"docs":{},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},")":{"docs":{},",":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"_":{"docs":{},"s":{"docs":{},"n":{"docs":{},"a":{"docs":{},"k":{"docs":{},"e":{"docs":{},"_":{"docs":{},"c":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"\"":{"docs":{},",":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"\"":{"docs":{},")":{"docs":{},")":{"docs":{},"]":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}},",":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}}}}}}},"c":{"docs":{},"s":{"docs":{},"\"":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}},"n":{"docs":{},"a":{"docs":{},"k":{"docs":{},"e":{"docs":{},"_":{"docs":{},"c":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"\"":{"docs":{},",":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}}}}}}}}}}}}},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{},":":{"docs":{},":":{"docs":{},"s":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"_":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"\"":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"\"":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}}},"\"":{"docs":{},",":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"_":{"docs":{},"o":{"docs":{},"r":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"\"":{"docs":{},")":{"docs":{},"]":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.013888888888888888}}}}},"d":{"docs":{},"\"":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.010416666666666666}}}}},"\"":{"docs":{},":":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}},":":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}},"a":{"docs":{},"n":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.013888888888888888}}}},"k":{"docs":{},"r":{"docs":{},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"x":{"docs":{},"\"":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}}}}}}},"t":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}},"\"":{"docs":{},",":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}},":":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.013477088948787063},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.016025641025641024},"field-attrs.html":{"ref":"field-attrs.html","tf":0.014450867052023121}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"\"":{"docs":{},")":{"docs":{},"]":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}}}}}},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{},"\"":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}},"a":{"docs":{},"n":{"docs":{},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"\"":{"docs":{"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}}}}}}}}}},"h":{"docs":{},"e":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"\"":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}},":":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"\"":{"docs":{},":":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}}}}}}}},"o":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"\"":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}},":":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"_":{"docs":{},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"y":{"docs":{},"\"":{"docs":{},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},")":{"docs":{},",":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"p":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"\"":{"docs":{},",":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}}}}}}}}}}}},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"\"":{"docs":{},":":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00851063829787234}}}}}}}},"s":{"docs":{},"\"":{"docs":{},":":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}}}}},"'":{"docs":{},"a":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}},"a":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}},"\"":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}}},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"\"":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}},"n":{"docs":{"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{},"\"":{"docs":{},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},")":{"docs":{},",":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}}}}}}}}}}}}},"c":{"docs":{},"\"":{"docs":{"no-std.html":{"ref":"no-std.html","tf":0.005208333333333333}}}}}}},"r":{"docs":{},"n":{"docs":{},":":{"docs":{},"a":{"docs":{},"w":{"docs":{},"s":{"docs":{},":":{"docs":{},"s":{"3":{"docs":{},":":{"docs":{},":":{"docs":{},":":{"docs":{},"e":{"docs":{},"x":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"_":{"docs":{},"b":{"docs":{},"u":{"docs":{},"c":{"docs":{},"k":{"docs":{},"e":{"docs":{},"t":{"docs":{},"\"":{"docs":{},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},")":{"docs":{},",":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}}}}}}}}},"s":{"docs":{},"_":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{},")":{"docs":{},"]":{"docs":{"convert-error.html":{"ref":"convert-error.html","tf":0.004901960784313725}}}}}}}}}}}}}}}}}}},"b":{"6":{"4":{"6":{"9":{"docs":{},"c":{"3":{"docs":{},"f":{"3":{"1":{"6":{"5":{"3":{"docs":{},"d":{"2":{"8":{"1":{"docs":{},"b":{"docs":{},"b":{"docs":{},"b":{"docs":{},"f":{"docs":{},"a":{"6":{"docs":{},"f":{"9":{"4":{"docs":{},"d":{"6":{"0":{"docs":{},"f":{"docs":{},"e":{"docs":{},"a":{"1":{"3":{"0":{"docs":{},"a":{"docs":{},"b":{"docs":{},"e":{"3":{"8":{"docs":{},"\"":{"docs":{},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},")":{"docs":{},",":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}}}}},"docs":{}},"docs":{}},"docs":{}}}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}}},"docs":{}}}}}}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{},"\"":{"docs":{},".":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},")":{"docs":{},"]":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}},"]":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}},",":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{},"\"":{"docs":{"examples.html":{"ref":"examples.html","tf":0.0048543689320388345},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}},"i":{"docs":{},"d":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"\"":{"docs":{},":":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"\"":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}},")":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}}}}}}}}},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"\"":{"docs":{},")":{"docs":{},")":{"docs":{},"]":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}},":":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}}}}}},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"t":{"docs":{},"y":{"docs":{},"_":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},"\"":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}}}}}}}}}},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"\"":{"docs":{},"]":{"docs":{},")":{"docs":{},";":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{},":":{"docs":{},"i":{"docs":{},"s":{"docs":{},"_":{"docs":{},"n":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"\"":{"docs":{"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}}}}}}}}}}}}}},"f":{"docs":{},"f":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"\"":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}},":":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}}}}},"w":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},"\"":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}}}}},",":{"docs":{},"\"":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0040650406504065045}}}}},":":{"docs":{},"\"":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595}}}},"[":{"docs":{},"\"":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297}}}}},"{":{"docs":{},"\"":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}},"[":{"docs":{},"\"":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}},"\\":{"docs":{},"\"":{"docs":{},"\"":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297}}}}}},"{":{"docs":{},"\"":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0029036004645760743}}}}},"}":{"docs":{},"\"":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446}}}},"}":{"docs":{},"\"":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"\"":{"docs":{},",":{"docs":{"enum-representations.html":{"ref":"enum-representations.html","tf":0.0031446540880503146}}}}}}}}},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"\"":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}},":":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}}}}}}}}}},"#":{"docs":{},";":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}},"/":{"docs":{},"\"":{"docs":{},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},")":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}}}}}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"\"":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}}}}}}},"h":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"\"":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835}}}}}},"o":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},"\"":{"docs":{"attr-rename.html":{"ref":"attr-rename.html","tf":0.020833333333333332}},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},")":{"docs":{},",":{"docs":{"attr-rename.html":{"ref":"attr-rename.html","tf":0.020833333333333332}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"q":{"docs":{},"u":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"\"":{"docs":{},":":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}}}}}}}}}}}}}}},"j":{"docs":{},"o":{"docs":{},"h":{"docs":{},"n":{"docs":{},"_":{"docs":{},"d":{"docs":{},"o":{"docs":{},"e":{"docs":{},"\"":{"docs":{},",":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}},"}":{"docs":{},",":{"docs":{"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617}}}}}}}}}}}}},"z":{"docs":{},"e":{"docs":{},"r":{"docs":{},"o":{"docs":{"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.0040650406504065045}}}}}},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{},"d":{"docs":{},"o":{"docs":{},"n":{"docs":{},"\"":{"docs":{},",":{"docs":{"attr-rename.html":{"ref":"attr-rename.html","tf":0.020833333333333332}}},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},")":{"docs":{},",":{"docs":{"attr-rename.html":{"ref":"attr-rename.html","tf":0.020833333333333332}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},"\"":{"docs":{},",":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},")":{"docs":{},",":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}}}}}}}}}}}}}}}}}}}}},";":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365}}},"%":{"docs":{},"i":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}},"$":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},":":{"docs":{},":":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}}}}}}}}}}}},"`":{"0":{"0":{"1":{"docs":{},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"docs":{}},"docs":{},"`":{"docs":{"json.html":{"ref":"json.html","tf":0.00819672131147541}}}},"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{},"`":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},":":{"docs":{},":":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},":":{"docs":{},":":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"`":{"docs":{"derive.html":{"ref":"derive.html","tf":0.003401360544217687}}}}}}}}}}}}}}}}}}},"_":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{},":":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"r":{"docs":{},":":{"docs":{},":":{"docs":{},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"(":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{},")":{"docs":{},"`":{"docs":{},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"(":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{},")":{"docs":{},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{},":":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},"`":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.006688963210702341}}}}}}}}}},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"_":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"y":{"docs":{},"`":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"`":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297}}}}}},"s":{"docs":{},"e":{"docs":{},"q":{"docs":{},"`":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}},"t":{"docs":{},"r":{"docs":{},"`":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"_":{"docs":{},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"`":{"docs":{},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}}}}}}}},"t":{"docs":{},"u":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"_":{"docs":{},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"`":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},"`":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}},"`":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"`":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297}}}}}},"r":{"docs":{},"`":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659}}}},"t":{"docs":{},"u":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"`":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}}}}}}}}}}}}}},"q":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}}}}}}}},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"(":{"docs":{},"(":{"docs":{},")":{"docs":{},")":{"docs":{},"`":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}},":":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}},"`":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.011538461538461539}}},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"_":{"docs":{},"o":{"docs":{},"r":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"`":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365}}}}}}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},":":{"docs":{},":":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},"`":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}},".":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"_":{"docs":{},"a":{"docs":{},"n":{"docs":{},"y":{"docs":{},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659}},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"e":{"docs":{},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"a":{"docs":{},"n":{"docs":{},"y":{"docs":{},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"q":{"docs":{},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"`":{"docs":{},",":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}},".":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}}}}}}}}}},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.007389162561576354}},".":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}},"r":{"docs":{},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}},",":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}}}}},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},":":{"docs":{},":":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"(":{"docs":{},")":{"docs":{},"`":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"r":{"docs":{},"`":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402}}}}}},"&":{"docs":{},"m":{"docs":{},"u":{"docs":{},"t":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}},"t":{"docs":{},"`":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}},"[":{"0":{"docs":{},",":{"0":{"docs":{},"]":{"docs":{},"`":{"docs":{"json.html":{"ref":"json.html","tf":0.00819672131147541}}}}},"docs":{}}},"docs":{},"`":{"docs":{},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}},"]":{"docs":{},"`":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"`":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297}}}},"u":{"docs":{},"m":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},"`":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}},"i":{"docs":{},"o":{"docs":{},":":{"docs":{},":":{"docs":{},"w":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"`":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}}},"t":{"docs":{},"o":{"docs":{},"a":{"docs":{},"`":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}},"n":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"`":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"json.html":{"ref":"json.html","tf":0.00819672131147541}},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"_":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"_":{"docs":{},"s":{"docs":{},"e":{"docs":{},"e":{"docs":{},"d":{"docs":{},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},"_":{"docs":{},"s":{"docs":{},"e":{"docs":{},"e":{"docs":{},"d":{"docs":{},"`":{"docs":{},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"o":{"docs":{},"s":{"docs":{},"`":{"docs":{},"\"":{"docs":{},")":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}}}}}}}}},"`":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}},".":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.013824884792626729}}},"t":{"docs":{},"h":{"docs":{"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}},"o":{"docs":{},"k":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}},"`":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297}}}}},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"a":{"docs":{},"b":{"docs":{},"c":{"docs":{},"`":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}},"b":{"docs":{},"y":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"`":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"`":{"docs":{},",":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}},"w":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"`":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}}},"m":{"docs":{},"l":{"docs":{},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}},"=":{"docs":{},"i":{"8":{"docs":{},"`":{"docs":{},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}},"docs":{}}},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464},"remote-derive.html":{"ref":"remote-derive.html","tf":0.004140786749482402}}},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659}}}}}},":":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}},"{":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659}},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},"\"":{"docs":{},"a":{"docs":{"transcode.html":{"ref":"transcode.html","tf":0.007518796992481203}},"\"":{"docs":{},":":{"0":{"docs":{},",":{"docs":{},"\"":{"docs":{},"b":{"docs":{},"\"":{"docs":{},":":{"0":{"docs":{},"}":{"docs":{},"`":{"docs":{"json.html":{"ref":"json.html","tf":0.00819672131147541}}}}},"docs":{}}}}}}},"docs":{}}}},"w":{"docs":{},"\"":{"docs":{},":":{"docs":{},"{":{"docs":{},"\"":{"docs":{},"a":{"docs":{},"\"":{"docs":{},":":{"0":{"docs":{},",":{"docs":{},"\"":{"docs":{},"b":{"docs":{},"\"":{"docs":{},":":{"0":{"docs":{},"}":{"docs":{},"}":{"docs":{},"`":{"docs":{"json.html":{"ref":"json.html","tf":0.00819672131147541}}}}}},"docs":{}}}}}}},"docs":{}}}}}}}}},"x":{"docs":{},"\"":{"docs":{},":":{"docs":{},"[":{"0":{"docs":{},",":{"0":{"docs":{},"]":{"docs":{},"}":{"docs":{},"`":{"docs":{"json.html":{"ref":"json.html","tf":0.00819672131147541}}}}}},"docs":{}}},"docs":{}}}}},"y":{"docs":{},"\"":{"docs":{},":":{"0":{"docs":{},"}":{"docs":{},"`":{"docs":{"json.html":{"ref":"json.html","tf":0.00819672131147541}}}}},"docs":{}}}}}},"}":{"docs":{},"`":{"docs":{},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"e":{"docs":{},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}}}}},"i":{"docs":{},"e":{"docs":{},"l":{"docs":{},"d":{"docs":{},"s":{"docs":{},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"_":{"docs":{},"b":{"docs":{},"y":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"`":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"`":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"x":{"docs":{},"y":{"docs":{},"z":{"docs":{},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"`":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.007692307692307693},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.007389162561576354}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"r":{"docs":{},"`":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"`":{"docs":{"attr-bound.html":{"ref":"attr-bound.html","tf":0.0038461538461538464}}}}},"x":{"docs":{},"_":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},"`":{"docs":{},",":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"_":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"e":{"docs":{},"d":{"docs":{},"`":{"docs":{},",":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"`":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}}}},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"`":{"docs":{},".":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"_":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"`":{"docs":{},".":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}},"s":{"docs":{},"e":{"docs":{},"q":{"docs":{},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}},"o":{"docs":{},"r":{"docs":{},"`":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.003401360544217687}}}}}}}}},"o":{"docs":{},"i":{"docs":{},"d":{"docs":{},"`":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}},"\"":{"docs":{},"z":{"docs":{},"\"":{"docs":{},"`":{"docs":{"json.html":{"ref":"json.html","tf":0.00819672131147541}}}}}},"r":{"docs":{},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{},"t":{"docs":{},"e":{"docs":{},"`":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}}}}},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"`":{"docs":{"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}}}}}},"#":{"docs":{},"[":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"(":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},")":{"docs":{},"]":{"docs":{},"`":{"docs":{},".":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"s":{"docs":{},"`":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}},"b":{"docs":{},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{},"`":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.007389162561576354}},")":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"`":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}}}}}}}}},"—":{"docs":{"attributes.html":{"ref":"attributes.html","tf":0.05555555555555555},"data-format.html":{"ref":"data-format.html","tf":0.020202020202020204},"lifetimes.html":{"ref":"lifetimes.html","tf":0.004366812227074236}}},">":{"docs":{"container-attrs.html":{"ref":"container-attrs.html","tf":0.0026954177897574125},"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"field-attrs.html":{"ref":"field-attrs.html","tf":0.011560693641618497},"custom-serialization.html":{"ref":"custom-serialization.html","tf":0.023809523809523808},"impl-serialize.html":{"ref":"impl-serialize.html","tf":0.009107468123861567},"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.0160857908847185},"error-handling.html":{"ref":"error-handling.html","tf":0.010033444816053512},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.025551684088269456},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0228377065111759},"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412},"attr-default.html":{"ref":"attr-default.html","tf":0.02127659574468085},"attr-bound.html":{"ref":"attr-bound.html","tf":0.007692307692307693},"deserialize-map.html":{"ref":"deserialize-map.html","tf":0.016260162601626018},"stream-array.html":{"ref":"stream-array.html","tf":0.01098901098901099},"remote-derive.html":{"ref":"remote-derive.html","tf":0.008281573498964804},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.02464788732394366},"ignored-any.html":{"ref":"ignored-any.html","tf":0.018433179723502304},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.019704433497536946},"convert-error.html":{"ref":"convert-error.html","tf":0.00980392156862745},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.02}},"=":{"docs":{"impl-deserialize.html":{"ref":"impl-deserialize.html","tf":0.002680965147453083}}}},"'":{"0":{"docs":{},"'":{"docs":{},".":{"docs":{},".":{"docs":{},"=":{"docs":{},"'":{"9":{"docs":{},"'":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}},"docs":{}}}}}}},"1":{"docs":{},"'":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0024630541871921183}}}},"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}},"b":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624},"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}},"\"":{"docs":{},")":{"docs":{},"]":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}}}},"\"":{"docs":{},"'":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.001943634596695821}}}},",":{"docs":{},"'":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}},":":{"docs":{},"'":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}},"[":{"docs":{},"'":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}},"]":{"docs":{},"'":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}},"f":{"docs":{},"'":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"n":{"docs":{},"'":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"t":{"docs":{},"'":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"{":{"docs":{},"'":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659}}}},"}":{"docs":{},"'":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659}}}},"a":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}},",":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}},".":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}},"c":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}},".":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.001455604075691412}}}},"d":{"docs":{},"e":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.010189228529839884}},",":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"lifetimes.html":{"ref":"lifetimes.html","tf":0.002911208151382824}}}}}}}}},"+":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.00641025641025641},"field-attrs.html":{"ref":"field-attrs.html","tf":0.005780346820809248},"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.006387921022067364},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0029154518950437317},"lifetimes.html":{"ref":"lifetimes.html","tf":0.005822416302765648},"stream-array.html":{"ref":"stream-array.html","tf":0.007326007326007326},"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.0049261083743842365}},"=":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.020905923344947737},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527},"lifetimes.html":{"ref":"lifetimes.html","tf":0.00727802037845706},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}},"\"":{"docs":{},")":{"docs":{},"]":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205},"field-attrs.html":{"ref":"field-attrs.html","tf":0.002890173410404624}}}}},",":{"docs":{"variant-attrs.html":{"ref":"variant-attrs.html","tf":0.003205128205128205}}}}},"o":{"docs":{},"k":{"docs":{},"_":{"docs":{},"o":{"docs":{},"r":{"docs":{},"_":{"docs":{},"e":{"docs":{},"l":{"docs":{},"s":{"docs":{},"e":{"docs":{},"(":{"docs":{},"|":{"docs":{},"|":{"docs":{"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.007042253521126761},"ignored-any.html":{"ref":"ignored-any.html","tf":0.004608294930875576}}}}}}}}}}}}}}},"/":{"docs":{},"d":{"docs":{},"i":{"docs":{},"r":{"docs":{"string-or-struct.html":{"ref":"string-or-struct.html","tf":0.009852216748768473}}}}}}},"]":{"docs":{"attr-default.html":{"ref":"attr-default.html","tf":0.0070921985815602835},"attr-flatten.html":{"ref":"attr-flatten.html","tf":0.00425531914893617},"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663},"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}},")":{"docs":{},";":{"docs":{"unit-testing.html":{"ref":"unit-testing.html","tf":0.01639344262295082}}}},";":{"docs":{"attr-skip-serializing.html":{"ref":"attr-skip-serializing.html","tf":0.006944444444444444}}}},"*":{"docs":{},"/":{"docs":{"error-handling.html":{"ref":"error-handling.html","tf":0.0033444816053511705},"lifetimes.html":{"ref":"lifetimes.html","tf":0.00727802037845706},"remote-derive.html":{"ref":"remote-derive.html","tf":0.002070393374741201}}},"*":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.004645760743321719}},"?":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0011614401858304297}}}}},"`":{"docs":{},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0005807200929152149}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},")":{"docs":{},"?":{"docs":{},";":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0029036004645760743}}}}},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},"s":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},")":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}}}}}}}}},"?":{"docs":{},";":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}}}},"=":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}},"!":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},".":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{},".":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"s":{"docs":{},"_":{"docs":{},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"(":{"docs":{},"'":{"docs":{},"[":{"docs":{},"'":{"docs":{},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595}}}}},"{":{"docs":{},"'":{"docs":{},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0017421602787456446}}}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}}}}}}}}},"=":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.001943634596695821}}}},")":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0040650406504065045},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0029154518950437317},"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.01}},"?":{"docs":{},";":{"docs":{"stream-array.html":{"ref":"stream-array.html","tf":0.003663003663003663}}}}},"?":{"docs":{},"s":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.006387921022067364}}}}}}},"_":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659},"deserialize-struct.html":{"ref":"deserialize-struct.html","tf":0.0035211267605633804}},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},":":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0014577259475218659}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},":":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.004645760743321719},"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0024295432458697765}}}}}}},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"_":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},":":{"docs":{"impl-serializer.html":{"ref":"impl-serializer.html","tf":0.0023228803716608595}}}}}}}}},"s":{"docs":{},":":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},":":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0024295432458697765}}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"e":{"docs":{},"l":{"docs":{},"d":{"docs":{},"s":{"docs":{},":":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}}}}}}}}},"@":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.0009718172983479105}}},"|":{"docs":{"impl-deserializer.html":{"ref":"impl-deserializer.html","tf":0.00048590864917395527}}},"%":{"docs":{},"d":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}},"h":{"docs":{},":":{"docs":{},"%":{"docs":{},"m":{"docs":{},":":{"docs":{},"%":{"docs":{},"s":{"docs":{},"\"":{"docs":{},";":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}}}}}}}},"m":{"docs":{"custom-date-format.html":{"ref":"custom-date-format.html","tf":0.005}}}}},"length":6029},"corpusTokens":["!=","!self.first","!self.output.ends_with('[')","!self.output.ends_with('{')","\"","\"#;","\"%i","\"'a","\",\";","\"...\"","\"...\"))]","\"...\")]","\"...\",","\"/\".to_string()","\"/users\"","\"0.1\"","\"0.1.0\"","\"1\"}","\"1.0\"","\"1.0\",","\"1234567890\",","\"2017","\"49824073","\"5cb7a0c47e53854cd00e1a968de5abce1c124601\".to_string(),","\":\";","\":[\";","\":{\";","\";","\"[\";","\"\\\"\";","\"]","\"]\";","\"]}\";","\"a","\"a\"","\"access\"","\"alloc\"","\"allow\".to_owned(),","\"an","\"arn:aws:s3:::example_bucket\".to_owned(),","\"as_json_string\")]","\"b\",","\"b\".","\"b\".to_owned()],","\"b\"],","\"b6469c3f31653d281bbbfa6f94d60fea130abe38\".to_string(),","\"bidder\":","\"build\"","\"c\")]","\"c\",","\"c\":","\"camelcase\")]","\"camelcase\",","\"d\",","\"de_name\"))]","\"default","\"default_resource\")]","\"demo","\"deserialize_from_str\")]","\"deserialize_max\")]","\"driving\"","\"duration\")]","\"duration::seconds\")]","\"duration::subsec_nanos\")]","\"durationdef\")]","\"e\"]);","\"empty_value\"","\"extern","\"false\"","\"ferris\"","\"ferris\",","\"firstname\":","\"fromtype\")]","\"github\",","\"github\".to_string(),","\"graydon\",","\"graydon\".to_string(),","\"headquarters\":","\"high\"","\"hoare\"","\"hoare\".to_string(),","\"id\":","\"intotype\")]","\"john_doe\",","\"john_doe\"},","\"kebab","\"lastname\":","\"limit\"","\"limit\":","\"lowercase\")]","\"lowercase\",","\"map\"","\"map::is_empty\")]","\"mascot\"","\"mascot\":","\"max","\"metadata\":","\"method\":","\"mi","\"module\")]","\"my_date_format\")]","\"my_default\"","\"name\")]","\"name\":","\"nanos\"","\"nanos\"];","\"null\";","\"offset\"","\"offset\":","\"option::is_none\"","\"owned\"","\"para\",","\"params\":","\"pascalcase\",","\"path\")]","\"priority\"","\"priority\":","\"priority::lowest\")]","\"ptr\":","\"ptr:","\"request\",","\"resource\"","\"resource\":","\"s\":","\"s3:listbucket\".to_owned(),","\"s:","\"san","\"scream","\"screaming_snake_case\",","\"secs\"","\"ser_name\"))]","\"ser_name\",","\"skrillex\"","\"snake_case\",","\"sometrait::some_default\"","\"stack","\"std\"","\"str\",","\"string_or_struct\")]","\"struct\"","\"t","\"t\",","\"t:","\"test_policy\".to_owned(),","\"the","\"timeout\"","\"timeout\":","\"timestamp\":","\"total\"","\"total\":","\"transcode\"","\"true\"","\"type\")]","\"understand","\"uppercase\",","\"username\":","\"users\":","\"values\"))]","\"values\":","\"variant\"","\"variant\")","\"zero","\"{\";","\"}\";","\"}}\";","#","#[derive(debug)]","#[derive(debug,","#[derive(deserialize)]","#[derive(deserialize,","#[derive(serialize)]","#[derive(serialize,","#[derive(serialize_repr,","#[derive]","#[repr(transparent)].","#[repr(u8)]","#[serde(alia","#[serde(borrow","#[serde(borrow)]","#[serde(bound","#[serde(bound(deseri","#[serde(bound(seri","#[serde(bound)]","#[serde(cr","#[serde(default","#[serde(default)]","#[serde(deny_unknown_fields)]","#[serde(deserialize_with","#[serde(expect","#[serde(field_identifier,","#[serde(flatten)]","#[serde(from","#[serde(gett","#[serde(into","#[serde(other)]","#[serde(remot","#[serde(renam","#[serde(rename(deseri","#[serde(rename(seri","#[serde(rename)]","#[serde(rename_al","#[serde(rename_all(deseri","#[serde(rename_all(seri","#[serde(serialize_with","#[serde(skip)]","#[serde(skip_deserializing)]","#[serde(skip_serializing)]","#[serde(skip_serializing_if","#[serde(skip_serializing_if)]","#[serde(tag","#[serde(transparent)]","#[serde(try_from","#[serde(untagged)]","#[serde(with","#[test]","#beginn","#gener","#rust","$","$module::deseri","$module::seri","%d","%h:%m:%s\";","%m","&&","&'a","&'b","&'de","&'static","&[","&[\"secs\",","&[u8]","&[u8])","&[u8],","&[u8].","&datetime,","&field1,","&mut","&self));","&self))?;","&self.b)?;","&self.g)?;","&self.input[\"false\".len()..];","&self.input[\"null\".len()..];","&self.input[\"true\".len()..];","&self.input[..len];","&self.input[1..];","&self.input[ch.len_utf8()..];","&self.input[len","&self.r)?;","&str","&str)","&str,","&str.","&t)","&t,","&v.to_string();","'","'\"'","','","'0'..='9'","'0'..='9')","'1'","':'","'['","']'","'a","'a,","'a.","'b","'b\")]","'c","'c.","'de","'de,","'f'","'n'","'static","'t'","'{'","'}'","(&self)","()","();","()`","(a","(and","(deseri","(for","(here","(if","(instead","(invite:","(json","(k,","(or","(probabl","(see","(serial","(string,","(u8,)","({)",")",")?;","**self)","**self)?;","**self`)","*/","*=","*self)?;","*self.de)","*self.de).map(some)","*self.de)?;","+","+=","...","...\")]","...,","./dir",".ok_or_else(||","/*","//","///","////////////////////////////////////////////////////////////////////////////////","/r/rust","0","0);","0,","0..self.n","0.9.","02","1","1,","1.","1..];","1.0","1.0.","1.15","1.31","10);","100","100,","1053","1053,","10].","12","1234567890,","14","16","16]","1]","2","2);","2,","2.","20);","200,","21:54:30\",","256,","271","29","2^31","2^31\")","3","3)?;","3,","3.","30);","314,","384\"","384,","3:","4814","5,","5ea416ee1c2f\",","7","7,","8","979f","=","==","=>",">",">=","?size","@","[","[\"alloc\"]","[\"derive\"]","[\"me","[\"rc\"]","[\"std\"]","[\"unstable\"]","[&'static","[2,3,5,7]","[3,","[data...]","[dependencies]","[package]","[rust]","[t;","[u64;","[u8]","[u8],","[{...},","]","]);","];","_","_fields:","_len:","_name:","_variant_index:","_variants:","_visitor:","`\"z\"`","`#[serde(default)]`.","`&mut","`&t`","`...`","`001`","`0`","`[0,0]`","`[`.","`]`","`args`","`build`","`build`)","`context`","`de::error`","`de::error`.","`default::default()`","`deseri","`deserialize_any`","`deserialize_any`,","`deserialize_enum`","`deserialize_enum`.","`deserialize_from_str`,","`deserialize_from_str`.","`deserialize_ignored_any`","`deserialize_seq`","`deserialize`","`deserialize`.","`deserializer`","`deserializer`,","`dur`","`end`","`enumaccess`","`error`","`false`","`false`.","`fields`","`from_bytes`,","`from_reader`","`from_str`","`from_str`,","`from_str`.","`from_xyz`","`from_xyz`.","`fromstr`","`io::write`","`itoa`","`main`","`mapaccess`","`mapaccessdeserializer`","`max_value`,","`n`","`n`.","`n`th","`nanos`\")","`next_key_seed`","`next_value_seed`.","`none`","`null`","`null`.","`ok","`ok`","`parse_bool`","`parse_signed`","`parse_unsigned`,","`phantomdata`","`remote`","`s:","`s`","`seqaccess`","`ser::error`","`serde::ser::serialize`","`serde_json::deserializer::from_str(...)`.","`serde_json::from_str(...)`","`serialize_entry`","`serialize_key`","`serialize_seq`","`serialize_str`","`serialize_struct_variant`.","`serialize_tuple_variant`","`serialize_value`","`serialize_value`.","`serialize`","`serializemap`","`serializer`","`serializetuplevariant`,","`some(())`","`string_or_struct`","`t:","`t=i8`.","`t`","`to_abc`","`to_bytes`,","`to_string`,","`to_string`.","`to_writer`","`toml`","`true`","`values`.","`variantaccess`","`visit_char`.","`visit_map`","`visit_seq`","`visitor`","`void`","`with`","`{","`{\"a","`{\"a\":0,\"b\":0}`","`{\"w\":{\"a\":0,\"b\":0}}`","`{\"x\":[0,0]}`","`{\"y\":0}`","`{`","`}`.","a,","a:","abil","about.","abov","above,","above:","absent","abstract","accept","access","access.next_entry()?","access:","accord","act","action:","actual","adapt","add","addassign","addit","addition,","address","adjac","advanc","advantag","after.","again","again,","against","ahead","ain't","alike.","all.","alloc","allocation,","allocator.","allow","along","along.","alreadi","altern","alternate\")","although","alway","analog","and/or","anonym","anoth","another:","anyth","anyway.","anywher","apach","api","apis.","appear","append","appli","applic","applies.","approach","appropri","arbitrari","arc.","args.","args:","args={\"buildno\":","args={}","argument","argument,","arithmet","around","around.","array","array\":","array\":[3,2,1]}`","array)","array.","array[3]);","arrays.","as.","as_json_str","ask","assert_de_token","assert_eq!(expected,","assert_eq!(nth,","assert_eq!(to_string(&n).unwrap(),","assert_eq!(to_string(&s).unwrap(),","assert_eq!(to_string(&t).unwrap(),","assert_eq!(to_string(&test).unwrap(),","assert_eq!(to_string(&u).unwrap(),","assert_eq!(two,","assert_ser_token","assert_token","assert_tokens(&map,","assert_tokens};","associ","asynchronous,","at,","attempt","attent","attribut","attribute,","attribute.","attributes.","attributes:","author","automat","avail","avoid","avro,","aw","awar","away","b","b'0'),","b'0');","b,","b:","back","bare","base","base64","base64,","basic","bazel","bb:","be","be10","befor","begin","beginn","begun","behav","behavior","behind","below","bencode,","benefit","best","between","between.","beyond","bidder:","binari","bit","bittorr","block","bogu","bone","bool","bool)","bool,","boolean\":","boolean\":true,\"an","borrow","borrowed,","borrowed.","both","bound","bound,","bounds,","bounds.","bounds:","box,","box:","brace","brace.","bracket","brittl","broad","broader","bson,","btreemap.","buck","buffer","buffering:","build","build,","build:","build_str","build_struct","buildabl","buildno:","built","builtin","bus'","by:","byte","bytes.","c","c:","call","callabl","callback","calle","called.","caller","calls,","calls.","camelcas","camelcase:","captur","care","cargo","cargo.","cargo.toml","cargo.toml.","cargo.toml:","case","case\",","case\".","case.","cases:","catch","categori","cbor","cbor,","ch","channel","char","char)","char.","charact","character","character,","character.","chat,","check","choic","choice.","choos","chosen","chrono","chrono::{datetime,","claus","clearli","clone","clone,","close","cmp::max(max,","code","code!","code,","code.","collect","colon","color","column","combin","come","comma","command","command_line:","commasepar","comment","comment:","common","commonli","commun","community),","community.","compact","compactli","compactly.","compar","compat","compil","compile.","compiler'","compiler,","complain","complet","complex","complic","complicated.","compose.yml","compound","comput","concis","condit","conditions.","config.","configur","congreg","consid","consist","consistency,","const","constant","constrain","constraint","construct","constructor","consum","contain","contain.","contains.","content","content,","content.","context","context,","context:","context=\"./dir\"","conveni","convent","convention,","convention.","convers","convert","converting.","convolut","copi","copy,","core","correct","correctli","correctly,","correspond","count","cours","cousin","cow,","cow.","crate","crate\"","crate,","crate.","crate:","crates.","creat","curli","current","custom","custom(msg:","d","d)","d,","d:","d::error>","dangl","data","data);","data,","data.","data:","date","date.format(format));","date:","datetim","datetime,","de","de)?;","de,","de/seri","de:","de::deseri","de::deserializer::deserialize_map(self.de,","de::deserializer::deserialize_seq(self.de,","de::error","de::error,","de::error::custom(\"no","de::error::invalid_length(0,","de::error::invalid_length(1,","de::error::invalid_length(self.n,","de::error::missing_field(\"nanos\"))?;","de::error::missing_field(\"secs\"))?;","de::{from_str,","de;","deal","debug)]","debug,","decid","decim","declaration.","decod","decoding.","dedic","dedupl","def.nanos)","default","default()","default.","default::default()","default::default().","default_resource()","defin","definit","definition.","deleg","delimit","deny_unknown_fields.","depend","deriv","derive(deserialize)","derive.","derives:","describ","describing.","deseri","deserialization,","deserialization.","deserialization:","deserialize\"))]","deserialize(","deserialize(d)","deserialize(deserializer:","deserialize(self,","deserialize)]","deserialize)].","deserialize,","deserialize.","deserialize:","deserialize::deserialize(de::value::mapaccessdeserializer::new(map))","deserialize::deserialize(deserializer).map(ptr::owned)","deserialize::deserialize(deserializer)?;","deserialize_*","deserialize_ani","deserialize_any(self,","deserialize_bool(self,","deserialize_byte_buf(self,","deserialize_bytes(self,","deserialize_char(self,","deserialize_enum(","deserialize_f32(self,","deserialize_f64(self,","deserialize_from_str(deserializer:","deserialize_i16(self,","deserialize_i32","deserialize_i32(self,","deserialize_i64(self,","deserialize_i8(self,","deserialize_identifier(self,","deserialize_ignored_any(self,","deserialize_map(self,","deserialize_max(deserializer:","deserialize_newtype_struct(","deserialize_option(self,","deserialize_repr,","deserialize_seq(self,","deserialize_str(self,","deserialize_string(self,","deserialize_struct(","deserialize_tuple(self,","deserialize_tuple_struct(","deserialize_u16(self,","deserialize_u32(self,","deserialize_u64(self,","deserialize_u8(self,","deserialize_unit(self,","deserialize_unit_struct(","deserialize_with","deserialize_with.","deserialize`","deserialize`.","deserialized);","deserialized,","deserialized.","deserialized:","deserializeown","deserializeowned,","deserializer)","deserializer)?;","deserializer,","deserializer.","deserializer.deserialize_any(stringorstruct(phantomdata))","deserializer.deserialize_i32(i32visitor)","deserializer.deserialize_identifier(fieldvisitor)","deserializer.deserialize_map(mymapvisitor::new())","deserializer.deserialize_seq(self)","deserializer.deserialize_seq(visitor)","deserializer.deserialize_struct(\"duration\",","deserializer.input.is_empty()","deserializer:","deserializer::deserialize_ani","deserializer::deserialize_any,","deserializer::deserialize_any.","deserializer::deserialize_enum","deserializer::from_str(s);","deserializer;","deserializer};","deserializese","deserializeseed,","deserialize};","deserializing,","deserializing.","design","desir","despit","detail","details.","determin","develop","differ","different.","differently.","digit","direct","directions.","directli","directly,","directly.","disabled.","discard","discord","discours","discuss","display","display\"))]","display,","display};","distinct","distinguish","do)","docker","dockerfil","dockerfile:","dockerfile=non","dockerfile=some(\"dockerfil","document","document,","document.","documentation,","doesn't","don't","done","done.","downgrad","drive","driven","driving.","duplic","dur","dur)?;","durat","duration\")","duration);","duration,","duration.","duration::new(def.secs,","duration;","durationdef","durationdef)","durationdef.","durationdef::deseri","durationdef::deserialize(&mut","durationvisitor","durationvisitor)","durationvisitor;","dure","dynamodb","dynamodb.","e","e:","e::","e::a","e::b","e::n","e::newtype(1);","e::struct","e::t","e::tuple(1,","e::unit;","e::w","e::x(0,","e::y(0);","e::z;","each","easi","ecosystem","editing.","effect","effect:","effici","efficiency.","efficiently.","elabor","element","element.","elements,","elements.","else'","else.","embed","emit","empti","empty_value()","enabl","encod","encount","encourag","end","end(self)","end.","enough","ensur","entir","entri","entries.","enum","enum)","enum,","enum.","enum:","enumaccess","enumaccess,","enums.","envi","environ","environments.","envy,","eof,","equal","equally.","equival","err","err(de::error::duplicate_field(\"nanos\"));","err(de::error::duplicate_field(\"secs\"));","err(de::error::invalid_length(i,","err(de::error::unknown_field(value,","err(error::eof),","err(error::expectedarray)","err(error::expectedarraycomma);","err(error::expectedarrayend)","err(error::expectedboolean)","err(error::expectedenum)","err(error::expectedinteger);","err(error::expectedmap)","err(error::expectedmapcolon)","err(error::expectedmapcolon);","err(error::expectedmapcomma);","err(error::expectedmapend)","err(error::expectednull)","err(error::expectedstring)","err(error::expectedstring);","err(error::syntax),","err(error::trailingcharacters)","error","error,","error.","error::custom.","error::eof","error::message(msg)","error::message(msg.to_string())","error::{error,","error;","errors.","es5.","escap","especi","etc.","even","exactli","exampl","example,","example.","examples.","except","exclus","exist","expand","expect","expect?","expected);","expectedarray,","expectedarraycomma,","expectedarrayend,","expectedboolean,","expectedenum,","expectedinteger,","expectedmap,","expectedmapcolon,","expectedmapcomma,","expectedmapend,","expectednull,","expectedstring,","expecting(&self,","explain","explan","explicit","explicitli","explicitly.","export","expos","expressions,","extens","extent","extern","extra","extra:","extrahigh,","extralow","f32)","f32,","f64","f64)","f64),","f64);","fact","fact,","factor","fail,","fail.","failur","fallibly.","fallthrough","fals","false,","false.","false;","family.","far","featur","feature.","features,","features.","few","field","field\"","field).","field.","field:","field::nano","field::sec","field;","fields)),","fields,","fields.","fields:","fieldvisitor","fieldvisitor;","field{n}","figur","file","fill","finally,","find","fine","fine.","first","first.","first:","first_name:","five","five,","fix","flag","flatbuff","flatten","flatten,","flavor","flexbuffers,","flexibl","float","fmt(&self,","fmt::formatter)","fmt::result","fmt};","fn","fn(&field0,","fn(&t)","fn(&t,","fn()","fn(d)","follow","for.","form","form.","format","format!(\"{}\",","format).map_err(serde::de::error::custom)","format,","format.","format:","formats,","formats.","formatter.write_str(\"`secs`","formatter.write_str(\"a","formatter.write_str(\"an","formatter.write_str(\"str","formatter.write_str(\"struct","formatter.write_str(\"unexpect","formatter.write_str(msg),","formatter:","forth","forum.","forward","forward_to_deserialize_any!","four","framework","francisco\"","francisco\".to_string());","freestand","frequent","friendli","from(def:","from,","from.","from_byt","from_read","from_str","from_str(input:","from_str(j).unwrap());","from_str(s:","from_xyz","fromstr","fromstr,","fromtyp","fromtype,","front","front.","full","fulli","function","function.","functionality.","fundament","g:","gener","generically.","get","getter","github","give","given","go","go'","goe","good","google'","graph.","group","guarante","guess","hadoop,","half","hand","handl","handwritten","happen","hard.","hash","hash:","hashmap","hashmap,","hashmap.","hashset.","haskel","hatch","have","hcl","heap","help","helper","helper(#[serde(with","here","here,","here.","heterogen","heurist","heuristics,","high,","higher","hint","hint,","hjson,","hold","homogen","http","https://discord.gg/rust","human","i128","i16)","i16,","i32","i32)","i32),","i32);","i32,","i32.","i32;","i32visitor","i32visitor.","i32visitor::visit_i32.","i32visitor;","i64","i64)","i64,","i64::from(i32::min)","i8)","i8,","iam","id:","idea.","ideal","ident","identifi","ignor","ignored.","ignoredani","ignoredany,","impl","impl,","impl.","implement","implementation,","implementation.","implemented,","implementing.","implicitli","impls.","import","importantli","imposs","in.","inches(u64),","inches(u64);","includ","incompat","independ","index","indic","indices.","individu","individually.","infer","inform","information.","init,","inlin","inner","inner,","inner:","input","input\"),","input,","input.","input:","input_data:","insid","insignific","instanc","instance,","instance;","instanti","instead","instead.","instinct","int","int:","integ","integer(u64),","integer,","integers,","integr","intellig","intend","interact","interact.","intermedi","intern","interpret","interpreted.","into,","into.","intodeserializer,","intotyp","intuit","invalid","invalid.","invok","involv","io","io::read,","io::read.","io::write.","ip","is.","issues,","it.","items,","iter","itself","itself.","j","j.serialize(serializer)","java","javascript","job","json","json!([\"a\",","json'","json);","json,","json.","json.compact","json5,","json:","json_str","k","k)","k:","kebab","keep","key","key,","key.","key.serialize(&mut","key:","keys.","keywords.","kind","know","known","land","lang","lang),","languag","language.","last","last_name:","later","later.","layer","leav","len:","length","length,","lenient,","level","librari","libraries.","library,","library.","lifetim","lifetime.","lifetime.\"","lifetimes\"","like:","likewise,","limit:","line","link","linked_hash_map::linkedhashmap;","linkedhashmap::::new();","linkedhashmap::new();","lisp","list","littl","live","location:","logic","long","look","loop","looser","lose","lossi","lot","low,","lowest()","m)","m:","macro","made","main","main()","make","mani","manipul","manual","manually.","map","map\")","map,","map.","map.end()","map.insert('a',","map.insert('b',","map.insert('c',","map.insert(key,","map.next_key()?","map.serialize_entry(k,","map:","map::new(),","map::new();","map;","mapaccess","mapaccess,","mapaccess};","mappings.","maps,","maps.","mark","marker:","markup","match","match.","max","max\",","max_value:","maximum","maximum\")","maxvisitor","maxvisitor(phantomdata","maxvisitor(phantomdata);","mean","mechanism,","memori","memory.","mentioned.","messag","message(string),","messagepack,","messages.","metadata","metadata.insert(\"headquarters\".to_string(),","metadata:","method","method'","method.","method:","methods)","methods,","methods.","millimeters(u8).","minim","minu","miss","missing.","mod","mode","model","model,","model.","modes.","modifi","modul","module.","module:","modules.","mongodb.","more","much","mulassign","mulassign,","multipl","mut","mutex","my_date_format","my_default()","mydeseri","mydetrait\"))]","mymap","mymap.","mymap::with_capacity(access.size_hint().unwrap_or(0));","mymap;","mymap>","mymapvisitor","mysertrait\"))]","mysertrait\",","mytrait\")]","n","n(u8)","n,","n:","name","name.","name:","names.","nano","nanos))","nanos.is_some()","nanos.ok_or_else(||","nanos:","nativ","natur","near","necessarili","necessary.","need","needs,","neg","negat","negative.","negotiation.","neg};","nest","network","never","new()","new(de:","new(n:","new(secs:","newer.","newli","newtyp","newtype(u32),","newtype_struct","newtype_vari","newtype_variant_seed(self,","next","next_char(&mut","next_element_seed(&mut","next_key_seed(&mut","next_value_seed(&mut","no_std","non","none","none,","none.","none;","nonempti","normal","normal,","not.","not_borrowed:","notat","notation.","note","note:","noth","notic","now","nth","nth);","nth:","nthelement","nthelement::new(3).deserialize(&array).unwrap();","nthelement::new(3).deserialize(deserializer)","null","num","number","number.","number:","numbers\")","numer","object","object.","obviou","occasion","occasions,","occur","occurred,","offici","offset","offset:","oh,","ok","ok(())","ok((val,","ok(build","ok(ch)","ok(duration::new(secs,","ok(false)","ok(field::nanos),","ok(field::secs),","ok(fromstr::from_str(value).unwrap())","ok(i32::from(value))","ok(int);","ok(map)","ok(max)","ok(none);","ok(nth)","ok(s)","ok(self)","ok(serializer.output)","ok(t)","ok(true)","ok(value)","omit","on","onc","once.","one.","only)","only,","only.","open","oper","operation.","opt","optim","option","option)","option,","option::non","option::none.","option::som","ord,","ord.","order","ordinari","orphan","osstr","other,","other_cr","other_crate::duration;","others.","out","out.","out.max_value);","out:","outer","outliv","output","output.","output:","over","overflow","overflow\"","overflow\".to_string(),","overhead","overrid","overview","own","owned(\"owned\")","owned(box),","owned,","owned:","ownership","page","page.","pages.","pagin","pagination,","pagination:","pair","pair(string,","pairing,","panic","para(vec),","param","paramet","parameter,","parameter.","parameters,","parameters.","params:","parent","pars","parse_bool(&mut","parse_signed(&mut","parse_string(&mut","parse_unsigned(&mut","parsed.","part","partial","partialeq,","particular","particular,","particularli","pass","past","path","pattern","pattern:","pay","peek_char(&mut","peopl","people'","perform","period","person","perspect","phantomdata","phantomdata,","phantomdata.","pickle,","piec","pin","place","plain","platform","platform.","pleas","plenti","pluggabl","point","point.","point2d(f64,","pointer","poisoned,","poisoned.","polici","policy,","policy.","policy:","popul","pos:","possibl","possible.","post,","postcard","postcard,","postcard.","power","powerful.","present","present,","preserv","pretend","pretti","previou","previous","primit","primitives.","print","printer","println!(\"deseri","println!(\"max","println!(\"result","println!(\"seri","println!(\"{:#?}\",","println!(\"{:?}\",","println!(\"{}\",","prints:","prioriti","priority,","priority:","priority::extralow","priority=extralow","priority=high","privat","private.","probabl","problem","procedur","process","process.","process:","processed.","processing.","proclaim","produc","produce.","product","profound","program.","programmer.","project","projects,","propag","properti","protocol.","provid","ptr","ptr,","ptr:","pub","public","pull","purpos","put","python","q","queri","queries.","question","r#\"","r#\"\"unit\"\"#;","r#\"{\"int\":1,\"seq\":[\"a\",\"b\"]}\"#;","r#\"{\"newtype\":1}\"#;","r#\"{\"struct\":{\"a\":1}}\"#;","r#\"{\"tuple\":[1,2]}\"#;","r,","r:","rang","rank","rapidli","rare","rc","re","read","read.","read:","readability.","readabl","real","reason","receiv","receive.","receives.","recklessli","record","ref(&'a","refer","referenc","reflect","relat","reli","remain","remot","remov","renam","rename_al","render","repeat","replac","repository.","repres","represent","representation,","representation.","representations.","representations:","represents.","request","requested,","requests:","requests[0]);","requests[1]);","requir","resembl","reserv","resourc","resource:","resource=\"/\",","resource=\"/users\",","respons","rest","result","result);","result,","result.","result:","result>","result};","return","returned.","returns,","reus","rfc3339","rgb(u8,","right","role","ron,","root","roughli","rs/serde#812.","rule","rule.","run","runtim","rusoto_dynamodb","rust","rust'","rust.","rustacean","rustdoc","rusti","s","s)","s,","s.to_string(),","s:","s::err:","s::from_str(&s).map_err(de::error::custom)","sad.","safe","same","same.","satisfi","save","scenario","schema","schemaless","scheme","scope,","scratch","scratch.","screen_name:","sec","second","seconds(&self)","seconds.","secs,","secs.is_some()","secs.ok_or_else(||","secs:","see","seed","seed.deserialize(&mut","seed.deserialize(self.de)","seed:","seem","select","self","self)","self))","self,","self.de.next_char()?","self.de.peek_char()?","self.deserialize_any(visitor)","self.deserialize_bool(visitor),","self.deserialize_i64(visitor),","self.deserialize_map(visitor)","self.deserialize_map(visitor),","self.deserialize_seq(visitor)","self.deserialize_seq(visitor),","self.deserialize_str(visitor)","self.deserialize_str(visitor),","self.deserialize_u64(visitor),","self.deserialize_unit(visitor)","self.deserialize_unit(visitor),","self.first","self.input","self.input.chars().next()","self.input.chars().next().ok_or(error::eof)","self.input.find('\"')","self.input.starts_with(\"false\")","self.input.starts_with(\"null\")","self.input.starts_with(\"true\")","self.n)","self.nano","self.next_char()?","self.output","self.peek_char()?","self.peek_char()?;","self.sec","self.serialize_f64(f64::from(v))","self.serialize_i64(i64::from(v))","self.serialize_map(some(len))","self.serialize_seq(some(len))","self.serialize_seq(some(v.len()))?;","self.serialize_str(&v.to_string())","self.serialize_str(variant)","self.serialize_u64(u64::from(v))","self.serialize_unit()","self;","sens","separ","seq","seq,","seq.","seq.end()","seq.next_element()?","seq.next_element()?.ok_or_else(||","seq.next_element::()?.is_none()","seq.serialize_element(byte)?;","seq.serialize_element(e)?;","seq:","seqaccess","seqaccess,","seqaccess};","sequenc","sequence,","sequence.","sequences.","ser","ser::error","ser::seri","ser::serializemap","ser::serializeseq","ser::serializestruct","ser::serializestructvari","ser::serializetupl","ser::serializetuplestruct","ser::serializetuplevari","ser::{to_string,","ser;","serd","serde'","serde(other),","serde(rename))","serde(tag","serde,","serde.","serde::de::error;","serde::de::{","serde::de::{deserialize,","serde::de::{self,","serde::deserialize;","serde::deserializer.","serde::ser::error;","serde::ser::serializeseq;","serde::ser::{serialize,","serde::serialize;","serde::serializer.","serde::{de,","serde::{deserialize,","serde::{self,","serde::{ser,","serde::{serialize,","serde_byt","serde_json","serde_json)","serde_json.","serde_json::deserializer::from_str(input);","serde_json::deserializer::from_str(j);","serde_json::from_reader.","serde_json::from_str(\"2\").unwrap());","serde_json::from_str(&j).map_err(error::custom)","serde_json::from_str(&serialized).unwrap();","serde_json::from_str(j).map(|helper(dur)|","serde_json::from_str(j).unwrap();","serde_json::from_str(json).unwrap();","serde_json::from_str(json_str).unwrap();","serde_json::from_str.","serde_json::json;","serde_json::ser::formatter.","serde_json::serializer::new(io::stdout());","serde_json::to_string(&nums).unwrap());","serde_json::to_string(&point).unwrap();","serde_json::to_string(value).map_err(error::custom)?;","serde_json::to_string_pretty(&data).unwrap();","serde_json::to_string_pretty(&person).unwrap();","serde_json::to_string_pretty(&resources).unwrap();","serde_json::valu","serde_json::value;","serde_json;","serde_repr","serde_repr::*;","serde_test","serde_test::{token,","serde_transcode::transcode(&mut","serde_yaml::from_str(build_string).unwrap();","serde_yaml::from_str(build_struct).unwrap();","serde_yaml::to_string(&resource).unwrap();","serial","serializ","serialization,","serialization.","serialize(","serialize(&self,","serialize(&t,","serialize(value:","serialize,","serialize.","serialize_bool(self,","serialize_byt","serialize_bytes(self,","serialize_bytes.","serialize_char(self,","serialize_element(&mut","serialize_f32(self,","serialize_f64(self,","serialize_field","serialize_field(&mut","serialize_i16(self,","serialize_i32","serialize_i32(self,","serialize_i64(self,","serialize_i8(self,","serialize_key(&mut","serialize_map(self,","serialize_newtype_struct(","serialize_newtype_struct.","serialize_newtype_variant(","serialize_newtype_variant.","serialize_non","serialize_none(self)","serialize_seq(self,","serialize_seq.","serialize_som","serialize_some(self,","serialize_str(self,","serialize_struct","serialize_struct(","serialize_struct_vari","serialize_struct_variant(","serialize_tupl","serialize_tuple(self,","serialize_tuple_struct","serialize_tuple_struct(","serialize_tuple_vari","serialize_tuple_variant(","serialize_u16(self,","serialize_u32(self,","serialize_u64(self,","serialize_u8(self,","serialize_unit(self)","serialize_unit_struct(self,","serialize_unit_struct.","serialize_unit_variant(","serialize_unit_variant.","serialize_value(&mut","serialize_with","serialized);","serialized.","serializemap","serializemap};","serializer).unwrap();","serializer)?;","serializer,","serializer.","serializer.serialize_i32(*self)","serializer.serialize_map(some(self.len()))?;","serializer.serialize_seq(some(self.len()))?;","serializer.serialize_str(&s)","serializer.serialize_struct(\"color\",","serializer:","serializer::serialize_*_vari","serializer;","serializer};","serializeseq","serializeseq,","serializestruct","serializestructvari","serializestruct};","serializetupl","serializetuplestruct","serializetuplevari","serialize};","serializing,","serializing.","serv","servic","service);","service:","ser};","set","set.","seven","seven];","sever","share","show","shown","sign","sign,","signatur","signature.","silly,","similar","similar.","similarli","simpl","simpler","simplest","simpli","simplifi","simultaneously.","singl","situat","situations,","situations.","size","sizes.","skip","skip).","skip_deseri","skip_seri","skip_serializing_if","skipped.","small","smallprim","smallprime::*;","some((key,","some(0)","some(3)","some(ch","some(ignoredany)","some(key)","some(len)","some(map.next_value()?);","some(value)","somebodi","someth","sometim","sometrait::some_default().","somewhat","sooner","sourc","special","specif","specifi","specific:","speed","src/de.r","src/error.r","src/lib.r","src/main.r","src/ser.r","stabl","stackoverflow,","standard","starlark,","start","start,","state","state.","state.end()","state.serialize_field(\"b\",","state.serialize_field(\"g\",","state.serialize_field(\"r\",","static","std","std.","std::borrow::cow;","std::collections::btreemap","std::collections::hashmap;","std::default::default","std::error::error","std::ffi::osstr","std::fmt::display;","std::fmt::{self,","std::fmt;","std::i32;","std::io;","std::marker::phantomdata;","std::ops::{addassign,","std::result::result.","std::result::result;","std::str::fromstr;","std::{cmp,","std;","stdout.","step","still","stock","storag","store","store,","str","str(string),","str)","str,","str.","str]","str],","straightforward","straightforward.","stream","stream,","streams,","stricter","string","string\"}","string),","string,","string.","string::deserialize(deserializer)?;","string::new(),","string_or_struct(deserializer:","stringorstruct","stringorstruct(phantomdata","strings,","strings.","strings:","strong","struct","struct'","struct)","struct,","struct.","struct:","struct_vari","struct_variant(","structs.","structur","structure,","structure.","structwithcustomd","stumbl","stupidli","style","subreddit","subsec_nanos(&self)","subset","success","successfulli","such","sufficient,","superset","support","support,","supported.","suppos","sure","syntact","syntax","syntax,","syntax:","system","system.","systems.","t","t'","t(u8,","t)","t),","t,","t.","t:","t::deserialize(&mut","t::from(10);","t::from(ch","t;","t=str","t=u64.","t>);","t>,","tag","tag.","tagged\"","tagged,","take","target","technic","technically,","tell","temporari","tend","terminator.","terraform","test","test_enum()","test_ser_de()","test_ser_de_empty()","test_struct()","text","textual","that'","that.","themselv","thing","things.","think","third","third.","this,","this.","this:","those","though","three","three,","three:","through","throw","thrown","time","time).","time,","time.","timeout","timeout(30)","timeout(u32);","timeout,","timeout:","timeout=30,","timeout=5,","timestamp:","timezone};","to.","to_abc","to_byt","to_owned().","to_str","to_string(value:","to_writ","togeth","token","token::char('a'),","token::char('b'),","token::char('c'),","token::i32(10),","token::i32(20),","token::i32(30),","token::map","token::mapend,","told","toml","toml,","top","total","total.","total:","track","track.","trailingcharacters,","trait","trait.","traits.","transcod","transfer","transient","transient,","treat","treatment","tree","tri","troubleshoot","true,","truncat","tryfrom","tupl","tuple(u32,","tuple,","tuple/struct","tuple_struct","tuple_vari","tuple_variant(self,","tuples.","turn","two","type","type\"","type'","type,","type.","type:","typedef","types,","types.","types:","typic","u","u128","u16)","u16,","u32","u32)","u32),","u32,","u64","u64)","u64,","u8","u8)","u8).","u8,","ubiquit","ultim","unconstrain","under","underli","understand","unformat","unfortun","unimpl","unimplemented!()","union","unit","unit,","unit_struct","unit_vari","unit_variant(self)","unix","unix(vec),","unknown","unless","unoffici","unsaf","unsign","unstabl","untag","until","unus","unusu","up","updat","upgrad","url","urlencod","us","usag","used.","user","user'","username:","users,","users:","usize)","usize,","usual","utc,","utc.datetime_from_str(&s,","utc};","utf","v","v)","v)?;","v,","v:","v;","val","valid","valid.","valu","value))","value);","value,","value.","value.serialize(&mut","value.serialize(self)","value:","value::char('c')]","values,","values.","variabl","variant","variant),","variant,","variant.","variant.serialize(&mut","variant:","variant_seed(self,","variantaccess","variantaccess,","variants,","variants.","varieti","variou","vec","vec![","vec![\"a\",","vec![\"a\".to_owned(),","vec![two,","vec![value::bool(true),","vec)","vec,","vec.","verbatim","veri","version","visit","visit_borrowed_bytes,","visit_borrowed_str","visit_i32(self,","visit_i64","visit_i64(self,","visit_i8(self,","visit_map(self,","visit_seq(self,","visit_str","visit_str(self,","visit_u64","visitor","visitor'","visitor)","visitor,","visitor.","visitor.visit_bool(self.parse_bool()?)","visitor.visit_borrowed_str(self.parse_string()?)","visitor.visit_enum(enum::new(self))?;","visitor.visit_enum(self.parse_string()?.into_deserializer())","visitor.visit_i16(self.parse_signed()?)","visitor.visit_i32(self.parse_signed()?)","visitor.visit_i64(self.parse_signed()?)","visitor.visit_i8(self.parse_signed()?)","visitor.visit_map(commaseparated::new(self))?;","visitor.visit_newtype_struct(self)","visitor.visit_none()","visitor.visit_seq()","visitor.visit_seq(commaseparated::new(self))?;","visitor.visit_some(self)","visitor.visit_u16(self.parse_unsigned()?)","visitor.visit_u32(self.parse_unsigned()?)","visitor.visit_u64(self.parse_unsigned()?)","visitor.visit_u8(self.parse_unsigned()?)","visitor.visit_unit()","visitor:","visitor::visit_map,","visitor};","void::void;","void;","vs","w","walk","wall_time:","want","want.","way","way.","weekli","well,","whatev","whether","whichev","whitespac","whitespace.","whole","whose","wide","window","windows(vec),","wire","wish","within","without","work","world.","wrapper","write","write!(formatter,","written","wrong","www","x","x(0,","x(i32,","x:","y","y(0);","y(i32),","y(i32);","y);","y:","yaml,","you:","yourself,","yourself.","z","z,","z;","zero","zulip.","{","{\"id\":","{\"request\":","{\"t\":","{\"type\":","{\"x\":1,\"y\":2}","{...}]}","{...}}","{...}}}","{:?}\",","{}","{}\",","|","}","})","},","}.","};","}`","}`.","—"],"pipeline":["stopWordFilter","stemmer"]},"store":{"./":{"url":"./","title":"Overview","keywords":"","body":"\n \n \n \n\n\n\nSerde\nSerde is a framework for serializing and deserializing Rust data\nstructures efficiently and generically.\nThe Serde ecosystem consists of data structures that know how to serialize and\ndeserialize themselves along with data formats that know how to serialize and\ndeserialize other things. Serde provides the layer by which these two groups\ninteract with each other, allowing any supported data structure to be serialized\nand deserialized using any supported data format.\n\n\nDesign\nWhere many other languages rely on runtime reflection for serializing data,\nSerde is instead built on Rust's powerful trait system. A data structure that\nknows how to serialize and deserialize itself is one that implements Serde's\nSerialize and Deserialize traits (or uses Serde's derive attribute to\nautomatically generate implementations at compile time). This avoids any\noverhead of reflection or runtime type information. In fact in many situations\nthe interaction between data structure and data format can be completely\noptimized away by the Rust compiler, leaving Serde serialization to perform\nthe same speed as a handwritten serializer for the specific selection of data\nstructure and data format.\nData formats\nThe following is a partial list of data formats that have been implemented for\nSerde by the community.\n\nJSON, the ubiquitous JavaScript Object Notation used by many HTTP APIs.\nPostcard, a no_std and embedded-systems friendly compact binary format.\nCBOR, a Concise Binary Object Representation designed for small message size\nwithout the need for version negotiation.\nYAML, a self-proclaimed human-friendly configuration language that ain't\nmarkup language.\nMessagePack, an efficient binary format that resembles a compact JSON.\nTOML, a minimal configuration format used by Cargo.\nPickle, a format common in the Python world.\nRON, a Rusty Object Notation.\nBSON, the data storage and network transfer format used by MongoDB.\nAvro, a binary format used within Apache Hadoop, with support for schema\ndefinition.\nJSON5, a superset of JSON including some productions from ES5.\nURL query strings, in the x-www-form-urlencoded format.\nStarlark, the format used for describing build targets by the Bazel and Buck\nbuild systems. (serialization only)\nEnvy, a way to deserialize environment variables into Rust structs.\n(deserialization only)\nEnvy Store, a way to deserialize AWS Parameter Store parameters into Rust\nstructs. (deserialization only)\nS-expressions, the textual representation of code and data used by the Lisp\nlanguage family.\nD-Bus's binary wire format.\nFlexBuffers, the schemaless cousin of Google's FlatBuffers zero-copy\nserialization format.\nBencode, a simple binary format used in the BitTorrent protocol.\nToken streams, for processing Rust procedural macro input. (deserialization\nonly)\nDynamoDB Items, the format used by rusoto_dynamodb to transfer data to\nand from DynamoDB.\nHjson, a syntax extension to JSON designed around human reading and editing.\n(deserialization only)\n\nData structures\nOut of the box, Serde is able to serialize and deserialize common Rust data\ntypes in any of the above formats. For example String, &str, usize,\nVec, HashMap are all supported. In addition, Serde provides a derive\nmacro to generate serialization implementations for structs in your own program.\nUsing the derive macro goes like this:\nuse serde::{Serialize, Deserialize};\n\n#[derive(Serialize, Deserialize, Debug)]\nstruct Point {\n x: i32,\n y: i32,\n}\n\nfn main() {\n let point = Point { x: 1, y: 2 };\n\n // Convert the Point to a JSON string.\n let serialized = serde_json::to_string(&point).unwrap();\n\n // Prints serialized = {\"x\":1,\"y\":2}\n println!(\"serialized = {}\", serialized);\n\n // Convert the JSON string back to a Point.\n let deserialized: Point = serde_json::from_str(&serialized).unwrap();\n\n // Prints deserialized = Point { x: 1, y: 2 }\n println!(\"deserialized = {:?}\", deserialized);\n}\n\n"},"help.html":{"url":"help.html","title":"Help","keywords":"","body":"Getting help\nSerde is one of the most widely used Rust libraries so any place that Rustaceans\ncongregate will be able to help you out. For chat, consider trying the\n#rust-questions or #rust-beginners channels of the unofficial community\nDiscord (invite: https://discord.gg/rust-lang-community), the\n#rust-usage or #beginners channels of the official Rust Project Discord\n(invite: https://discord.gg/rust-lang), or the #general stream\nin Zulip. For asynchronous, consider the [rust] tag on\nStackOverflow, the /r/rust subreddit which has a pinned weekly\neasy questions post, or the Rust Discourse forum.\n"},"data-model.html":{"url":"data-model.html","title":"Serde data model","keywords":"","body":"Serde data model\nThe Serde data model is the API by which data structures and data formats\ninteract. You can think of it as Serde's type system.\nIn code, the serialization half of the Serde data model is defined by the\nSerializer trait and the deserialization half is defined by the\nDeserializer trait. These are a way of mapping every Rust data structure\ninto one of 29 possible types. Each method of the Serializer trait corresponds\nto one of the types of the data model.\nWhen serializing a data structure to some format, the Serialize\nimplementation for the data structure is responsible for mapping the data\nstructure into the Serde data model by invoking exactly one of the Serializer\nmethods, while the Serializer implementation for the data format is\nresponsible for mapping the Serde data model into the intended output\nrepresentation.\nWhen deserializing a data structure from some format, the Deserialize\nimplementation for the data structure is responsible for mapping the data\nstructure into the Serde data model by passing to the Deserializer a\nVisitor implementation that can receive the various types of the data model,\nwhile the Deserializer implementation for the data format is responsible for\nmapping the input data into the Serde data model by invoking exactly one of the\nVisitor methods.\nTypes\nThe Serde data model is a simplified form of Rust's type system. It consists of\nthe following 29 types:\n\n14 primitive types\nbool\ni8, i16, i32, i64, i128\nu8, u16, u32, u64, u128\nf32, f64\nchar\n\n\nstring\nUTF-8 bytes with a length and no null terminator. May contain 0-bytes.\nWhen serializing, all strings are handled equally. When deserializing, there\nare three flavors of strings: transient, owned, and borrowed. This\ndistinction is explained in Understanding deserializer lifetimes and is a\nkey way that Serde enabled efficient zero-copy deserialization.\n\n\nbyte array - [u8]\nSimilar to strings, during deserialization byte arrays can be transient,\nowned, or borrowed.\n\n\noption\nEither none or some value.\n\n\nunit\nThe type of () in Rust. It represents an anonymous value containing no\ndata.\n\n\nunit_struct\nFor example struct Unit or PhantomData. It represents a named value\ncontaining no data.\n\n\nunit_variant\nFor example the E::A and E::B in enum E { A, B }.\n\n\nnewtype_struct\nFor example struct Millimeters(u8).\n\n\nnewtype_variant\nFor example the E::N in enum E { N(u8) }.\n\n\nseq\nA variably sized heterogeneous sequence of values, for example Vec or\nHashSet. When serializing, the length may or may not be known before\niterating through all the data. When deserializing, the length is determined\nby looking at the serialized data. Note that a homogeneous Rust collection\nlike vec![Value::Bool(true), Value::Char('c')] may serialize as a\nheterogeneous Serde seq, in this case containing a Serde bool followed by a\nSerde char.\n\n\ntuple\nA statically sized heterogeneous sequence of values for which the length\nwill be known at deserialization time without looking at the serialized\ndata, for example (u8,) or (String, u64, Vec) or [u64; 10].\n\n\ntuple_struct\nA named tuple, for example struct Rgb(u8, u8, u8).\n\n\ntuple_variant\nFor example the E::T in enum E { T(u8, u8) }.\n\n\nmap\nA variably sized heterogeneous key-value pairing, for example BTreeMap. When serializing, the length may or may not be known before iterating\nthrough all the entries. When deserializing, the length is determined by\nlooking at the serialized data.\n\n\nstruct\nA statically sized heterogeneous key-value pairing in which the keys are\ncompile-time constant strings and will be known at deserialization time\nwithout looking at the serialized data, for example struct S { r: u8, g:\nu8, b: u8 }.\n\n\nstruct_variant\nFor example the E::S in enum E { S { r: u8, g: u8, b: u8 } }.\n\n\n\nMapping into the data model\nIn the case of most Rust types, their mapping into the Serde data model is\nstraightforward. For example the Rust bool type corresponds to Serde's bool\ntype. The Rust tuple struct Rgb(u8, u8, u8) corresponds to Serde's tuple\nstruct type.\nBut there is no fundamental reason that these mappings need to be\nstraightforward. The Serialize and Deserialize traits can perform any\nmapping between Rust type and Serde data model that is appropriate for the use\ncase.\nAs an example, consider Rust's std::ffi::OsString type. This type represents\na platform-native string. On Unix systems they are arbitrary non-zero bytes and\non Windows systems they are arbitrary non-zero 16-bit values. It may seem\nnatural to map OsString into the Serde data model as one of the following\ntypes:\n\nAs a Serde string. Unfortunately serialization would be brittle because an\nOsString is not guaranteed to be representable in UTF-8 and deserialization\nwould be brittle because Serde strings are allowed to contain 0-bytes.\nAs a Serde byte array. This fixes both problem with using string, but now\nif we serialize an OsString on Unix and deserialize it on Windows we end up\nwith the wrong string.\n\nInstead the Serialize and Deserialize impls for OsString map into the\nSerde data model by treating OsString as a Serde enum. Effectively it acts\nas though OsString were defined as the following type, even though this does\nnot match its definition on any individual platform.\nenum OsString {\n Unix(Vec),\n Windows(Vec),\n // and other platforms\n}\n\nThe flexibility around mapping into the Serde data model is profound and\npowerful. When implementing Serialize and Deserialize, be aware of the\nbroader context of your type that may make the most instinctive mapping not the\nbest choice.\n"},"derive.html":{"url":"derive.html","title":"Using derive","keywords":"","body":"Using derive\nSerde provides a derive macro to generate implementations of the Serialize and\nDeserialize traits for data structures defined in your crate, allowing them to\nbe represented conveniently in all of Serde's data formats.\nYou only need to set this up if your code is using #[derive(Serialize,\nDeserialize)].\nThis functionality is based on Rust's #[derive] mechanism, just like what you\nwould use to automatically derive implementations of the built-in Clone,\nCopy, Debug, or other traits. It is able to generate implementations for\nmost structs and enums including ones with elaborate generic types or trait\nbounds. On rare occasions, for an especially convoluted type you may need to\nimplement the traits manually.\nThese derives require a Rust compiler version 1.31 or newer.\n\nAdd serde = { version = \"1.0\", features = [\"derive\"] } as a dependency in\nCargo.toml.\nEnsure that all other Serde-based dependencies (for example serde_json) are on\na version that is compatible with serde 1.0.\nOn structs and enums that you want to serialize, import the derive macro as\nuse serde::Serialize; within the same module and write\n#[derive(Serialize)] on the struct or enum.\nSimilarly import use serde::Deserialize; and write #[derive(Deserialize)]\non structs and enums that you want to deserialize.\n\nHere is the Cargo.toml:\nCargo.toml\n[package]\nname = \"my-crate\"\nversion = \"0.1.0\"\nauthors = [\"Me \"]\n\n[dependencies]\nserde = { version = \"1.0\", features = [\"derive\"] }\n\n# serde_json is just for the example, not required in general\nserde_json = \"1.0\"\n\nNow the src/main.rs which uses Serde's custom derives:\nsrc/main.rs\nuse serde::{Serialize, Deserialize};\n\n#[derive(Serialize, Deserialize, Debug)]\nstruct Point {\n x: i32,\n y: i32,\n}\n\nfn main() {\n let point = Point { x: 1, y: 2 };\n\n let serialized = serde_json::to_string(&point).unwrap();\n println!(\"serialized = {}\", serialized);\n\n let deserialized: Point = serde_json::from_str(&serialized).unwrap();\n println!(\"deserialized = {:?}\", deserialized);\n}\n\nHere is the output:\n$ cargo run\nserialized = {\"x\":1,\"y\":2}\ndeserialized = Point { x: 1, y: 2 }\nTroubleshooting\nSometimes you may see compile-time errors that tell you:\nthe trait `serde::ser::Serialize` is not implemented for `...`\neven though the struct or enum clearly has #[derive(Serialize)] on it.\nThis almost always means that you are using libraries that depend on\nincompatible versions of Serde. You may be depending on serde 1.0 in your\nCargo.toml but using some other library that depends on serde 0.9. So the\nSerialize trait from serde 1.0 may be implemented, but the library expects an\nimplementation of the Serialize trait from serde 0.9. From the Rust compiler's\nperspective these are totally different traits.\nThe fix is to upgrade or downgrade libraries as appropriate until the Serde\nversions match. The cargo tree -d command is helpful for finding all the\nplaces that duplicate dependencies are being pulled in.\n"},"attributes.html":{"url":"attributes.html","title":"Attributes","keywords":"","body":"Attributes\nAttributes are used to customize the Serialize and Deserialize\nimplementations produced by Serde's derive. They require a Rust compiler version\n1.15 or newer.\nThere are three categories of attributes:\n\nContainer attributes — apply to a struct or enum declaration.\nVariant attributes — apply to a variant of an enum.\nField attributes — apply to one field in a struct or in an enum variant.\n\n#[derive(Serialize, Deserialize)]\n#[serde(deny_unknown_fields)] // \nNote that a single struct, enum, variant, or field may have multiple attributes\non it.\n"},"container-attrs.html":{"url":"container-attrs.html","title":"Container attributes","keywords":"","body":"Container attributes\n\n#[serde(rename = \"name\")] \nSerialize and deserialize this struct or enum with the given name instead of\nits Rust name.\nAllows specifying independent names for serialization vs deserialization:\n\n#[serde(rename(serialize = \"ser_name\"))]\n#[serde(rename(deserialize = \"de_name\"))]\n#[serde(rename(serialize = \"ser_name\", deserialize = \"de_name\"))]\n\n\n#[serde(rename_all = \"...\")] \nRename all the fields (if this is a struct) or variants (if this is an enum)\naccording to the given case convention. The possible values are \"lowercase\",\n\"UPPERCASE\", \"PascalCase\", \"camelCase\", \"snake_case\",\n\"SCREAMING_SNAKE_CASE\", \"kebab-case\", \"SCREAMING-KEBAB-CASE\".\nAllows specifying independent cases for serialization vs deserialization:\n\n#[serde(rename_all(serialize = \"...\"))]\n#[serde(rename_all(deserialize = \"...\"))]\n#[serde(rename_all(serialize = \"...\", deserialize = \"...\"))]\n\n\n#[serde(deny_unknown_fields)] \nAlways error during deserialization when encountering unknown fields. When\nthis attribute is not present, by default unknown fields are ignored for\nself-describing formats like JSON.\nNote: this attribute is not supported in combination with flatten,\nneither on the outer struct nor on the flattened field.\n\n\n\n#[serde(tag = \"type\")] \nOn an enum: Use the internally tagged enum representation, with the given tag.\nSee enum representations for details on this\nrepresentation.\nOn a struct with named fields: Serialize the struct's name (or value of\nserde(rename)) as a field with the given key, in front of all the real\nfields of the struct.\n\n#[serde(tag = \"t\", content = \"c\")] \nUse the adjacently tagged enum representation for this enum, with the given\nfield names for the tag and content. See enum\nrepresentations for details on this representation.\n\n#[serde(untagged)] \nUse the untagged enum representation for this enum. See enum\nrepresentations for details on this representation.\n\n#[serde(bound = \"T: MyTrait\")] \nWhere-clause for the Serialize and Deserialize impls. This replaces any\ntrait bounds inferred by Serde.\nAllows specifying independent bounds for serialization vs deserialization:\n\n#[serde(bound(serialize = \"T: MySerTrait\"))]\n#[serde(bound(deserialize = \"T: MyDeTrait\"))]\n#[serde(bound(serialize = \"T: MySerTrait\", deserialize = \"T: MyDeTrait\"))]\n\n\n#[serde(default)] \nWhen deserializing, any missing fields should be filled in from the struct's\nimplementation of Default. Only allowed on structs.\n\n#[serde(default = \"path\")] \nWhen deserializing, any missing fields should be filled in from the object\nreturned by the given function or method. The function must be callable as\nfn() -> T. For example default = \"my_default\" would invoke my_default()\nand default = \"SomeTrait::some_default\" would invoke\nSomeTrait::some_default(). Only allowed on structs.\n\n#[serde(remote = \"...\")] \nThis is used for deriving Serialize and Deserialize for remote\ntypes.\n\n#[serde(transparent)] \nSerialize and deserialize a newtype struct or a braced struct with one field\nexactly the same as if its one field were serialized and deserialized by\nitself. Analogous to #[repr(transparent)].\n\n#[serde(from = \"FromType\")] \nDeserialize this type by deserializing into FromType, then converting. This\ntype must implement From, and FromType must implement\nDeserialize.\n\n#[serde(try_from = \"FromType\")] \nDeserialize this type by deserializing into FromType, then converting\nfallibly. This type must implement TryFrom with an error type that\nimplements Display, and FromType must implement Deserialize.\n\n#[serde(into = \"IntoType\")] \nSerialize this type by converting it into the specified IntoType and\nserializing that. This type must implement Clone and Into, and\nIntoType must implement Serialize.\n\n#[serde(crate = \"...\")] \nSpecify a path to the serde crate instance to use when referring to Serde\nAPIs from generated code. This is normally only applicable when invoking\nre-exported Serde derives from a public macro in a different crate.\n\n#[serde(expecting = \"...\")] \nSpecify a custom type expectation text for deserialization error messages.\nThis is used by the generated expecting method for the container Visitor,\nand as a fallthrough error message for untagged enums.\n\n\n"},"variant-attrs.html":{"url":"variant-attrs.html","title":"Variant attributes","keywords":"","body":"Variant attributes\n\n#[serde(rename = \"name\")] \nSerialize and deserialize this variant with the given name instead of its Rust\nname.\nAllows specifying independent names for serialization vs deserialization:\n\n#[serde(rename(serialize = \"ser_name\"))]\n#[serde(rename(deserialize = \"de_name\"))]\n#[serde(rename(serialize = \"ser_name\", deserialize = \"de_name\"))]\n\n\n#[serde(alias = \"name\")] \nDeserialize this variant from the given name or from its Rust name. May be\nrepeated to specify multiple possible names for the same variant.\n\n#[serde(rename_all = \"...\")] \nRename all the fields of this struct variant according to the given case\nconvention. The possible values are \"lowercase\", \"UPPERCASE\",\n\"PascalCase\", \"camelCase\", \"snake_case\", \"SCREAMING_SNAKE_CASE\",\n\"kebab-case\", \"SCREAMING-KEBAB-CASE\".\nAllows specifying independent cases for serialization vs deserialization:\n\n#[serde(rename_all(serialize = \"...\"))]\n#[serde(rename_all(deserialize = \"...\"))]\n#[serde(rename_all(serialize = \"...\", deserialize = \"...\"))]\n\n\n#[serde(skip)] \nNever serialize or deserialize this variant.\n\n#[serde(skip_serializing)] \nNever serialize this variant. Trying to serialize this variant is treated as\nan error.\n\n#[serde(skip_deserializing)] \nNever deserialize this variant.\n\n#[serde(serialize_with = \"path\")] \nSerialize this variant using a function that is different from its\nimplementation of Serialize. The given function must be callable as\nfn(&FIELD0, &FIELD1, ..., S) -> Result where S:\nSerializer, although it may also be generic over the FIELD{n} types.\nVariants used with serialize_with are not required to be able to derive\nSerialize.\nFIELD{n} exists for every field of the variant. So a unit variant has just\nthe S argument, and tuple/struct variants have an argument for every field.\n\n#[serde(deserialize_with = \"path\")] \nDeserialize this variant using a function that is different from its\nimplementation of Deserialize. The given function must be callable as\nfn(D) -> Result where D: Deserializer,\nalthough it may also be generic over the elements of FIELDS. Variants used\nwith deserialize_with are not required be able to derive Deserialize.\nFIELDS is a tuple of all fields of the variant. A unit variant will have\n() as its FIELDS type.\n\n#[serde(with = \"module\")] \nCombination of serialize_with and deserialize_with. Serde will use\n$module::serialize as the serialize_with function and\n$module::deserialize as the deserialize_with function.\n\n#[serde(bound = \"T: MyTrait\")] \nWhere-clause for the Serialize and/or Deserialize impls. This replaces any\ntrait bounds inferred by Serde for the current variant.\nAllows specifying independent bounds for serialization vs deserialization:\n\n#[serde(bound(serialize = \"T: MySerTrait\"))]\n#[serde(bound(deserialize = \"T: MyDeTrait\"))]\n#[serde(bound(serialize = \"T: MySerTrait\", deserialize = \"T: MyDeTrait\"))]\n\n\n#[serde(borrow)] and #[serde(borrow = \"'a + 'b + ...\")] \nBorrow data for this field from the deserializer by using zero-copy\ndeserialization. See this example.\nOnly allowed on a newtype variant (a tuple variant with only one field).\n\n#[serde(other)] \nDeserialize this variant if the enum tag is anything other than the tag of one\nof the other variants in this enum. Only allowed on a unit variant inside of\nan internally tagged or adjacently tagged enum.\nFor example if we have an internally tagged enum with serde(tag = \"variant\")\ncontaining variants A, B, and Unknown marked serde(other), the\nUnknown variant would be deserialized any time the \"variant\" field of the\ninput is neither \"A\" nor \"B\".\n\n\n"},"field-attrs.html":{"url":"field-attrs.html","title":"Field attributes","keywords":"","body":"Field attributes\n\n#[serde(rename = \"name\")] \nSerialize and deserialize this field with the given name instead of its Rust\nname. This is useful for serializing fields as camelCase or\nserializing fields with names that are reserved Rust keywords.\nAllows specifying independent names for serialization vs deserialization:\n\n#[serde(rename(serialize = \"ser_name\"))]\n#[serde(rename(deserialize = \"de_name\"))]\n#[serde(rename(serialize = \"ser_name\", deserialize = \"de_name\"))]\n\n\n#[serde(alias = \"name\")] \nDeserialize this field from the given name or from its Rust name. May be\nrepeated to specify multiple possible names for the same field.\n\n#[serde(default)] \nIf the value is not present when deserializing, use the Default::default().\n\n#[serde(default = \"path\")] \nIf the value is not present when deserializing, call a function to get a\ndefault value. The given function must be callable as fn() -> T. For example\ndefault = \"empty_value\" would invoke empty_value() and default =\n\"SomeTrait::some_default\" would invoke SomeTrait::some_default().\n\n#[serde(flatten)] \nFlatten the contents of this field into the container it is defined in.\nThis removes one level of structure between the serialized representation and\nthe Rust data structure representation. It can be used for factoring common\nkeys into a shared structure, or for capturing remaining fields into a map\nwith arbitrary string keys. The struct flattening page\nprovides some examples.\nNote: this attribute is not supported in combination with structs that use\ndeny_unknown_fields. Neither the outer nor inner flattened struct should\nuse that attribute.\n\n\n\n#[serde(skip)] \nSkip this field: do not serialize or deserialize it.\nWhen deserializing, Serde will use Default::default() or the function\ngiven by default = \"...\" to get a default value for this field.\n\n#[serde(skip_serializing)] \nSkip this field when serializing, but not when deserializing.\n\n#[serde(skip_deserializing)] \nSkip this field when deserializing, but not when serializing.\nWhen deserializing, Serde will use Default::default() or the function\ngiven by default = \"...\" to get a default value for this field.\n\n#[serde(skip_serializing_if = \"path\")] \nCall a function to determine whether to skip serializing this field. The given\nfunction must be callable as fn(&T) -> bool, although it may be generic over\nT. For example skip_serializing_if = \"Option::is_none\" would skip an\nOption that is None.\n\n#[serde(serialize_with = \"path\")] \nSerialize this field using a function that is different from its\nimplementation of Serialize. The given function must be callable as\nfn(&T, S) -> Result where S: Serializer, although it\nmay also be generic over T. Fields used with serialize_with are not\nrequired to implement Serialize.\n\n#[serde(deserialize_with = \"path\")] \nDeserialize this field using a function that is different from its\nimplementation of Deserialize. The given function must be callable as\nfn(D) -> Result where D: Deserializer, although it\nmay also be generic over T. Fields used with deserialize_with are not\nrequired to implement Deserialize.\n\n#[serde(with = \"module\")] \nCombination of serialize_with and deserialize_with. Serde will use\n$module::serialize as the serialize_with function and\n$module::deserialize as the deserialize_with function.\n\n#[serde(borrow)] and #[serde(borrow = \"'a + 'b + ...\")] \nBorrow data for this field from the deserializer by using zero-copy\ndeserialization. See this example.\n\n#[serde(bound = \"T: MyTrait\")] \nWhere-clause for the Serialize and Deserialize impls. This replaces any\ntrait bounds inferred by Serde for the current field.\nAllows specifying independent bounds for serialization vs deserialization:\n\n#[serde(bound(serialize = \"T: MySerTrait\"))]\n#[serde(bound(deserialize = \"T: MyDeTrait\"))]\n#[serde(bound(serialize = \"T: MySerTrait\", deserialize = \"T: MyDeTrait\"))]\n\n\n#[serde(getter = \"...\")] \nThis is used when deriving Serialize for a remote type\nthat has one or more private fields.\n\n\n"},"custom-serialization.html":{"url":"custom-serialization.html","title":"Custom serialization","keywords":"","body":"Custom serialization\nSerde's derive macro through #[derive(Serialize, Deserialize)]\nprovides reasonable default serialization behavior for structs and enums and it\ncan be customized to some extent using attributes. For unusual\nneeds, Serde allows full customization of the serialization behavior by manually\nimplementing Serialize and Deserialize traits for your type.\nThe traits each have a single method:\npub trait Serialize {\n fn serialize(&self, serializer: S) -> Result\n where\n S: Serializer;\n}\n\npub trait Deserialize: Sized {\n fn deserialize(deserializer: D) -> Result\n where\n D: Deserializer;\n}\n\nThese methods are generic over the serialization format, represented by the\nSerializer and Deserializer traits. For example there is one Serializer\ntype for JSON and a different one for Postcard.\n\nImplementing Serialize\nImplementing Deserialize\n\n"},"impl-serialize.html":{"url":"impl-serialize.html","title":"Implementing Serialize","keywords":"","body":"Implementing Serialize\nThe Serialize trait looks like this:\npub trait Serialize {\n fn serialize(&self, serializer: S) -> Result\n where\n S: Serializer;\n}\n\nThis method's job is to take your type (&self) and map it into the Serde data\nmodel by invoking exactly one of the methods on the given Serializer.\nIn most cases Serde's derive is able to generate an appropriate implementation\nof Serialize for structs and enums defined in your crate. Should you need to\ncustomize the serialization behavior for a type in a way that derive does not\nsupport, you can implement Serialize yourself.\nSerializing a primitive\nAs the simplest example, here is the builtin Serialize impl for the primitive\ni32.\nimpl Serialize for i32 {\n fn serialize(&self, serializer: S) -> Result\n where\n S: Serializer,\n {\n serializer.serialize_i32(*self)\n }\n}\n\nSerde provides such impls for all of Rust's primitive types so you are not\nresponsible for implementing them yourself, but serialize_i32 and similar\nmethods may be useful if you have a type that needs to be represented as a\nprimitive in its serialized form. For example you could serialize a C-like enum\nas a primitive number.\nSerializing a sequence or map\nCompound types follow a three-step process of init, elements, end.\nuse serde::ser::{Serialize, Serializer, SerializeSeq, SerializeMap};\n\nimpl Serialize for Vec\nwhere\n T: Serialize,\n{\n fn serialize(&self, serializer: S) -> Result\n where\n S: Serializer,\n {\n let mut seq = serializer.serialize_seq(Some(self.len()))?;\n for e in self {\n seq.serialize_element(e)?;\n }\n seq.end()\n }\n}\n\nimpl Serialize for MyMap\nwhere\n K: Serialize,\n V: Serialize,\n{\n fn serialize(&self, serializer: S) -> Result\n where\n S: Serializer,\n {\n let mut map = serializer.serialize_map(Some(self.len()))?;\n for (k, v) in self {\n map.serialize_entry(k, v)?;\n }\n map.end()\n }\n}\n\nSerializing a tuple\nThe serialize_tuple method is a lot like serialize_seq. The distinction\nSerde makes is that serialize_tuple is for sequences where the length does not\nneed to be serialized because it will be known at deserialization time. The\nusual examples are Rust tuples and arrays. In non-self-describing formats a\nVec needs to be serialized with its length in order to be able to\ndeserialize a Vec back out. But a [T; 16] can be serialized using\nserialize_tuple because the length will be known at deserialization time\nwithout looking at the serialized bytes.\nSerializing a struct\nSerde distinguishes between four types of structs. Ordinary structs and tuple\nstructs follow the three-step process of init, elements, end just like a\nsequence or map. Newtype structs and unit structs are more like primitives.\n// An ordinary struct. Use three-step process:\n// 1. serialize_struct\n// 2. serialize_field\n// 3. end\nstruct Color {\n r: u8,\n g: u8,\n b: u8,\n}\n\n// A tuple struct. Use three-step process:\n// 1. serialize_tuple_struct\n// 2. serialize_field\n// 3. end\nstruct Point2D(f64, f64);\n\n// A newtype struct. Use serialize_newtype_struct.\nstruct Inches(u64);\n\n// A unit struct. Use serialize_unit_struct.\nstruct Instance;\n\nStructs and maps may look similar in some formats, including JSON. The\ndistinction Serde makes is that structs have keys that are compile-time constant\nstrings and will be known at deserialization time without looking at the\nserialized data. This condition enables some data formats to handle structs much\nmore efficiently and compactly than maps.\nData formats are encouraged to treat newtype structs as insignificant wrappers\naround the inner value, serializing just the inner value. See for example\nJSON's treatment of newtype structs.\nuse serde::ser::{Serialize, Serializer, SerializeStruct};\n\nstruct Color {\n r: u8,\n g: u8,\n b: u8,\n}\n\nimpl Serialize for Color {\n fn serialize(&self, serializer: S) -> Result\n where\n S: Serializer,\n {\n // 3 is the number of fields in the struct.\n let mut state = serializer.serialize_struct(\"Color\", 3)?;\n state.serialize_field(\"r\", &self.r)?;\n state.serialize_field(\"g\", &self.g)?;\n state.serialize_field(\"b\", &self.b)?;\n state.end()\n }\n}\n\nSerializing an enum\nSerializing enum variants is very similar to serializing structs.\nenum E {\n // Use three-step process:\n // 1. serialize_struct_variant\n // 2. serialize_field\n // 3. end\n Color { r: u8, g: u8, b: u8 },\n\n // Use three-step process:\n // 1. serialize_tuple_variant\n // 2. serialize_field\n // 3. end\n Point2D(f64, f64),\n\n // Use serialize_newtype_variant.\n Inches(u64),\n\n // Use serialize_unit_variant.\n Instance,\n}\n\nOther special cases\nThere are two more special cases that are part of the Serializer trait.\nThere is a method serialize_bytes which serializes a &[u8]. Some formats\ntreat bytes like any other seq, but some formats are able to serialize bytes\nmore compactly. Currently Serde does not use serialize_bytes in the\nSerialize impl for &[u8] or Vec but once specialization lands in\nstable Rust we will begin using it. For now the serde_bytes crate can be\nused to enable efficient handling of &[u8] and Vec through\nserialize_bytes.\nFinally, serialize_some and serialize_none correspond to Option::Some and\nOption::None. Users tend to have different expectations around the Option\nenum compared to other enums. Serde JSON will serialize Option::None as null\nand Option::Some as just the contained value.\n"},"impl-deserialize.html":{"url":"impl-deserialize.html","title":"Implementing Deserialize","keywords":"","body":"Implementing Deserialize\nThe Deserialize trait looks like this:\npub trait Deserialize: Sized {\n fn deserialize(deserializer: D) -> Result\n where\n D: Deserializer;\n}\n\nThis method's job is to map the type into the Serde data model by providing\nthe Deserializer with a Visitor that can be driven by the Deserializer\nto construct an instance of your type.\nIn most cases Serde's derive is able to generate an appropriate implementation\nof Deserialize for structs and enums defined in your crate. Should you need to\ncustomize the deserialization behavior for a type in a way that derive does not\nsupport, you can implement Deserialize yourself. Implementing Deserialize\nfor a type tends to be more complicated than implementing Serialize.\nThe Deserializer trait supports two entry point styles which enables different\nkinds of deserialization.\n\nThe deserialize_any method. Self-describing data formats like JSON are able\nto look at the serialized data and tell what it represents. For example the\nJSON deserializer may see an opening curly brace ({) and know that it is\nseeing a map. If the data format supports Deserializer::deserialize_any, it\nwill drive the Visitor using whatever type it sees in the input. JSON uses\nthis approach when deserializing serde_json::Value which is an enum that\ncan represent any JSON document. Without knowing what is in a JSON document,\nwe can deserialize it to serde_json::Value by going through\nDeserializer::deserialize_any.\n\nThe various other deserialize_* methods. Non-self-describing formats like\nPostcard need to be told what is in the input in order to deserialize it. The\ndeserialize_* methods are hints to the deserializer for how to interpret\nthe next piece of input. Non-self-describing formats are not able to\ndeserialize something like serde_json::Value which relies on\nDeserializer::deserialize_any.\n\n\nWhen implementing Deserialize, you should avoid relying on\nDeserializer::deserialize_any unless you need to be told by the Deserializer\nwhat type is in the input. Know that relying on Deserializer::deserialize_any\nmeans your data type will be able to deserialize from self-describing formats\nonly, ruling out Postcard and many others.\nThe Visitor trait\nA Visitor is instantiated by a Deserialize impl and passed to a\nDeserializer. The Deserializer then calls a method on the Visitor in order\nto construct the desired type.\nHere is a Visitor that is able to deserialize a primitive i32 from a variety\nof types.\nuse std::fmt;\n\nuse serde::de::{self, Visitor};\n\nstruct I32Visitor;\n\nimpl Visitor for I32Visitor {\n type Value = i32;\n\n fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result {\n formatter.write_str(\"an integer between -2^31 and 2^31\")\n }\n\n fn visit_i8(self, value: i8) -> Result\n where\n E: de::Error,\n {\n Ok(i32::from(value))\n }\n\n fn visit_i32(self, value: i32) -> Result\n where\n E: de::Error,\n {\n Ok(value)\n }\n\n fn visit_i64(self, value: i64) -> Result\n where\n E: de::Error,\n {\n use std::i32;\n if value >= i64::from(i32::MIN) && value \nThe Visitor trait has lots more methods that are not implemented for\nI32Visitor. Leaving them unimplemented means a type error is returned if\nthey get called. For example I32Visitor does not implement\nVisitor::visit_map, so trying to deserialize an i32 when the input contains a\nmap is a type error.\nDriving a Visitor\nDeserialize a value by passing a Visitor to the given Deserializer. The\nDeserializer will call one of the Visitor methods depending on the input\ndata, which is known as \"driving\" the Visitor.\nimpl Deserialize for i32 {\n fn deserialize(deserializer: D) -> Result\n where\n D: Deserializer,\n {\n deserializer.deserialize_i32(I32Visitor)\n }\n}\n\nNote that a Deserializer will not necessarily follow the type hint, so the\ncall to deserialize_i32 does not necessarily mean the Deserializer will call\nI32Visitor::visit_i32. For example JSON treats all signed integer types alike.\nThe JSON Deserializer will call visit_i64 for any signed integer and\nvisit_u64 for any unsigned integer, even if hinted a different type.\nOther examples\n\nDeserializing a map\nDeserializing a struct\n\n"},"unit-testing.html":{"url":"unit-testing.html","title":"Unit testing","keywords":"","body":"Unit testing\nThe serde_test crate provides a convenient\nconcise way to write unit tests for implementations of Serialize and\nDeserialize.\nThe Serialize impl for a value can be characterized by the sequence of\nSerializer calls\nthat are made in the course of serializing the value, so serde_test provides a\nToken abstraction\nwhich corresponds roughly to Serializer method calls. It provides an\nassert_ser_tokens function to test that a value serializes into a particular\nsequence of method calls, an assert_de_tokens function to test that a value\ncan be deserialized from a particular sequence of method calls, and an\nassert_tokens function to test both directions. It also provides functions to\ntest expected failure conditions.\nHere is an example from the\nlinked-hash-map crate.\nuse linked_hash_map::LinkedHashMap;\nuse serde_test::{Token, assert_tokens};\n\n#[test]\nfn test_ser_de_empty() {\n let map = LinkedHashMap::::new();\n\n assert_tokens(&map, &[\n Token::Map { len: Some(0) },\n Token::MapEnd,\n ]);\n}\n\n#[test]\nfn test_ser_de() {\n let mut map = LinkedHashMap::new();\n map.insert('b', 20);\n map.insert('a', 10);\n map.insert('c', 30);\n\n assert_tokens(&map, &[\n Token::Map { len: Some(3) },\n Token::Char('b'),\n Token::I32(20),\n\n Token::Char('a'),\n Token::I32(10),\n\n Token::Char('c'),\n Token::I32(30),\n Token::MapEnd,\n ]);\n}\n\n"},"data-format.html":{"url":"data-format.html","title":"Writing a data format","keywords":"","body":"Writing a data format\nThe most important thing to understand before writing a data format is that\nSerde is not a parsing library. Nothing in Serde is going to help you parse\nwhatever format you are implementing. The role of Serde is very specific:\n\nSerialization — taking arbitrary data structures from the user and\nrendering them in the format with maximum efficiency.\nDeserialization — interpreting the data that you parse into data\nstructures of the user's choice with maximum efficiency.\n\nParsing is neither of these things and you will either be writing parsing code\nfrom scratch or using a parsing library to implement your Deserializer.\nThe second most important thing to understand is the Serde data model.\nThe following pages walk through a basic but functional JSON serializer and\ndeserializer implemented using Serde.\n\nConventions for what to export at the root of the crate\nSerde error traits and error handling\nImplementing a Serializer\nImplementing a Deserializer\n\nYou can find these four source files all together as a buildable crate in this\nGitHub repository.\n"},"conventions.html":{"url":"conventions.html","title":"Conventions","keywords":"","body":"Conventions\nBy convention a Serde data format crate provides the following in the root\nmodule or re-exported from the root module:\n\nAn Error type common to both serialization and deserialization.\nA Result typedef which is equivalent to std::result::Result.\nA Serializer type which implements serde::Serializer.\nA Deserializer type which implements serde::Deserializer.\nOne or more to_abc functions depending on what types the format supports\nserializing to. For example to_string which returns a String, to_bytes which\nreturns a Vec, or to_writer which writes into an io::Write.\nOne or more from_xyz functions depending on what types the format supports\ndeserializing from. For example from_str which takes a &str, from_bytes\nwhich takes a &[u8], or from_reader which takes an io::Read.\n\nIn addition, formats that provide serialization-specific or\ndeserialization-specific APIs beyond Serializer and Deserializer should expose\nthose under top-level ser and de modules. For example serde_json provides a\npluggable pretty-printer trait as serde_json::ser::Formatter.\nA basic data format begins like this. The three modules are discussed in more\ndetail on the following pages.\nsrc/lib.rs\nmod de;\nmod error;\nmod ser;\n\npub use de::{from_str, Deserializer};\npub use error::{Error, Result};\npub use ser::{to_string, Serializer};\n\n"},"error-handling.html":{"url":"error-handling.html","title":"Error handling","keywords":"","body":"Error handling\nDuring serialization, the Serialize trait maps a Rust data structure into\nSerde's data model and the Serializer trait maps the data model into the\noutput format. During deserialization, the Deserializer maps the input data\ninto Serde's data model and the Deserialize and Visitor traits map the\ndata model into the resulting data structure. Any of these steps can fail.\n\nSerialize can fail, for example when a Mutex is being serialized and\nthe mutex happens to be poisoned.\nSerializer can fail, for example the Serde data model allows maps with\nnon-string keys but JSON does not.\nDeserializer can fail, especially if the input data is syntactically\ninvalid.\nDeserialize can fail, usually because the input is the wrong type for the\nvalue it is being deserialized into.\n\nIn Serde, errors from the Serializer and Deserializer work just like they\nwould in any other Rust library. The crate defines an error type, public\nfunctions return a Result with that error type, and there are variants for the\nvarious possible failure modes.\nHandling of errors from the Serialize and Deserialize, the data structure\nbeing processed by the library, is built around the ser::Error and\nde::Error traits. These traits allow the data format to expose constructors\nfor its error type for the data structure to use in various situations.\nsrc/error.rs\nuse std;\nuse std::fmt::{self, Display};\n\nuse serde::{de, ser};\n\npub type Result = std::result::Result;\n\n// This is a bare-bones implementation. A real library would provide additional\n// information in its error type, for example the line and column at which the\n// error occurred, the byte offset into the input, or the current key being\n// processed.\n#[derive(Debug)]\npub enum Error {\n // One or more variants that can be created by data structures through the\n // `ser::Error` and `de::Error` traits. For example the Serialize impl for\n // Mutex might return an error because the mutex is poisoned, or the\n // Deserialize impl for a struct may return an error because a required\n // field is missing.\n Message(String),\n\n // Zero or more variants that can be created directly by the Serializer and\n // Deserializer without going through `ser::Error` and `de::Error`. These\n // are specific to the format, in this case JSON.\n Eof,\n Syntax,\n ExpectedBoolean,\n ExpectedInteger,\n ExpectedString,\n ExpectedNull,\n ExpectedArray,\n ExpectedArrayComma,\n ExpectedArrayEnd,\n ExpectedMap,\n ExpectedMapColon,\n ExpectedMapComma,\n ExpectedMapEnd,\n ExpectedEnum,\n TrailingCharacters,\n}\n\nimpl ser::Error for Error {\n fn custom(msg: T) -> Self {\n Error::Message(msg.to_string())\n }\n}\n\nimpl de::Error for Error {\n fn custom(msg: T) -> Self {\n Error::Message(msg.to_string())\n }\n}\n\nimpl Display for Error {\n fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result {\n match self {\n Error::Message(msg) => formatter.write_str(msg),\n Error::Eof => formatter.write_str(\"unexpected end of input\"),\n /* and so forth */\n }\n }\n}\n\nimpl std::error::Error for Error {}\n\n"},"impl-serializer.html":{"url":"impl-serializer.html","title":"Implementing a Serializer","keywords":"","body":"Implementing a Serializer\nThis page gives a basic but functional implementation of a JSON serializer using\nSerde.\nThe Serializer trait has a lot of methods but none of the ones in this\nimplementation are complicated. Each method corresponds to one of the types of\nthe Serde data model. The serializer is responsible for mapping the data model\ninto the output representation, in this case JSON.\nRefer to the rustdoc of the Serializer trait for examples of how each method\nis used.\nsrc/ser.rs\nuse serde::{ser, Serialize};\n\nuse error::{Error, Result};\n\npub struct Serializer {\n // This string starts empty and JSON is appended as values are serialized.\n output: String,\n}\n\n// By convention, the public API of a Serde serializer is one or more `to_abc`\n// functions such as `to_string`, `to_bytes`, or `to_writer` depending on what\n// Rust types the serializer is able to produce as output.\n//\n// This basic serializer supports only `to_string`.\npub fn to_string(value: &T) -> Result\nwhere\n T: Serialize,\n{\n let mut serializer = Serializer {\n output: String::new(),\n };\n value.serialize(&mut serializer)?;\n Ok(serializer.output)\n}\n\nimpl ser::Serializer for &'a mut Serializer {\n // The output type produced by this `Serializer` during successful\n // serialization. Most serializers that produce text or binary output should\n // set `Ok = ()` and serialize into an `io::Write` or buffer contained\n // within the `Serializer` instance, as happens here. Serializers that build\n // in-memory data structures may be simplified by using `Ok` to propagate\n // the data structure around.\n type Ok = ();\n\n // The error type when some error occurs during serialization.\n type Error = Error;\n\n // Associated types for keeping track of additional state while serializing\n // compound data structures like sequences and maps. In this case no\n // additional state is required beyond what is already stored in the\n // Serializer struct.\n type SerializeSeq = Self;\n type SerializeTuple = Self;\n type SerializeTupleStruct = Self;\n type SerializeTupleVariant = Self;\n type SerializeMap = Self;\n type SerializeStruct = Self;\n type SerializeStructVariant = Self;\n\n // Here we go with the simple methods. The following 12 methods receive one\n // of the primitive types of the data model and map it to JSON by appending\n // into the output string.\n fn serialize_bool(self, v: bool) -> Result {\n self.output += if v { \"true\" } else { \"false\" };\n Ok(())\n }\n\n // JSON does not distinguish between different sizes of integers, so all\n // signed integers will be serialized the same and all unsigned integers\n // will be serialized the same. Other formats, especially compact binary\n // formats, may need independent logic for the different sizes.\n fn serialize_i8(self, v: i8) -> Result {\n self.serialize_i64(i64::from(v))\n }\n\n fn serialize_i16(self, v: i16) -> Result {\n self.serialize_i64(i64::from(v))\n }\n\n fn serialize_i32(self, v: i32) -> Result {\n self.serialize_i64(i64::from(v))\n }\n\n // Not particularly efficient but this is example code anyway. A more\n // performant approach would be to use the `itoa` crate.\n fn serialize_i64(self, v: i64) -> Result {\n self.output += &v.to_string();\n Ok(())\n }\n\n fn serialize_u8(self, v: u8) -> Result {\n self.serialize_u64(u64::from(v))\n }\n\n fn serialize_u16(self, v: u16) -> Result {\n self.serialize_u64(u64::from(v))\n }\n\n fn serialize_u32(self, v: u32) -> Result {\n self.serialize_u64(u64::from(v))\n }\n\n fn serialize_u64(self, v: u64) -> Result {\n self.output += &v.to_string();\n Ok(())\n }\n\n fn serialize_f32(self, v: f32) -> Result {\n self.serialize_f64(f64::from(v))\n }\n\n fn serialize_f64(self, v: f64) -> Result {\n self.output += &v.to_string();\n Ok(())\n }\n\n // Serialize a char as a single-character string. Other formats may\n // represent this differently.\n fn serialize_char(self, v: char) -> Result {\n self.serialize_str(&v.to_string())\n }\n\n // This only works for strings that don't require escape sequences but you\n // get the idea. For example it would emit invalid JSON if the input string\n // contains a '\"' character.\n fn serialize_str(self, v: &str) -> Result {\n self.output += \"\\\"\";\n self.output += v;\n self.output += \"\\\"\";\n Ok(())\n }\n\n // Serialize a byte array as an array of bytes. Could also use a base64\n // string here. Binary formats will typically represent byte arrays more\n // compactly.\n fn serialize_bytes(self, v: &[u8]) -> Result {\n use serde::ser::SerializeSeq;\n let mut seq = self.serialize_seq(Some(v.len()))?;\n for byte in v {\n seq.serialize_element(byte)?;\n }\n seq.end()\n }\n\n // An absent optional is represented as the JSON `null`.\n fn serialize_none(self) -> Result {\n self.serialize_unit()\n }\n\n // A present optional is represented as just the contained value. Note that\n // this is a lossy representation. For example the values `Some(())` and\n // `None` both serialize as just `null`. Unfortunately this is typically\n // what people expect when working with JSON. Other formats are encouraged\n // to behave more intelligently if possible.\n fn serialize_some(self, value: &T) -> Result\n where\n T: ?Sized + Serialize,\n {\n value.serialize(self)\n }\n\n // In Serde, unit means an anonymous value containing no data. Map this to\n // JSON as `null`.\n fn serialize_unit(self) -> Result {\n self.output += \"null\";\n Ok(())\n }\n\n // Unit struct means a named value containing no data. Again, since there is\n // no data, map this to JSON as `null`. There is no need to serialize the\n // name in most formats.\n fn serialize_unit_struct(self, _name: &'static str) -> Result {\n self.serialize_unit()\n }\n\n // When serializing a unit variant (or any other kind of variant), formats\n // can choose whether to keep track of it by index or by name. Binary\n // formats typically use the index of the variant and human-readable formats\n // typically use the name.\n fn serialize_unit_variant(\n self,\n _name: &'static str,\n _variant_index: u32,\n variant: &'static str,\n ) -> Result {\n self.serialize_str(variant)\n }\n\n // As is done here, serializers are encouraged to treat newtype structs as\n // insignificant wrappers around the data they contain.\n fn serialize_newtype_struct(\n self,\n _name: &'static str,\n value: &T,\n ) -> Result\n where\n T: ?Sized + Serialize,\n {\n value.serialize(self)\n }\n\n // Note that newtype variant (and all of the other variant serialization\n // methods) refer exclusively to the \"externally tagged\" enum\n // representation.\n //\n // Serialize this to JSON in externally tagged form as `{ NAME: VALUE }`.\n fn serialize_newtype_variant(\n self,\n _name: &'static str,\n _variant_index: u32,\n variant: &'static str,\n value: &T,\n ) -> Result\n where\n T: ?Sized + Serialize,\n {\n self.output += \"{\";\n variant.serialize(&mut *self)?;\n self.output += \":\";\n value.serialize(&mut *self)?;\n self.output += \"}\";\n Ok(())\n }\n\n // Now we get to the serialization of compound types.\n //\n // The start of the sequence, each value, and the end are three separate\n // method calls. This one is responsible only for serializing the start,\n // which in JSON is `[`.\n //\n // The length of the sequence may or may not be known ahead of time. This\n // doesn't make a difference in JSON because the length is not represented\n // explicitly in the serialized form. Some serializers may only be able to\n // support sequences for which the length is known up front.\n fn serialize_seq(self, _len: Option) -> Result {\n self.output += \"[\";\n Ok(self)\n }\n\n // Tuples look just like sequences in JSON. Some formats may be able to\n // represent tuples more efficiently by omitting the length, since tuple\n // means that the corresponding `Deserialize implementation will know the\n // length without needing to look at the serialized data.\n fn serialize_tuple(self, len: usize) -> Result {\n self.serialize_seq(Some(len))\n }\n\n // Tuple structs look just like sequences in JSON.\n fn serialize_tuple_struct(\n self,\n _name: &'static str,\n len: usize,\n ) -> Result {\n self.serialize_seq(Some(len))\n }\n\n // Tuple variants are represented in JSON as `{ NAME: [DATA...] }`. Again\n // this method is only responsible for the externally tagged representation.\n fn serialize_tuple_variant(\n self,\n _name: &'static str,\n _variant_index: u32,\n variant: &'static str,\n _len: usize,\n ) -> Result {\n self.output += \"{\";\n variant.serialize(&mut *self)?;\n self.output += \":[\";\n Ok(self)\n }\n\n // Maps are represented in JSON as `{ K: V, K: V, ... }`.\n fn serialize_map(self, _len: Option) -> Result {\n self.output += \"{\";\n Ok(self)\n }\n\n // Structs look just like maps in JSON. In particular, JSON requires that we\n // serialize the field names of the struct. Other formats may be able to\n // omit the field names when serializing structs because the corresponding\n // Deserialize implementation is required to know what the keys are without\n // looking at the serialized data.\n fn serialize_struct(\n self,\n _name: &'static str,\n len: usize,\n ) -> Result {\n self.serialize_map(Some(len))\n }\n\n // Struct variants are represented in JSON as `{ NAME: { K: V, ... } }`.\n // This is the externally tagged representation.\n fn serialize_struct_variant(\n self,\n _name: &'static str,\n _variant_index: u32,\n variant: &'static str,\n _len: usize,\n ) -> Result {\n self.output += \"{\";\n variant.serialize(&mut *self)?;\n self.output += \":{\";\n Ok(self)\n }\n}\n\n// The following 7 impls deal with the serialization of compound types like\n// sequences and maps. Serialization of such types is begun by a Serializer\n// method and followed by zero or more calls to serialize individual elements of\n// the compound type and one call to end the compound type.\n//\n// This impl is SerializeSeq so these methods are called after `serialize_seq`\n// is called on the Serializer.\nimpl ser::SerializeSeq for &'a mut Serializer {\n // Must match the `Ok` type of the serializer.\n type Ok = ();\n // Must match the `Error` type of the serializer.\n type Error = Error;\n\n // Serialize a single element of the sequence.\n fn serialize_element(&mut self, value: &T) -> Result\n where\n T: ?Sized + Serialize,\n {\n if !self.output.ends_with('[') {\n self.output += \",\";\n }\n value.serialize(&mut **self)\n }\n\n // Close the sequence.\n fn end(self) -> Result {\n self.output += \"]\";\n Ok(())\n }\n}\n\n// Same thing but for tuples.\nimpl ser::SerializeTuple for &'a mut Serializer {\n type Ok = ();\n type Error = Error;\n\n fn serialize_element(&mut self, value: &T) -> Result\n where\n T: ?Sized + Serialize,\n {\n if !self.output.ends_with('[') {\n self.output += \",\";\n }\n value.serialize(&mut **self)\n }\n\n fn end(self) -> Result {\n self.output += \"]\";\n Ok(())\n }\n}\n\n// Same thing but for tuple structs.\nimpl ser::SerializeTupleStruct for &'a mut Serializer {\n type Ok = ();\n type Error = Error;\n\n fn serialize_field(&mut self, value: &T) -> Result\n where\n T: ?Sized + Serialize,\n {\n if !self.output.ends_with('[') {\n self.output += \",\";\n }\n value.serialize(&mut **self)\n }\n\n fn end(self) -> Result {\n self.output += \"]\";\n Ok(())\n }\n}\n\n// Tuple variants are a little different. Refer back to the\n// `serialize_tuple_variant` method above:\n//\n// self.output += \"{\";\n// variant.serialize(&mut *self)?;\n// self.output += \":[\";\n//\n// So the `end` method in this impl is responsible for closing both the `]` and\n// the `}`.\nimpl ser::SerializeTupleVariant for &'a mut Serializer {\n type Ok = ();\n type Error = Error;\n\n fn serialize_field(&mut self, value: &T) -> Result\n where\n T: ?Sized + Serialize,\n {\n if !self.output.ends_with('[') {\n self.output += \",\";\n }\n value.serialize(&mut **self)\n }\n\n fn end(self) -> Result {\n self.output += \"]}\";\n Ok(())\n }\n}\n\n// Some `Serialize` types are not able to hold a key and value in memory at the\n// same time so `SerializeMap` implementations are required to support\n// `serialize_key` and `serialize_value` individually.\n//\n// There is a third optional method on the `SerializeMap` trait. The\n// `serialize_entry` method allows serializers to optimize for the case where\n// key and value are both available simultaneously. In JSON it doesn't make a\n// difference so the default behavior for `serialize_entry` is fine.\nimpl ser::SerializeMap for &'a mut Serializer {\n type Ok = ();\n type Error = Error;\n\n // The Serde data model allows map keys to be any serializable type. JSON\n // only allows string keys so the implementation below will produce invalid\n // JSON if the key serializes as something other than a string.\n //\n // A real JSON serializer would need to validate that map keys are strings.\n // This can be done by using a different Serializer to serialize the key\n // (instead of `&mut **self`) and having that other serializer only\n // implement `serialize_str` and return an error on any other data type.\n fn serialize_key(&mut self, key: &T) -> Result\n where\n T: ?Sized + Serialize,\n {\n if !self.output.ends_with('{') {\n self.output += \",\";\n }\n key.serialize(&mut **self)\n }\n\n // It doesn't make a difference whether the colon is printed at the end of\n // `serialize_key` or at the beginning of `serialize_value`. In this case\n // the code is a bit simpler having it here.\n fn serialize_value(&mut self, value: &T) -> Result\n where\n T: ?Sized + Serialize,\n {\n self.output += \":\";\n value.serialize(&mut **self)\n }\n\n fn end(self) -> Result {\n self.output += \"}\";\n Ok(())\n }\n}\n\n// Structs are like maps in which the keys are constrained to be compile-time\n// constant strings.\nimpl ser::SerializeStruct for &'a mut Serializer {\n type Ok = ();\n type Error = Error;\n\n fn serialize_field(&mut self, key: &'static str, value: &T) -> Result\n where\n T: ?Sized + Serialize,\n {\n if !self.output.ends_with('{') {\n self.output += \",\";\n }\n key.serialize(&mut **self)?;\n self.output += \":\";\n value.serialize(&mut **self)\n }\n\n fn end(self) -> Result {\n self.output += \"}\";\n Ok(())\n }\n}\n\n// Similar to `SerializeTupleVariant`, here the `end` method is responsible for\n// closing both of the curly braces opened by `serialize_struct_variant`.\nimpl ser::SerializeStructVariant for &'a mut Serializer {\n type Ok = ();\n type Error = Error;\n\n fn serialize_field(&mut self, key: &'static str, value: &T) -> Result\n where\n T: ?Sized + Serialize,\n {\n if !self.output.ends_with('{') {\n self.output += \",\";\n }\n key.serialize(&mut **self)?;\n self.output += \":\";\n value.serialize(&mut **self)\n }\n\n fn end(self) -> Result {\n self.output += \"}}\";\n Ok(())\n }\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\n#[test]\nfn test_struct() {\n #[derive(Serialize)]\n struct Test {\n int: u32,\n seq: Vec,\n }\n\n let test = Test {\n int: 1,\n seq: vec![\"a\", \"b\"],\n };\n let expected = r#\"{\"int\":1,\"seq\":[\"a\",\"b\"]}\"#;\n assert_eq!(to_string(&test).unwrap(), expected);\n}\n\n#[test]\nfn test_enum() {\n #[derive(Serialize)]\n enum E {\n Unit,\n Newtype(u32),\n Tuple(u32, u32),\n Struct { a: u32 },\n }\n\n let u = E::Unit;\n let expected = r#\"\"Unit\"\"#;\n assert_eq!(to_string(&u).unwrap(), expected);\n\n let n = E::Newtype(1);\n let expected = r#\"{\"Newtype\":1}\"#;\n assert_eq!(to_string(&n).unwrap(), expected);\n\n let t = E::Tuple(1, 2);\n let expected = r#\"{\"Tuple\":[1,2]}\"#;\n assert_eq!(to_string(&t).unwrap(), expected);\n\n let s = E::Struct { a: 1 };\n let expected = r#\"{\"Struct\":{\"a\":1}}\"#;\n assert_eq!(to_string(&s).unwrap(), expected);\n}\n\n"},"impl-deserializer.html":{"url":"impl-deserializer.html","title":"Implementing a Deserializer","keywords":"","body":"Implementing a Deserializer\nThis page gives a basic but functional implementation of a JSON deserializer\nusing Serde.\nAs with the serializer, the Deserializer trait has a lot of methods but none\nof them are complicated in this implementation. The deserializer is responsible\nfor mapping the input data into Serde's data model by invoking exactly one of\nthe methods on the Visitor that it receives.\nThe Deserializer methods are called by a Deserialize impl as a hint to\nindicate what Serde data model type the Deserialize type expects to see in the\ninput. For self-describing formats like JSON, it is fine for the Deserializer\nto ignore this hint and just call whichever Visitor method corresponds to the\ncontent of the input data. Other formats, especially compact binary formats like\nPostcard, rely on the hint to determine how the input data is to be interpreted.\nSelf-describing formats can save a lot of code by using the\nforward_to_deserialize_any! macro to ignore hints and forward some or all of\nthe methods of the Deserializer trait to the deserialize_any method.\nThe code below implements every method explicitly for documentation purposes but\nthere is no advantage to that.\nDeserializer lifetimes have their own dedicated page.\nsrc/de.rs\nuse std::ops::{AddAssign, MulAssign, Neg};\n\nuse serde::Deserialize;\nuse serde::de::{\n self, DeserializeSeed, EnumAccess, IntoDeserializer, MapAccess, SeqAccess,\n VariantAccess, Visitor,\n};\n\nuse error::{Error, Result};\n\npub struct Deserializer {\n // This string starts with the input data and characters are truncated off\n // the beginning as data is parsed.\n input: &'de str,\n}\n\nimpl Deserializer {\n // By convention, `Deserializer` constructors are named like `from_xyz`.\n // That way basic use cases are satisfied by something like\n // `serde_json::from_str(...)` while advanced use cases that require a\n // deserializer can make one with `serde_json::Deserializer::from_str(...)`.\n pub fn from_str(input: &'de str) -> Self {\n Deserializer { input }\n }\n}\n\n// By convention, the public API of a Serde deserializer is one or more\n// `from_xyz` methods such as `from_str`, `from_bytes`, or `from_reader`\n// depending on what Rust types the deserializer is able to consume as input.\n//\n// This basic deserializer supports only `from_str`.\npub fn from_str(s: &'a str) -> Result\nwhere\n T: Deserialize,\n{\n let mut deserializer = Deserializer::from_str(s);\n let t = T::deserialize(&mut deserializer)?;\n if deserializer.input.is_empty() {\n Ok(t)\n } else {\n Err(Error::TrailingCharacters)\n }\n}\n\n// SERDE IS NOT A PARSING LIBRARY. This impl block defines a few basic parsing\n// functions from scratch. More complicated formats may wish to use a dedicated\n// parsing library to help implement their Serde deserializer.\nimpl Deserializer {\n // Look at the first character in the input without consuming it.\n fn peek_char(&mut self) -> Result {\n self.input.chars().next().ok_or(Error::Eof)\n }\n\n // Consume the first character in the input.\n fn next_char(&mut self) -> Result {\n let ch = self.peek_char()?;\n self.input = &self.input[ch.len_utf8()..];\n Ok(ch)\n }\n\n // Parse the JSON identifier `true` or `false`.\n fn parse_bool(&mut self) -> Result {\n if self.input.starts_with(\"true\") {\n self.input = &self.input[\"true\".len()..];\n Ok(true)\n } else if self.input.starts_with(\"false\") {\n self.input = &self.input[\"false\".len()..];\n Ok(false)\n } else {\n Err(Error::ExpectedBoolean)\n }\n }\n\n // Parse a group of decimal digits as an unsigned integer of type T.\n //\n // This implementation is a bit too lenient, for example `001` is not\n // allowed in JSON. Also the various arithmetic operations can overflow and\n // panic or return bogus data. But it is good enough for example code!\n fn parse_unsigned(&mut self) -> Result\n where\n T: AddAssign + MulAssign + From,\n {\n let mut int = match self.next_char()? {\n ch @ '0'..='9' => T::from(ch as u8 - b'0'),\n _ => {\n return Err(Error::ExpectedInteger);\n }\n };\n loop {\n match self.input.chars().next() {\n Some(ch @ '0'..='9') => {\n self.input = &self.input[1..];\n int *= T::from(10);\n int += T::from(ch as u8 - b'0');\n }\n _ => {\n return Ok(int);\n }\n }\n }\n }\n\n // Parse a possible minus sign followed by a group of decimal digits as a\n // signed integer of type T.\n fn parse_signed(&mut self) -> Result\n where\n T: Neg + AddAssign + MulAssign + From,\n {\n // Optional minus sign, delegate to `parse_unsigned`, negate if negative.\n unimplemented!()\n }\n\n // Parse a string until the next '\"' character.\n //\n // Makes no attempt to handle escape sequences. What did you expect? This is\n // example code!\n fn parse_string(&mut self) -> Result {\n if self.next_char()? != '\"' {\n return Err(Error::ExpectedString);\n }\n match self.input.find('\"') {\n Some(len) => {\n let s = &self.input[..len];\n self.input = &self.input[len + 1..];\n Ok(s)\n }\n None => Err(Error::Eof),\n }\n }\n}\n\nimpl de::Deserializer for &'a mut Deserializer {\n type Error = Error;\n\n // Look at the input data to decide what Serde data model type to\n // deserialize as. Not all data formats are able to support this operation.\n // Formats that support `deserialize_any` are known as self-describing.\n fn deserialize_any(self, visitor: V) -> Result\n where\n V: Visitor,\n {\n match self.peek_char()? {\n 'n' => self.deserialize_unit(visitor),\n 't' | 'f' => self.deserialize_bool(visitor),\n '\"' => self.deserialize_str(visitor),\n '0'..='9' => self.deserialize_u64(visitor),\n '-' => self.deserialize_i64(visitor),\n '[' => self.deserialize_seq(visitor),\n '{' => self.deserialize_map(visitor),\n _ => Err(Error::Syntax),\n }\n }\n\n // Uses the `parse_bool` parsing function defined above to read the JSON\n // identifier `true` or `false` from the input.\n //\n // Parsing refers to looking at the input and deciding that it contains the\n // JSON value `true` or `false`.\n //\n // Deserialization refers to mapping that JSON value into Serde's data\n // model by invoking one of the `Visitor` methods. In the case of JSON and\n // bool that mapping is straightforward so the distinction may seem silly,\n // but in other cases Deserializers sometimes perform non-obvious mappings.\n // For example the TOML format has a Datetime type and Serde's data model\n // does not. In the `toml` crate, a Datetime in the input is deserialized by\n // mapping it to a Serde data model \"struct\" type with a special name and a\n // single field containing the Datetime represented as a string.\n fn deserialize_bool(self, visitor: V) -> Result\n where\n V: Visitor,\n {\n visitor.visit_bool(self.parse_bool()?)\n }\n\n // The `parse_signed` function is generic over the integer type `T` so here\n // it is invoked with `T=i8`. The next 8 methods are similar.\n fn deserialize_i8(self, visitor: V) -> Result\n where\n V: Visitor,\n {\n visitor.visit_i8(self.parse_signed()?)\n }\n\n fn deserialize_i16(self, visitor: V) -> Result\n where\n V: Visitor,\n {\n visitor.visit_i16(self.parse_signed()?)\n }\n\n fn deserialize_i32(self, visitor: V) -> Result\n where\n V: Visitor,\n {\n visitor.visit_i32(self.parse_signed()?)\n }\n\n fn deserialize_i64(self, visitor: V) -> Result\n where\n V: Visitor,\n {\n visitor.visit_i64(self.parse_signed()?)\n }\n\n fn deserialize_u8(self, visitor: V) -> Result\n where\n V: Visitor,\n {\n visitor.visit_u8(self.parse_unsigned()?)\n }\n\n fn deserialize_u16(self, visitor: V) -> Result\n where\n V: Visitor,\n {\n visitor.visit_u16(self.parse_unsigned()?)\n }\n\n fn deserialize_u32(self, visitor: V) -> Result\n where\n V: Visitor,\n {\n visitor.visit_u32(self.parse_unsigned()?)\n }\n\n fn deserialize_u64(self, visitor: V) -> Result\n where\n V: Visitor,\n {\n visitor.visit_u64(self.parse_unsigned()?)\n }\n\n // Float parsing is stupidly hard.\n fn deserialize_f32(self, _visitor: V) -> Result\n where\n V: Visitor,\n {\n unimplemented!()\n }\n\n // Float parsing is stupidly hard.\n fn deserialize_f64(self, _visitor: V) -> Result\n where\n V: Visitor,\n {\n unimplemented!()\n }\n\n // The `Serializer` implementation on the previous page serialized chars as\n // single-character strings so handle that representation here.\n fn deserialize_char(self, _visitor: V) -> Result\n where\n V: Visitor,\n {\n // Parse a string, check that it is one character, call `visit_char`.\n unimplemented!()\n }\n\n // Refer to the \"Understanding deserializer lifetimes\" page for information\n // about the three deserialization flavors of strings in Serde.\n fn deserialize_str(self, visitor: V) -> Result\n where\n V: Visitor,\n {\n visitor.visit_borrowed_str(self.parse_string()?)\n }\n\n fn deserialize_string(self, visitor: V) -> Result\n where\n V: Visitor,\n {\n self.deserialize_str(visitor)\n }\n\n // The `Serializer` implementation on the previous page serialized byte\n // arrays as JSON arrays of bytes. Handle that representation here.\n fn deserialize_bytes(self, _visitor: V) -> Result\n where\n V: Visitor,\n {\n unimplemented!()\n }\n\n fn deserialize_byte_buf(self, _visitor: V) -> Result\n where\n V: Visitor,\n {\n unimplemented!()\n }\n\n // An absent optional is represented as the JSON `null` and a present\n // optional is represented as just the contained value.\n //\n // As commented in `Serializer` implementation, this is a lossy\n // representation. For example the values `Some(())` and `None` both\n // serialize as just `null`. Unfortunately this is typically what people\n // expect when working with JSON. Other formats are encouraged to behave\n // more intelligently if possible.\n fn deserialize_option(self, visitor: V) -> Result\n where\n V: Visitor,\n {\n if self.input.starts_with(\"null\") {\n self.input = &self.input[\"null\".len()..];\n visitor.visit_none()\n } else {\n visitor.visit_some(self)\n }\n }\n\n // In Serde, unit means an anonymous value containing no data.\n fn deserialize_unit(self, visitor: V) -> Result\n where\n V: Visitor,\n {\n if self.input.starts_with(\"null\") {\n self.input = &self.input[\"null\".len()..];\n visitor.visit_unit()\n } else {\n Err(Error::ExpectedNull)\n }\n }\n\n // Unit struct means a named value containing no data.\n fn deserialize_unit_struct(\n self,\n _name: &'static str,\n visitor: V,\n ) -> Result\n where\n V: Visitor,\n {\n self.deserialize_unit(visitor)\n }\n\n // As is done here, serializers are encouraged to treat newtype structs as\n // insignificant wrappers around the data they contain. That means not\n // parsing anything other than the contained value.\n fn deserialize_newtype_struct(\n self,\n _name: &'static str,\n visitor: V,\n ) -> Result\n where\n V: Visitor,\n {\n visitor.visit_newtype_struct(self)\n }\n\n // Deserialization of compound types like sequences and maps happens by\n // passing the visitor an \"Access\" object that gives it the ability to\n // iterate through the data contained in the sequence.\n fn deserialize_seq(self, visitor: V) -> Result\n where\n V: Visitor,\n {\n // Parse the opening bracket of the sequence.\n if self.next_char()? == '[' {\n // Give the visitor access to each element of the sequence.\n let value = visitor.visit_seq(CommaSeparated::new(self))?;\n // Parse the closing bracket of the sequence.\n if self.next_char()? == ']' {\n Ok(value)\n } else {\n Err(Error::ExpectedArrayEnd)\n }\n } else {\n Err(Error::ExpectedArray)\n }\n }\n\n // Tuples look just like sequences in JSON. Some formats may be able to\n // represent tuples more efficiently.\n //\n // As indicated by the length parameter, the `Deserialize` implementation\n // for a tuple in the Serde data model is required to know the length of the\n // tuple before even looking at the input data.\n fn deserialize_tuple(self, _len: usize, visitor: V) -> Result\n where\n V: Visitor,\n {\n self.deserialize_seq(visitor)\n }\n\n // Tuple structs look just like sequences in JSON.\n fn deserialize_tuple_struct(\n self,\n _name: &'static str,\n _len: usize,\n visitor: V,\n ) -> Result\n where\n V: Visitor,\n {\n self.deserialize_seq(visitor)\n }\n\n // Much like `deserialize_seq` but calls the visitors `visit_map` method\n // with a `MapAccess` implementation, rather than the visitor's `visit_seq`\n // method with a `SeqAccess` implementation.\n fn deserialize_map(self, visitor: V) -> Result\n where\n V: Visitor,\n {\n // Parse the opening brace of the map.\n if self.next_char()? == '{' {\n // Give the visitor access to each entry of the map.\n let value = visitor.visit_map(CommaSeparated::new(self))?;\n // Parse the closing brace of the map.\n if self.next_char()? == '}' {\n Ok(value)\n } else {\n Err(Error::ExpectedMapEnd)\n }\n } else {\n Err(Error::ExpectedMap)\n }\n }\n\n // Structs look just like maps in JSON.\n //\n // Notice the `fields` parameter - a \"struct\" in the Serde data model means\n // that the `Deserialize` implementation is required to know what the fields\n // are before even looking at the input data. Any key-value pairing in which\n // the fields cannot be known ahead of time is probably a map.\n fn deserialize_struct(\n self,\n _name: &'static str,\n _fields: &'static [&'static str],\n visitor: V,\n ) -> Result\n where\n V: Visitor,\n {\n self.deserialize_map(visitor)\n }\n\n fn deserialize_enum(\n self,\n _name: &'static str,\n _variants: &'static [&'static str],\n visitor: V,\n ) -> Result\n where\n V: Visitor,\n {\n if self.peek_char()? == '\"' {\n // Visit a unit variant.\n visitor.visit_enum(self.parse_string()?.into_deserializer())\n } else if self.next_char()? == '{' {\n // Visit a newtype variant, tuple variant, or struct variant.\n let value = visitor.visit_enum(Enum::new(self))?;\n // Parse the matching close brace.\n if self.next_char()? == '}' {\n Ok(value)\n } else {\n Err(Error::ExpectedMapEnd)\n }\n } else {\n Err(Error::ExpectedEnum)\n }\n }\n\n // An identifier in Serde is the type that identifies a field of a struct or\n // the variant of an enum. In JSON, struct fields and enum variants are\n // represented as strings. In other formats they may be represented as\n // numeric indices.\n fn deserialize_identifier(self, visitor: V) -> Result\n where\n V: Visitor,\n {\n self.deserialize_str(visitor)\n }\n\n // Like `deserialize_any` but indicates to the `Deserializer` that it makes\n // no difference which `Visitor` method is called because the data is\n // ignored.\n //\n // Some deserializers are able to implement this more efficiently than\n // `deserialize_any`, for example by rapidly skipping over matched\n // delimiters without paying close attention to the data in between.\n //\n // Some formats are not able to implement this at all. Formats that can\n // implement `deserialize_any` and `deserialize_ignored_any` are known as\n // self-describing.\n fn deserialize_ignored_any(self, visitor: V) -> Result\n where\n V: Visitor,\n {\n self.deserialize_any(visitor)\n }\n}\n\n// In order to handle commas correctly when deserializing a JSON array or map,\n// we need to track whether we are on the first element or past the first\n// element.\nstruct CommaSeparated {\n de: &'a mut Deserializer,\n first: bool,\n}\n\nimpl CommaSeparated {\n fn new(de: &'a mut Deserializer) -> Self {\n CommaSeparated {\n de,\n first: true,\n }\n }\n}\n\n// `SeqAccess` is provided to the `Visitor` to give it the ability to iterate\n// through elements of the sequence.\nimpl SeqAccess for CommaSeparated {\n type Error = Error;\n\n fn next_element_seed(&mut self, seed: T) -> Result>\n where\n T: DeserializeSeed,\n {\n // Check if there are no more elements.\n if self.de.peek_char()? == ']' {\n return Ok(None);\n }\n // Comma is required before every element except the first.\n if !self.first && self.de.next_char()? != ',' {\n return Err(Error::ExpectedArrayComma);\n }\n self.first = false;\n // Deserialize an array element.\n seed.deserialize(&mut *self.de).map(Some)\n }\n}\n\n// `MapAccess` is provided to the `Visitor` to give it the ability to iterate\n// through entries of the map.\nimpl MapAccess for CommaSeparated {\n type Error = Error;\n\n fn next_key_seed(&mut self, seed: K) -> Result>\n where\n K: DeserializeSeed,\n {\n // Check if there are no more entries.\n if self.de.peek_char()? == '}' {\n return Ok(None);\n }\n // Comma is required before every entry except the first.\n if !self.first && self.de.next_char()? != ',' {\n return Err(Error::ExpectedMapComma);\n }\n self.first = false;\n // Deserialize a map key.\n seed.deserialize(&mut *self.de).map(Some)\n }\n\n fn next_value_seed(&mut self, seed: V) -> Result\n where\n V: DeserializeSeed,\n {\n // It doesn't make a difference whether the colon is parsed at the end\n // of `next_key_seed` or at the beginning of `next_value_seed`. In this\n // case the code is a bit simpler having it here.\n if self.de.next_char()? != ':' {\n return Err(Error::ExpectedMapColon);\n }\n // Deserialize a map value.\n seed.deserialize(&mut *self.de)\n }\n}\n\nstruct Enum {\n de: &'a mut Deserializer,\n}\n\nimpl Enum {\n fn new(de: &'a mut Deserializer) -> Self {\n Enum { de }\n }\n}\n\n// `EnumAccess` is provided to the `Visitor` to give it the ability to determine\n// which variant of the enum is supposed to be deserialized.\n//\n// Note that all enum deserialization methods in Serde refer exclusively to the\n// \"externally tagged\" enum representation.\nimpl EnumAccess for Enum {\n type Error = Error;\n type Variant = Self;\n\n fn variant_seed(self, seed: V) -> Result\n where\n V: DeserializeSeed,\n {\n // The `deserialize_enum` method parsed a `{` character so we are\n // currently inside of a map. The seed will be deserializing itself from\n // the key of the map.\n let val = seed.deserialize(&mut *self.de)?;\n // Parse the colon separating map key from value.\n if self.de.next_char()? == ':' {\n Ok((val, self))\n } else {\n Err(Error::ExpectedMapColon)\n }\n }\n}\n\n// `VariantAccess` is provided to the `Visitor` to give it the ability to see\n// the content of the single variant that it decided to deserialize.\nimpl VariantAccess for Enum {\n type Error = Error;\n\n // If the `Visitor` expected this variant to be a unit variant, the input\n // should have been the plain string case handled in `deserialize_enum`.\n fn unit_variant(self) -> Result {\n Err(Error::ExpectedString)\n }\n\n // Newtype variants are represented in JSON as `{ NAME: VALUE }` so\n // deserialize the value here.\n fn newtype_variant_seed(self, seed: T) -> Result\n where\n T: DeserializeSeed,\n {\n seed.deserialize(self.de)\n }\n\n // Tuple variants are represented in JSON as `{ NAME: [DATA...] }` so\n // deserialize the sequence of data here.\n fn tuple_variant(self, _len: usize, visitor: V) -> Result\n where\n V: Visitor,\n {\n de::Deserializer::deserialize_seq(self.de, visitor)\n }\n\n // Struct variants are represented in JSON as `{ NAME: { K: V, ... } }` so\n // deserialize the inner map here.\n fn struct_variant(\n self,\n _fields: &'static [&'static str],\n visitor: V,\n ) -> Result\n where\n V: Visitor,\n {\n de::Deserializer::deserialize_map(self.de, visitor)\n }\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\n#[test]\nfn test_struct() {\n #[derive(Deserialize, PartialEq, Debug)]\n struct Test {\n int: u32,\n seq: Vec,\n }\n\n let j = r#\"{\"int\":1,\"seq\":[\"a\",\"b\"]}\"#;\n let expected = Test {\n int: 1,\n seq: vec![\"a\".to_owned(), \"b\".to_owned()],\n };\n assert_eq!(expected, from_str(j).unwrap());\n}\n\n#[test]\nfn test_enum() {\n #[derive(Deserialize, PartialEq, Debug)]\n enum E {\n Unit,\n Newtype(u32),\n Tuple(u32, u32),\n Struct { a: u32 },\n }\n\n let j = r#\"\"Unit\"\"#;\n let expected = E::Unit;\n assert_eq!(expected, from_str(j).unwrap());\n\n let j = r#\"{\"Newtype\":1}\"#;\n let expected = E::Newtype(1);\n assert_eq!(expected, from_str(j).unwrap());\n\n let j = r#\"{\"Tuple\":[1,2]}\"#;\n let expected = E::Tuple(1, 2);\n assert_eq!(expected, from_str(j).unwrap());\n\n let j = r#\"{\"Struct\":{\"a\":1}}\"#;\n let expected = E::Struct { a: 1 };\n assert_eq!(expected, from_str(j).unwrap());\n}\n\n"},"lifetimes.html":{"url":"lifetimes.html","title":"Deserializer lifetimes","keywords":"","body":"Understanding deserializer lifetimes\nThe Deserialize and Deserializer traits both have a lifetime called\n'de, as do some of the other deserialization-related traits.\ntrait Deserialize: Sized {\n fn deserialize(deserializer: D) -> Result\n where\n D: Deserializer;\n}\n\nThis lifetime is what enables Serde to safely perform efficient zero-copy\ndeserialization across a variety of data formats, something that would be\nimpossible or recklessly unsafe in languages other than Rust.\n#[derive(Deserialize)]\nstruct User {\n id: u32,\n name: &'a str,\n screen_name: &'a str,\n location: &'a str,\n}\n\nZero-copy deserialization means deserializing into a data structure, like the\nUser struct above, that borrows string or byte array data from the string or\nbyte array holding the input. This avoids allocating memory to store a string\nfor each individual field and then copying string data out of the input over to\nthe newly allocated field. Rust guarantees that the input data outlives the\nperiod during which the output data structure is in scope, meaning it is\nimpossible to have dangling pointer errors as a result of losing the input data\nwhile the output data structure still refers to it.\nTrait bounds\nThere are two main ways to write Deserialize trait bounds, whether on an impl\nblock or a function or anywhere else.\n\n where T: Deserialize\n This means \"T can be deserialized from some lifetime.\" The caller gets\n to decide what lifetime that is. Typically this is used when the caller also\n provides the data that is being deserialized from, for example in a function\n like serde_json::from_str. In that case the input data must also have\n lifetime 'de, for example it could be &'de str.\n\n where T: DeserializeOwned\n This means \"T can be deserialized from any lifetime.\" The callee gets to\n decide what lifetime. Usually this is because the data that is being\n deserialized from is going to be thrown away before the function returns, so\n T must not be allowed to borrow from it. For example a function that accepts\n base64-encoded data as input, decodes it from base64, deserializes a value\n of type T, then throws away the result of base64 decoding. Another common\n use of this bound is functions that deserialize from an IO stream, such as\n serde_json::from_reader.\n To say it more technically, the DeserializeOwned trait is equivalent to\n the higher-rank trait bound for Deserialize. The only\n difference is DeserializeOwned is more intuitive to read. It means T owns\n all the data that gets deserialized.\n\n\nNote that where T: Deserialize is never what you want. Also\nDeserialize + 'static is never what you want. Generally writing 'static\nanywhere near Deserialize is a sign of being on the wrong track. Use one of\nthe above bounds instead.\nTransient, borrowed, and owned data\nThe Serde data model has three flavors of strings and byte arrays during\ndeserialization. They correspond to different methods on the Visitor trait.\n\nTransient — visit_str accepts a &str.\nBorrowed — visit_borrowed_str accepts a &'de str.\nOwned — visit_string accepts a String.\n\nTransient data is not guaranteed to last beyond the method call it is passed to.\nOften this is sufficient, for example when deserializing something like an IP\naddress from a Serde string using the FromStr trait. When it is not\nsufficient, the data can be copied by calling to_owned(). Deserializers\ncommonly use transient data when input from an IO stream is being buffered in\nmemory before being passed to the Visitor, or when escape sequences are being\nprocessed so the resulting string is not present verbatim in the input.\nBorrowed data is guaranteed to live at least as long as the 'de lifetime\nparameter of the Deserializer. Not all deserializers support handing out\nborrowed data. For example when deserializing from an IO stream no data can be\nborrowed.\nOwned data is guaranteed to live as long as the Visitor wants it to. Some\nvisitors benefit from receiving owned data. For example the Deserialize impl\nfor Rust's String type benefits from being given ownership of the Serde string\ndata that has been deserialized.\nThe Deserialize lifetime\nThis lifetime records the constraints on how long data borrowed by this type\nmust be valid.\nEvery lifetime of data borrowed by this type must be a bound on the 'de\nlifetime of its Deserialize impl. If this type borrows data with lifetime\n'a, then 'de must be constrained to outlive 'a.\nstruct S {\n a: &'a str,\n b: &'b str,\n bb: &'b str,\n t: T,\n}\n\nimpl Deserialize for S\nwhere\n T: Deserialize,\n{\n /* ... */\n}\n\nIf this type does not borrow any data from the Deserializer, there are simply\nno bounds on the 'de lifetime. Such types automatically implement the\nDeserializeOwned trait.\nstruct S {\n owned: String,\n}\n\nimpl Deserialize for S {\n /* ... */\n}\n\nThe 'de lifetime should not appear in the type to which the Deserialize\nimpl applies.\n- // Do not do this. Sooner or later you will be sad.\n- impl Deserialize for Q {\n\n+ // Do this instead.\n+ impl Deserialize for Q {\n\nThe Deserializer lifetime\nThis is the lifetime of data that can be borrowed from the Deserializer.\nstruct MyDeserializer {\n input_data: &'de [u8],\n pos: usize,\n}\n\nimpl Deserializer for MyDeserializer {\n /* ... */\n}\n\nIf the Deserializer never invokes visit_borrowed_str or\nvisit_borrowed_bytes, the 'de lifetime will be an unconstrained lifetime\nparameter.\nstruct MyDeserializer {\n read: R,\n}\n\nimpl Deserializer for MyDeserializer\nwhere\n R: io::Read,\n{\n /* ... */\n}\n\nBorrowing data in a derived impl\nFields of type &str and &[u8] are implicitly borrowed from the input data by\nSerde. Any other type of field can opt in to borrowing by using the\n#[serde(borrow)] attribute.\nuse serde::Deserialize;\n\nuse std::borrow::Cow;\n\n#[derive(Deserialize)]\nstruct Inner {\n // &str and &[u8] are implicitly borrowed.\n username: &'a str,\n\n // Other types must be borrowed explicitly.\n #[serde(borrow)]\n comment: Cow,\n}\n\n#[derive(Deserialize)]\nstruct Outer {\n owned: String,\n\n #[serde(borrow)]\n inner: Inner,\n\n // This field is never borrowed.\n not_borrowed: Cow,\n}\n\nThis attribute works by placing bounds on the 'de lifetime of the generated\nDeserialize impl. For example the impl for the struct Outer defined above\nlooks like this:\n// The lifetimes 'a and 'b are borrowed while 'c is not.\nimpl Deserialize for Outer {\n /* ... */\n}\n\nThe attribute may specify explicitly which lifetimes should be borrowed.\nuse std::marker::PhantomData;\n\n// This struct borrows the first two lifetimes but not the third.\n#[derive(Deserialize)]\nstruct Three {\n a: &'a str,\n b: &'b str,\n c: PhantomData,\n}\n\n#[derive(Deserialize)]\nstruct Example {\n // Borrow 'a and 'b only, not 'c.\n #[serde(borrow = \"'a + 'b\")]\n three: Three,\n}\n\n"},"examples.html":{"url":"examples.html","title":"Examples","keywords":"","body":"Examples\nStructs and enums in JSON: The representation chosen by\nserde_json for structs and enums. Other\nhuman-readable data formats are encouraged to follow an analogous approach where\npossible.\nEnum representations: Externally tagged,\ninternally tagged, adjacently tagged, and untagged ways of representing an enum\nin self-describing formats.\nDefault value for a field: Some examples of the\n#[serde(default)] attribute.\nHandwritten generic type bounds: Some unusual scenarios in\nwhich Serde's derive infers the wrong generic type bounds. The impl bounds can\nbe replaced with handwritten ones using the #[serde(bound)] attribute.\nDeserialize for custom map type: Detailed explanation\nof each step involved in deserializing a map.\nArray of values without buffering: Deserialize the\nmaximum value of an array of integers without holding the whole array in memory\nat once. This approach can be adapted to handle a variety of other situations in\nwhich data needs to be processed while being deserialized instead of after.\nSerialize enum as number: A macro to impl Serialize and\nDeserialize for a C-like enum in a way that represents it as a u64 across\nall data formats.\nSerialize fields as camelCase: One common application of\nthe #[serde(rename)] attribute.\nSkip serializing field: Some examples of the\n#[serde(skip_serializing)] and #[serde(skip_serializing_if)] attributes.\nDerive for remote crate: Deriving Serialize and\nDeserialize implementations for a type in somebody else's crate.\nManually deserialize struct: The long form of the\nDeserialize impl generated by derive for a simple struct.\nDiscarding data: Using IgnoredAny to efficiently discard\ndata from a deserializer.\nTranscode one format into another: Use the\nserde-transcode crate to stream\ninput in one format to output in another format efficiently.\nDeserialize either a string or a struct: The\ndocker-compose.yml\nconfiguration file has a \"build\" key which can be either a string or a struct.\nConvert error types: Map a Serde error from some format\ninto a Serde error for some other format using Error::custom.\nDate in a custom format: Handle a\nchrono DateTime formatted with a\ncustom string representation.\n"},"json.html":{"url":"json.html","title":"Structs and enums in JSON","keywords":"","body":"Structs and enums in JSON\nA Serde Serializer is responsible for selecting the convention by which Rust\nstructs and enums are represented in that format. Here are the conventions\nselected by the serde_json data format.\nFor consistency, other human-readable formats are encouraged to develop\nanalogous conventions where possible.\nstruct W {\n a: i32,\n b: i32,\n}\nlet w = W { a: 0, b: 0 }; // Represented as `{\"a\":0,\"b\":0}`\n\nstruct X(i32, i32);\nlet x = X(0, 0); // Represented as `[0,0]`\n\nstruct Y(i32);\nlet y = Y(0); // Represented as just the inner value `0`\n\nstruct Z;\nlet z = Z; // Represented as `null`\n\nenum E {\n W { a: i32, b: i32 },\n X(i32, i32),\n Y(i32),\n Z,\n}\nlet w = E::W { a: 0, b: 0 }; // Represented as `{\"W\":{\"a\":0,\"b\":0}}`\nlet x = E::X(0, 0); // Represented as `{\"X\":[0,0]}`\nlet y = E::Y(0); // Represented as `{\"Y\":0}`\nlet z = E::Z; // Represented as `\"Z\"`\n\n"},"enum-representations.html":{"url":"enum-representations.html","title":"Enum representations","keywords":"","body":"Enum representations\nConsider the following enum type:\n#[derive(Serialize, Deserialize)]\nenum Message {\n Request { id: String, method: String, params: Params },\n Response { id: String, result: Value },\n}\n\nExternally tagged\nThe default representation for this enum in Serde is called the externally\ntagged enum representation. Written in JSON syntax it looks like:\n{\"Request\": {\"id\": \"...\", \"method\": \"...\", \"params\": {...}}}\n\nThe externally tagged representation is characterized by being able to know\nwhich variant we are dealing with before beginning to parse the content of the\nvariant. This property allows it to work across a broad range of text and binary\nformats. The Serializer::serialize_*_variant and\nDeserializer::deserialize_enum methods use an externally tagged\nrepresentation.\nThis representation can handle any type of variant: struct variants like above,\ntuple variants, newtype variants, and unit variants.\nIn JSON and other self-describing formats, the externally tagged representation\nis often not ideal for readability. Serde provides attributes to select three\nother possible representations.\nInternally tagged\n#[derive(Serialize, Deserialize)]\n#[serde(tag = \"type\")]\nenum Message {\n Request { id: String, method: String, params: Params },\n Response { id: String, result: Value },\n}\n\nWritten in JSON syntax, the internally tagged representation looks like this:\n{\"type\": \"Request\", \"id\": \"...\", \"method\": \"...\", \"params\": {...}}\n\nThe tag identifying which variant we are dealing with is now inside of the\ncontent, next to any other fields of the variant. This representation is common\nin Java libraries.\nThis representation works for struct variants, newtype variants containing\nstructs or maps, and unit variants but does not work for enums containing tuple\nvariants. Using a #[serde(tag = \"...\")] attribute on an enum containing a\ntuple variant is an error at compile time.\nAdjacently tagged\n#[derive(Serialize, Deserialize)]\n#[serde(tag = \"t\", content = \"c\")]\nenum Block {\n Para(Vec),\n Str(String),\n}\n\nThis representation is common in the Haskell world. Written in JSON syntax:\n{\"t\": \"Para\", \"c\": [{...}, {...}]}\n{\"t\": \"Str\", \"c\": \"the string\"}\n\nThe tag and the content are adjacent to each other as two fields within the same\nobject.\nUntagged\n#[derive(Serialize, Deserialize)]\n#[serde(untagged)]\nenum Message {\n Request { id: String, method: String, params: Params },\n Response { id: String, result: Value },\n}\n\nWritten in JSON syntax, the untagged representation looks like this:\n{\"id\": \"...\", \"method\": \"...\", \"params\": {...}}\n\nThere is no explicit tag identifying which variant the data contains. Serde will\ntry to match the data against each variant in order and the first one that\ndeserializes successfully is the one returned.\nThis representation can handle enums containing any type of variant.\nAs another example of an untagged enum, this enum can be deserialized from\neither an integer or an array of two strings:\n#[derive(Serialize, Deserialize)]\n#[serde(untagged)]\nenum Data {\n Integer(u64),\n Pair(String, String),\n}\n\n"},"attr-default.html":{"url":"attr-default.html","title":"Default value for a field","keywords":"","body":"Default value for a field\nuse serde::Deserialize;\n\n#[derive(Deserialize, Debug)]\nstruct Request {\n // Use the result of a function as the default if \"resource\" is\n // not included in the input.\n #[serde(default = \"default_resource\")]\n resource: String,\n\n // Use the type's implementation of std::default::Default if\n // \"timeout\" is not included in the input.\n #[serde(default)]\n timeout: Timeout,\n\n // Use a method from the type as the default if \"priority\" is not\n // included in the input. This may also be a trait method.\n #[serde(default = \"Priority::lowest\")]\n priority: Priority,\n}\n\nfn default_resource() -> String {\n \"/\".to_string()\n}\n\n/// Timeout in seconds.\n#[derive(Deserialize, Debug)]\nstruct Timeout(u32);\nimpl Default for Timeout {\n fn default() -> Self {\n Timeout(30)\n }\n}\n\n#[derive(Deserialize, Debug)]\nenum Priority { ExtraHigh, High, Normal, Low, ExtraLow }\nimpl Priority {\n fn lowest() -> Self { Priority::ExtraLow }\n}\n\nfn main() {\n let json = r#\"\n [\n {\n \"resource\": \"/users\"\n },\n {\n \"timeout\": 5,\n \"priority\": \"High\"\n }\n ]\n \"#;\n\n let requests: Vec = serde_json::from_str(json).unwrap();\n\n // The first request has resource=\"/users\", timeout=30, priority=ExtraLow\n println!(\"{:?}\", requests[0]);\n\n // The second request has resource=\"/\", timeout=5, priority=High\n println!(\"{:?}\", requests[1]);\n}\n\n"},"attr-flatten.html":{"url":"attr-flatten.html","title":"Struct flattening","keywords":"","body":"Struct flattening\nThe flatten attribute inlines keys from a field into the parent struct.\nflatten may be used any number of times within the same struct. It is\nsupported only within structs that have named fields, and the field to which it\nis applied must be a struct or map type.\nNote: flatten is not supported in combination with structs that use\ndeny_unknown_fields. Neither the outer nor inner flattened struct should use\nthat attribute.\nThe flatten attribute serves the following two common use cases:\nFactor out frequently grouped keys\nConsider a paginated API which returns a page of results along with pagination\nmetadata that identifies how many results were requested, how far into the total\nset of results we are looking at, and how many results exist in total. If we are\npaging through a total of 1053 results 100 at a time, the third page may look\nlike this.\n{\n \"limit\": 100,\n \"offset\": 200,\n \"total\": 1053,\n \"users\": [\n {\"id\": \"49824073-979f-4814-be10-5ea416ee1c2f\", \"username\": \"john_doe\"},\n ...\n ]\n}\n\nThis same scheme with \"limit\" and \"offset\" and \"total\" fields may be\nshared across lots of different API queries. For example we may want paginated\nresults when querying for users, for issues, for projects, etc.\nIn this case it can be convenient to factor the common pagination metadata fields\ninto a shared struct that can be flattened into each API response object.\n#[derive(Serialize, Deserialize)]\nstruct Pagination {\n limit: u64,\n offset: u64,\n total: u64,\n}\n\n#[derive(Serialize, Deserialize)]\nstruct Users {\n users: Vec,\n\n #[serde(flatten)]\n pagination: Pagination,\n}\n\nCapture additional fields\nA field of map type can be flattened to hold additional data that is not\ncaptured by any other fields of the struct.\nuse std::collections::HashMap;\nuse serde::{Serialize, Deserialize};\nuse serde_json::Value;\n\n#[derive(Serialize, Deserialize)]\nstruct User {\n id: String,\n username: String,\n\n #[serde(flatten)]\n extra: HashMap,\n}\n\nFor example if we fill the flattened extra field with the key \"mascot\":\n\"Ferris\", it would serialize to the following JSON representation.\n{\n \"id\": \"49824073-979f-4814-be10-5ea416ee1c2f\",\n \"username\": \"john_doe\",\n \"mascot\": \"Ferris\"\n}\n\nDeserialization of this data would populate \"mascot\" back into the flattened\nextra field. This way additional data in an object can be collected for later\nprocessing.\n"},"attr-bound.html":{"url":"attr-bound.html","title":"Handwritten generic type bounds","keywords":"","body":"Handwritten generic type bounds\nWhen deriving Serialize and Deserialize implementations for structs with\ngeneric type parameters, most of the time Serde is able to infer the correct\ntrait bounds without help from the programmer. It uses several heuristics to\nguess the right bound, but most importantly it puts a bound of T: Serialize on\nevery type parameter T that is part of a serialized field and a bound of T:\nDeserialize on every type parameter T that is part of a deserialized field.\nAs with most heuristics, this is not always right and Serde provides an escape\nhatch to replace the automatically generated bound by one written by the\nprogrammer.\nuse serde::{de, Deserialize, Deserializer};\n\nuse std::fmt::Display;\nuse std::str::FromStr;\n\n#[derive(Deserialize, Debug)]\nstruct Outer {\n // When deriving the Deserialize impl, Serde would want to generate a bound\n // `S: Deserialize` on the type of this field. But we are going to use the\n // type's `FromStr` impl instead of its `Deserialize` impl by going through\n // `deserialize_from_str`, so we override the automatically generated bound\n // by the one required for `deserialize_from_str`.\n #[serde(deserialize_with = \"deserialize_from_str\")]\n #[serde(bound(deserialize = \"S: FromStr, S::Err: Display\"))]\n s: S,\n\n // Here Serde would want to generate a bound `T: Deserialize`. That is a\n // stricter condition than is necessary. In fact, the `main` function below\n // uses T=str which does not implement Deserialize. We override the\n // automatically generated bound by a looser one.\n #[serde(bound(deserialize = \"Ptr: Deserialize\"))]\n ptr: Ptr,\n}\n\n/// Deserialize a type `S` by deserializing a string, then using the `FromStr`\n/// impl of `S` to create the result. The generic type `S` is not required to\n/// implement `Deserialize`.\nfn deserialize_from_str(deserializer: D) -> Result\nwhere\n S: FromStr,\n S::Err: Display,\n D: Deserializer,\n{\n let s: String = Deserialize::deserialize(deserializer)?;\n S::from_str(&s).map_err(de::Error::custom)\n}\n\n/// A pointer to `T` which may or may not own the data. When deserializing we\n/// always want to produce owned data.\n#[derive(Debug)]\nenum Ptr {\n Ref(&'a T),\n Owned(Box),\n}\n\nimpl Deserialize for Ptr\nwhere\n Box: Deserialize,\n{\n fn deserialize(deserializer: D) -> Result\n where\n D: Deserializer,\n {\n Deserialize::deserialize(deserializer).map(Ptr::Owned)\n }\n}\n\nfn main() {\n let j = r#\"\n {\n \"s\": \"1234567890\",\n \"ptr\": \"owned\"\n }\n \"#;\n\n let result: Outer = serde_json::from_str(j).unwrap();\n\n // result = Outer { s: 1234567890, ptr: Owned(\"owned\") }\n println!(\"result = {:?}\", result);\n}\n\n"},"deserialize-map.html":{"url":"deserialize-map.html","title":"Deserialize for custom map type","keywords":"","body":"Implement Deserialize for a custom map type\nuse std::fmt;\nuse std::marker::PhantomData;\n\nuse serde::de::{Deserialize, Deserializer, Visitor, MapAccess};\n\n// A Visitor is a type that holds methods that a Deserializer can drive\n// depending on what is contained in the input data.\n//\n// In the case of a map we need generic type parameters K and V to be\n// able to set the output type correctly, but don't require any state.\n// This is an example of a \"zero sized type\" in Rust. The PhantomData\n// keeps the compiler from complaining about unused generic type\n// parameters.\nstruct MyMapVisitor {\n marker: PhantomData MyMap>\n}\n\nimpl MyMapVisitor {\n fn new() -> Self {\n MyMapVisitor {\n marker: PhantomData\n }\n }\n}\n\n// This is the trait that Deserializers are going to be driving. There\n// is one method for each type of data that our type knows how to\n// deserialize from. There are many other methods that are not\n// implemented here, for example deserializing from integers or strings.\n// By default those methods will return an error, which makes sense\n// because we cannot deserialize a MyMap from an integer or string.\nimpl Visitor for MyMapVisitor\nwhere\n K: Deserialize,\n V: Deserialize,\n{\n // The type that our Visitor is going to produce.\n type Value = MyMap;\n\n // Format a message stating what data this Visitor expects to receive.\n fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result {\n formatter.write_str(\"a very special map\")\n }\n\n // Deserialize MyMap from an abstract \"map\" provided by the\n // Deserializer. The MapAccess input is a callback provided by\n // the Deserializer to let us see each entry in the map.\n fn visit_map(self, mut access: M) -> Result\n where\n M: MapAccess,\n {\n let mut map = MyMap::with_capacity(access.size_hint().unwrap_or(0));\n\n // While there are entries remaining in the input, add them\n // into our map.\n while let Some((key, value)) = access.next_entry()? {\n map.insert(key, value);\n }\n\n Ok(map)\n }\n}\n\n// This is the trait that informs Serde how to deserialize MyMap.\nimpl Deserialize for MyMap\nwhere\n K: Deserialize,\n V: Deserialize,\n{\n fn deserialize(deserializer: D) -> Result\n where\n D: Deserializer,\n {\n // Instantiate our Visitor and ask the Deserializer to drive\n // it over the input data, resulting in an instance of MyMap.\n deserializer.deserialize_map(MyMapVisitor::new())\n }\n}\n\n"},"stream-array.html":{"url":"stream-array.html","title":"Array of values without buffering","keywords":"","body":"Process an array of values without buffering into a Vec\nSuppose we have an array of integers and we want to figure out the maximum value\nwithout holding the whole array in memory all at once. This approach can be\nadapted to handle a variety of other situations in which data needs to be\nprocessed while being deserialized instead of after.\nuse serde::{Deserialize, Deserializer};\nuse serde::de::{self, Visitor, SeqAccess};\n\nuse std::{cmp, fmt};\nuse std::marker::PhantomData;\n\n#[derive(Deserialize)]\nstruct Outer {\n id: String,\n\n // Deserialize this field by computing the maximum value of a sequence\n // (JSON array) of values.\n #[serde(deserialize_with = \"deserialize_max\")]\n // Despite the struct field being named `max_value`, it is going to come\n // from a JSON field called `values`.\n #[serde(rename(deserialize = \"values\"))]\n max_value: u64,\n}\n\n/// Deserialize the maximum of a sequence of values. The entire sequence\n/// is not buffered into memory as it would be if we deserialize to Vec\n/// and then compute the maximum later.\n///\n/// This function is generic over T which can be any type that implements\n/// Ord. Above, it is used with T=u64.\nfn deserialize_max(deserializer: D) -> Result\nwhere\n T: Deserialize + Ord,\n D: Deserializer,\n{\n struct MaxVisitor(PhantomData T>);\n\n impl Visitor for MaxVisitor\n where\n T: Deserialize + Ord,\n {\n /// Return type of this visitor. This visitor computes the max of a\n /// sequence of values of type T, so the type of the maximum is T.\n type Value = T;\n\n fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result {\n formatter.write_str(\"a nonempty sequence of numbers\")\n }\n\n fn visit_seq(self, mut seq: S) -> Result\n where\n S: SeqAccess,\n {\n // Start with max equal to the first value in the seq.\n let mut max = seq.next_element()?.ok_or_else(||\n // Cannot take the maximum of an empty seq.\n de::Error::custom(\"no values in seq when looking for maximum\")\n )?;\n\n // Update the max while there are additional values.\n while let Some(value) = seq.next_element()? {\n max = cmp::max(max, value);\n }\n\n Ok(max)\n }\n }\n\n // Create the visitor and ask the deserializer to drive it. The\n // deserializer will call visitor.visit_seq() if a seq is present in\n // the input data.\n let visitor = MaxVisitor(PhantomData);\n deserializer.deserialize_seq(visitor)\n}\n\nfn main() {\n let j = r#\"\n {\n \"id\": \"demo-deserialize-max\",\n \"values\": [\n 256,\n 100,\n 384,\n 314,\n 271\n ]\n }\n \"#;\n\n let out: Outer = serde_json::from_str(j).unwrap();\n\n // Prints \"max value: 384\"\n println!(\"max value: {}\", out.max_value);\n}\n\n"},"enum-number.html":{"url":"enum-number.html","title":"Serialize enum as number","keywords":"","body":"Serialize enum as number\nThe serde_repr crate provides alternative derive macros that derive the same\nSerialize and Deserialize traits but delegate to the underlying representation\nof a C-like enum. This allows C-like enums to be formatted as integers rather\nthan strings in JSON, for example.\n[dependencies]\nserde = \"1.0\"\nserde_json = \"1.0\"\nserde_repr = \"0.1\"\n\nuse serde_repr::*;\n\n#[derive(Serialize_repr, Deserialize_repr, PartialEq, Debug)]\n#[repr(u8)]\nenum SmallPrime {\n Two = 2,\n Three = 3,\n Five = 5,\n Seven = 7,\n}\n\nfn main() {\n use SmallPrime::*;\n let nums = vec![Two, Three, Five, Seven];\n\n // Prints [2,3,5,7]\n println!(\"{}\", serde_json::to_string(&nums).unwrap());\n\n assert_eq!(Two, serde_json::from_str(\"2\").unwrap());\n}\n\n"},"attr-rename.html":{"url":"attr-rename.html","title":"Serialize fields as camelCase","keywords":"","body":"Serialize fields as camelCase\nuse serde::Serialize;\n\n#[derive(Serialize)]\n#[serde(rename_all = \"camelCase\")]\nstruct Person {\n first_name: String,\n last_name: String,\n}\n\nfn main() {\n let person = Person {\n first_name: \"Graydon\".to_string(),\n last_name: \"Hoare\".to_string(),\n };\n\n let json = serde_json::to_string_pretty(&person).unwrap();\n\n // Prints:\n //\n // {\n // \"firstName\": \"Graydon\",\n // \"lastName\": \"Hoare\"\n // }\n println!(\"{}\", json);\n}\n\n"},"attr-skip-serializing.html":{"url":"attr-skip-serializing.html","title":"Skip serializing field","keywords":"","body":"Skip serializing field\nNOTE: Using skip_serializing does not skip deserializing the field. If\nyou only add the skip_serializing attribute, and then attempt to deserialize\nthe data, it will fail, as it will still attempt to deserialize the skipped\nfield. Please use the skip attribute to skip both serializing and\ndeserializing (see Field Attributes: skip). Likewise, use\nskip_deserializing to skip deserializing only.\nuse serde::Serialize;\n\nuse std::collections::BTreeMap as Map;\n\n#[derive(Serialize)]\nstruct Resource {\n // Always serialized.\n name: String,\n\n // Never serialized.\n #[serde(skip_serializing)]\n hash: String,\n\n // Use a method to decide whether the field should be skipped.\n #[serde(skip_serializing_if = \"Map::is_empty\")]\n metadata: Map,\n}\n\nfn main() {\n let resources = vec![\n Resource {\n name: \"Stack Overflow\".to_string(),\n hash: \"b6469c3f31653d281bbbfa6f94d60fea130abe38\".to_string(),\n metadata: Map::new(),\n },\n Resource {\n name: \"GitHub\".to_string(),\n hash: \"5cb7a0c47e53854cd00e1a968de5abce1c124601\".to_string(),\n metadata: {\n let mut metadata = Map::new();\n metadata.insert(\"headquarters\".to_string(),\n \"San Francisco\".to_string());\n metadata\n },\n },\n ];\n\n let json = serde_json::to_string_pretty(&resources).unwrap();\n\n // Prints:\n //\n // [\n // {\n // \"name\": \"Stack Overflow\"\n // },\n // {\n // \"name\": \"GitHub\",\n // \"metadata\": {\n // \"headquarters\": \"San Francisco\"\n // }\n // }\n // ]\n println!(\"{}\", json);\n}\n\n"},"remote-derive.html":{"url":"remote-derive.html","title":"Derive for remote crate","keywords":"","body":"Deriving De/Serialize for type in a different crate\nRust's orphan rule requires that either the trait or the type for which you\nare implementing the trait must be defined in the same crate as the impl, so it\nis not possible to implement Serialize and Deserialize for a type in a\ndifferent crate directly.\n- use serde::Serialize;\n- use other_crate::Duration;\n-\n- // Not allowed by orphan rule.\n- impl Serialize for Duration {\n- /* ... */\n- }\n\nTo work around this, Serde provides a way of deriving Serialize and\nDeserialize implementations for types in other people's crates. The only catch\nis that you have to provide a definition of the type for Serde's derive to\nprocess. At compile time, Serde will check that all the fields in the definition\nyou provided match the fields in the remote type.\n// Pretend that this is somebody else's crate, not a module.\nmod other_crate {\n // Neither Serde nor the other crate provides Serialize and Deserialize\n // impls for this struct.\n pub struct Duration {\n pub secs: i64,\n pub nanos: i32,\n }\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nuse other_crate::Duration;\nuse serde::{Serialize, Deserialize};\n\n// Serde calls this the definition of the remote type. It is just a copy of the\n// remote data structure. The `remote` attribute gives the path to the actual\n// type we intend to derive code for.\n#[derive(Serialize, Deserialize)]\n#[serde(remote = \"Duration\")]\nstruct DurationDef {\n secs: i64,\n nanos: i32,\n}\n\n// Now the remote type can be used almost like it had its own Serialize and\n// Deserialize impls all along. The `with` attribute gives the path to the\n// definition for the remote type. Note that the real type of the field is the\n// remote type, not the definition type.\n#[derive(Serialize, Deserialize)]\nstruct Process {\n command_line: String,\n\n #[serde(with = \"DurationDef\")]\n wall_time: Duration,\n}\n\nIf the remote type is a struct with all public fields or an enum, that's all\nthere is to it. If the remote type is a struct with one or more private fields,\ngetters must be provided for the private fields and a conversion must be\nprovided to construct the remote type.\n// Pretend that this is somebody else's crate, not a module.\nmod other_crate {\n // Neither Serde nor the other crate provides Serialize and Deserialize\n // impls for this struct. Oh, and the fields are private.\n pub struct Duration {\n secs: i64,\n nanos: i32,\n }\n\n impl Duration {\n pub fn new(secs: i64, nanos: i32) -> Self {\n Duration { secs: secs, nanos: nanos }\n }\n\n pub fn seconds(&self) -> i64 {\n self.secs\n }\n\n pub fn subsec_nanos(&self) -> i32 {\n self.nanos\n }\n }\n}\n\n////////////////////////////////////////////////////////////////////////////////\n\nuse other_crate::Duration;\nuse serde::{Serialize, Deserialize};\n\n// Provide getters for every private field of the remote struct. The getter must\n// return either `T` or `&T` where `T` is the type of the field.\n#[derive(Serialize, Deserialize)]\n#[serde(remote = \"Duration\")]\nstruct DurationDef {\n #[serde(getter = \"Duration::seconds\")]\n secs: i64,\n #[serde(getter = \"Duration::subsec_nanos\")]\n nanos: i32,\n}\n\n// Provide a conversion to construct the remote type.\nimpl From for Duration {\n fn from(def: DurationDef) -> Duration {\n Duration::new(def.secs, def.nanos)\n }\n}\n\n#[derive(Serialize, Deserialize)]\nstruct Process {\n command_line: String,\n\n #[serde(with = \"DurationDef\")]\n wall_time: Duration,\n}\n\nInvoking the remote impl directly\nAs shown above, the remote impl is intended to be invoked through a\n#[serde(with = \"...\")] attribute on a field of some other struct.\nInvoking the remote impl directly, such as if this is the top-level type being\nserialized or deserialized, is somewhat more complicated because of the orphan\nrules as mentioned. The code ultimately generated by these remote derives are\nnot Serialize and Deserialize impls but associated functions with the same\nsignature.\n// Technically this derive does not produce a Deserialize impl for Duration, nor\n// a Deserialize impl for DurationDef.\n//\n// Instead it produces a deserialization method DurationDef::deserialize whose\n// return type is Duration. The method has the same signature as a Deserialize\n// impl for Duration would have but is not a Deserialize impl.\n#[derive(Deserialize)]\n#[serde(remote = \"Duration\")]\nstruct DurationDef {\n secs: i64,\n nanos: i32,\n}\n\nKnowing this, the generated method can be invoked directly by passing a\nDeserializer implementation.\nlet mut de = serde_json::Deserializer::from_str(j);\nlet dur = DurationDef::deserialize(&mut de)?;\n\n// `dur` has type Duration\n\nAlternatively we can write a top-level newtype wrapper as a private helper for\ndeserializing the remote type.\n#[derive(Deserialize)]\nstruct Helper(#[serde(with = \"DurationDef\")] Duration);\n\nlet dur = serde_json::from_str(j).map(|Helper(dur)| dur)?;\n\n// `dur` has type Duration\n\n"},"deserialize-struct.html":{"url":"deserialize-struct.html","title":"Manually deserialize struct","keywords":"","body":"Manually implementing Deserialize for a struct\nOnly when derive is not getting the job done.\nThe Deserialize impl below corresponds to the following struct:\nstruct Duration {\n secs: u64,\n nanos: u32,\n}\n\nDeserializing a struct is somewhat more complicated than deserializing a\nmap in order to avoid allocating a String to hold the field\nnames. Instead there is a Field enum which is deserialized from a &str.\nThe implementation supports two possible ways that a struct may be represented\nby a data format: as a seq like in Postcard, and as a map like in JSON.\nuse std::fmt;\n\nuse serde::de::{self, Deserialize, Deserializer, Visitor, SeqAccess, MapAccess};\n\nimpl Deserialize for Duration {\n fn deserialize(deserializer: D) -> Result\n where\n D: Deserializer,\n {\n enum Field { Secs, Nanos }\n\n // This part could also be generated independently by:\n //\n // #[derive(Deserialize)]\n // #[serde(field_identifier, rename_all = \"lowercase\")]\n // enum Field { Secs, Nanos }\n impl Deserialize for Field {\n fn deserialize(deserializer: D) -> Result\n where\n D: Deserializer,\n {\n struct FieldVisitor;\n\n impl Visitor for FieldVisitor {\n type Value = Field;\n\n fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result {\n formatter.write_str(\"`secs` or `nanos`\")\n }\n\n fn visit_str(self, value: &str) -> Result\n where\n E: de::Error,\n {\n match value {\n \"secs\" => Ok(Field::Secs),\n \"nanos\" => Ok(Field::Nanos),\n _ => Err(de::Error::unknown_field(value, FIELDS)),\n }\n }\n }\n\n deserializer.deserialize_identifier(FieldVisitor)\n }\n }\n\n struct DurationVisitor;\n\n impl Visitor for DurationVisitor {\n type Value = Duration;\n\n fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result {\n formatter.write_str(\"struct Duration\")\n }\n\n fn visit_seq(self, mut seq: V) -> Result\n where\n V: SeqAccess,\n {\n let secs = seq.next_element()?\n .ok_or_else(|| de::Error::invalid_length(0, &self))?;\n let nanos = seq.next_element()?\n .ok_or_else(|| de::Error::invalid_length(1, &self))?;\n Ok(Duration::new(secs, nanos))\n }\n\n fn visit_map(self, mut map: V) -> Result\n where\n V: MapAccess,\n {\n let mut secs = None;\n let mut nanos = None;\n while let Some(key) = map.next_key()? {\n match key {\n Field::Secs => {\n if secs.is_some() {\n return Err(de::Error::duplicate_field(\"secs\"));\n }\n secs = Some(map.next_value()?);\n }\n Field::Nanos => {\n if nanos.is_some() {\n return Err(de::Error::duplicate_field(\"nanos\"));\n }\n nanos = Some(map.next_value()?);\n }\n }\n }\n let secs = secs.ok_or_else(|| de::Error::missing_field(\"secs\"))?;\n let nanos = nanos.ok_or_else(|| de::Error::missing_field(\"nanos\"))?;\n Ok(Duration::new(secs, nanos))\n }\n }\n\n const FIELDS: &'static [&'static str] = &[\"secs\", \"nanos\"];\n deserializer.deserialize_struct(\"Duration\", FIELDS, DurationVisitor)\n }\n}\n\n"},"ignored-any.html":{"url":"ignored-any.html","title":"Discarding data","keywords":"","body":"Discarding data\nThe IgnoredAny type gives an efficient way of discarding data from a\ndeserializer.\nThink of this like serde_json::Value in that it can be deserialized from\nany type, except that it does not store any information about the data that\ngets deserialized.\nuse std::fmt;\nuse std::marker::PhantomData;\n\nuse serde::de::{\n self, Deserialize, DeserializeSeed, Deserializer, Visitor, SeqAccess,\n IgnoredAny,\n};\nuse serde_json::json;\n\n// A seed that can be used to deserialize only the `n`th element of a sequence\n// while efficiently discarding elements of any type before or after index `n`.\n//\n// For example to deserialize only the element at index 3:\n//\n// NthElement::new(3).deserialize(deserializer)\npub struct NthElement {\n n: usize,\n marker: PhantomData T>,\n}\n\nimpl NthElement {\n pub fn new(n: usize) -> Self {\n NthElement {\n n: n,\n marker: PhantomData,\n }\n }\n}\n\nimpl Visitor for NthElement\nwhere\n T: Deserialize,\n{\n type Value = T;\n\n fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result {\n write!(formatter, \"a sequence in which we care about element {}\", self.n)\n }\n\n fn visit_seq(self, mut seq: V) -> Result\n where\n V: SeqAccess,\n {\n // Skip over the first `n` elements.\n for i in 0..self.n {\n // It is an error if the sequence ends before we get to element `n`.\n if seq.next_element::()?.is_none() {\n return Err(de::Error::invalid_length(i, &self));\n }\n }\n\n // Deserialize the one we care about.\n let nth = seq.next_element()?\n .ok_or_else(|| de::Error::invalid_length(self.n, &self))?;\n\n // Skip over any remaining elements in the sequence after `n`.\n while let Some(IgnoredAny) = seq.next_element()? {\n // ignore\n }\n\n Ok(nth)\n }\n}\n\nimpl DeserializeSeed for NthElement\nwhere\n T: Deserialize,\n{\n type Value = T;\n\n fn deserialize(self, deserializer: D) -> Result\n where\n D: Deserializer,\n {\n deserializer.deserialize_seq(self)\n }\n}\n\nfn main() {\n let array = json!([\"a\", \"b\", \"c\", \"d\", \"e\"]);\n\n let nth: String = NthElement::new(3).deserialize(&array).unwrap();\n\n println!(\"{}\", nth);\n assert_eq!(nth, array[3]);\n}\n\n"},"transcode.html":{"url":"transcode.html","title":"Transcode into another format","keywords":"","body":"Transcode one format into another\nThe serde-transcode crate\nprovides functionality to \"transcode\" from an arbitrary Serde Deserializer to\nan arbitrary Serde Serializer without needing to collect the entire input into\nan intermediate form in memory. This provides a fully general way to convert any\nself-describing Serde data format into any other Serde data format in a\nmemory-efficient streaming way.\nFor example you could transcode a stream of JSON data into a stream of CBOR\ndata, or transcode unformatted JSON into its pretty-printed form.\nThis example implements the equivalent of Go's\njson.Compact function which\nremoves insignificant whitespace from a JSON string in a streaming way.\nuse std::io;\n\nfn main() {\n // A JSON input with plenty of whitespace.\n let input = r#\"\n {\n \"a boolean\": true,\n \"an array\": [3, 2, 1]\n }\n \"#;\n\n // A JSON deserializer. You can use any Serde Deserializer here.\n let mut deserializer = serde_json::Deserializer::from_str(input);\n\n // A compacted JSON serializer. You can use any Serde Serializer here.\n let mut serializer = serde_json::Serializer::new(io::stdout());\n\n // Prints `{\"a boolean\":true,\"an array\":[3,2,1]}` to stdout.\n // This line works with any self-describing Deserializer and any Serializer.\n serde_transcode::transcode(&mut deserializer, &mut serializer).unwrap();\n}\n\n"},"string-or-struct.html":{"url":"string-or-struct.html","title":"Either string or struct","keywords":"","body":"Deserialize either a string or a struct\nThe docker-compose.yml\nconfiguration file has a \"build\" key which can be either a string or a struct.\nbuild: ./dir\n\n# --- or ---\n\nbuild:\n context: ./dir\n dockerfile: Dockerfile-alternate\n args:\n buildno: 1\n\nThe configuration file uses the same pattern in other places as well, typically\nwhere a previously existing string field has been expanded to handle more\ncomplex data.\nWe can use Rust's\nFromStr trait and\nSerde's deserialize_with attribute to handle this pattern in a general way.\nuse std::collections::BTreeMap as Map;\nuse std::fmt;\nuse std::marker::PhantomData;\nuse std::str::FromStr;\n\nuse serde::{Deserialize, Deserializer};\nuse serde::de::{self, Visitor, MapAccess};\nuse void::Void;\n\nfn main() {\n let build_string = \"\n build: ./dir\n \";\n let service: Service = serde_yaml::from_str(build_string).unwrap();\n\n // context=\"./dir\"\n // dockerfile=None\n // args={}\n println!(\"{:?}\", service);\n\n let build_struct = \"\n build:\n context: ./dir\n dockerfile: Dockerfile-alternate\n args:\n buildno: '1'\n \";\n let service: Service = serde_yaml::from_str(build_struct).unwrap();\n\n // context=\"./dir\"\n // dockerfile=Some(\"Dockerfile-alternate\")\n // args={\"buildno\": \"1\"}\n println!(\"{:?}\", service);\n}\n\n#[derive(Debug, Deserialize)]\nstruct Service {\n // The `string_or_struct` function delegates deserialization to a type's\n // `FromStr` impl if given a string, and to the type's `Deserialize` impl if\n // given a struct. The function is generic over the field type T (here T is\n // `Build`) so it can be reused for any field that implements both `FromStr`\n // and `Deserialize`.\n #[serde(deserialize_with = \"string_or_struct\")]\n build: Build,\n}\n\n#[derive(Debug, Deserialize)]\nstruct Build {\n // This is the only required field.\n context: String,\n\n dockerfile: Option,\n\n // When `args` is not present in the input, this attribute tells Serde to\n // use `Default::default()` which in this case is an empty map. See the\n // \"default value for a field\" example for more about `#[serde(default)]`.\n #[serde(default)]\n args: Map,\n}\n\n// The `string_or_struct` function uses this impl to instantiate a `Build` if\n// the input file contains a string and not a struct. According to the\n// docker-compose.yml documentation, a string by itself represents a `Build`\n// with just the `context` field set.\n//\n// > `build` can be specified either as a string containing a path to the build\n// > context, or an object with the path specified under context and optionally\n// > dockerfile and args.\nimpl FromStr for Build {\n // This implementation of `from_str` can never fail, so use the impossible\n // `Void` type as the error type.\n type Err = Void;\n\n fn from_str(s: &str) -> Result {\n Ok(Build {\n context: s.to_string(),\n dockerfile: None,\n args: Map::new(),\n })\n }\n}\n\nfn string_or_struct(deserializer: D) -> Result\nwhere\n T: Deserialize + FromStr,\n D: Deserializer,\n{\n // This is a Visitor that forwards string types to T's `FromStr` impl and\n // forwards map types to T's `Deserialize` impl. The `PhantomData` is to\n // keep the compiler from complaining about T being an unused generic type\n // parameter. We need T in order to know the Value type for the Visitor\n // impl.\n struct StringOrStruct(PhantomData T>);\n\n impl Visitor for StringOrStruct\n where\n T: Deserialize + FromStr,\n {\n type Value = T;\n\n fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result {\n formatter.write_str(\"string or map\")\n }\n\n fn visit_str(self, value: &str) -> Result\n where\n E: de::Error,\n {\n Ok(FromStr::from_str(value).unwrap())\n }\n\n fn visit_map(self, map: M) -> Result\n where\n M: MapAccess,\n {\n // `MapAccessDeserializer` is a wrapper that turns a `MapAccess`\n // into a `Deserializer`, allowing it to be used as the input to T's\n // `Deserialize` implementation. T then deserializes itself using\n // the entries from the map visitor.\n Deserialize::deserialize(de::value::MapAccessDeserializer::new(map))\n }\n }\n\n deserializer.deserialize_any(StringOrStruct(PhantomData))\n}\n\n"},"convert-error.html":{"url":"convert-error.html","title":"Convert error types","keywords":"","body":"Converting error types\nIn some situations, values in some format must be contained inside of data in\nsome other format. For example an IAM policy in Terraform is represented as a\nJSON string contained inside of an HCL config.\nIt would be simple to treat the inner value as just a String, but if we are\ngoing to be manipulating both the inner and outer value it can often be\nconvenient to serialize and deserialize them all at once.\nOne occasional stumbling block in such situations is correctly handling errors.\nThe two formats may (probably do) have different Error types, so some conversion\nis necessary.\nThis example shows a simplified HCL resource containing a simplified IAM policy.\nThe policy document is represented as a JSON string when serialized.\nuse serde::{Serialize, Deserialize};\n\n#[derive(Serialize, Deserialize)]\nstruct Resource {\n name: String,\n\n #[serde(with = \"as_json_string\")]\n policy: Policy,\n}\n\n#[derive(Serialize, Deserialize)]\nstruct Policy {\n effect: String,\n action: String,\n resource: String,\n}\n\n// Serialize and deserialize logic for dealing with nested values represented as\n// JSON strings.\nmod as_json_string {\n use serde_json;\n use serde::ser::{Serialize, Serializer};\n use serde::de::{Deserialize, DeserializeOwned, Deserializer};\n\n // Serialize to a JSON string, then serialize the string to the output\n // format.\n pub fn serialize(value: &T, serializer: S) -> Result\n where\n T: Serialize,\n S: Serializer,\n {\n use serde::ser::Error;\n let j = serde_json::to_string(value).map_err(Error::custom)?;\n j.serialize(serializer)\n }\n\n // Deserialize a string from the input format, then deserialize the content\n // of that string as JSON.\n pub fn deserialize(deserializer: D) -> Result\n where\n T: DeserializeOwned,\n D: Deserializer,\n {\n use serde::de::Error;\n let j = String::deserialize(deserializer)?;\n serde_json::from_str(&j).map_err(Error::custom)\n }\n}\n\nfn main() {\n let resource = Resource {\n name: \"test_policy\".to_owned(),\n policy: Policy {\n effect: \"Allow\".to_owned(),\n action: \"s3:ListBucket\".to_owned(),\n resource: \"arn:aws:s3:::example_bucket\".to_owned(),\n },\n };\n\n let y = serde_yaml::to_string(&resource).unwrap();\n println!(\"{}\", y);\n}\n\n"},"custom-date-format.html":{"url":"custom-date-format.html","title":"Custom date format","keywords":"","body":"Date in a custom format\nThis uses the chrono crate to\nserialize and deserialize JSON data containing a custom date format. The with\nattribute is used to provide the logic for handling the custom representation.\nuse chrono::{DateTime, Utc};\nuse serde::{Serialize, Deserialize};\n\n#[derive(Serialize, Deserialize, Debug)]\npub struct StructWithCustomDate {\n // DateTime supports Serde out of the box, but uses RFC3339 format. Provide\n // some custom logic to make it use our desired format.\n #[serde(with = \"my_date_format\")]\n pub timestamp: DateTime,\n\n // Any other fields in the struct.\n pub bidder: String,\n}\n\nmod my_date_format {\n use chrono::{DateTime, Utc, TimeZone};\n use serde::{self, Deserialize, Serializer, Deserializer};\n\n const FORMAT: &'static str = \"%Y-%m-%d %H:%M:%S\";\n\n // The signature of a serialize_with function must follow the pattern:\n //\n // fn serialize(&T, S) -> Result\n // where\n // S: Serializer\n //\n // although it may also be generic over the input types T.\n pub fn serialize(\n date: &DateTime,\n serializer: S,\n ) -> Result\n where\n S: Serializer,\n {\n let s = format!(\"{}\", date.format(FORMAT));\n serializer.serialize_str(&s)\n }\n\n // The signature of a deserialize_with function must follow the pattern:\n //\n // fn deserialize(D) -> Result\n // where\n // D: Deserializer\n //\n // although it may also be generic over the output types T.\n pub fn deserialize(\n deserializer: D,\n ) -> Result, D::Error>\n where\n D: Deserializer,\n {\n let s = String::deserialize(deserializer)?;\n Utc.datetime_from_str(&s, FORMAT).map_err(serde::de::Error::custom)\n }\n}\n\nfn main() {\n let json_str = r#\"\n {\n \"timestamp\": \"2017-02-16 21:54:30\",\n \"bidder\": \"Skrillex\"\n }\n \"#;\n\n let data: StructWithCustomDate = serde_json::from_str(json_str).unwrap();\n println!(\"{:#?}\", data);\n\n let serialized = serde_json::to_string_pretty(&data).unwrap();\n println!(\"{}\", serialized);\n}\n\n"},"no-std.html":{"url":"no-std.html","title":"No-std support","keywords":"","body":"No-std support\nThe serde crate has a Cargo feature named \"std\" that is enabled by default.\nIn order to use Serde in a no_std context this feature needs to be disabled.\nModify your Serde dependency in Cargo.toml to opt out of enabled-by-default\nfeatures.\n[dependencies]\nserde = { version = \"1.0\", default-features = false }\n\nBe aware that Cargo features are unioned together across your entire dependency\ngraph. That means if any other crate you depend on has not opted out of Serde's\ndefault features, you will build Serde with the std feature enabled whether or\nnot your direct dependency on Serde has default-features = false.\nIn particular, a dependency on serde_json always needs Serde built with std.\nIf you need JSON support without a standard library, please use\nserde-json-core instead of serde_json.\nDerive\nThe #[derive(Serialize, Deserialize)] derive macros work just the same in a\nno-std crate.\n[dependencies]\nserde = { version = \"1.0\", default-features = false, features = [\"derive\"] }\n\nSome deserialization features that require a heap-allocated temporary buffer\nwill not be available in no-std mode without a memory allocator. In particular\nuntagged enums cannot be deserialized.\nMemory allocation\nOpting out of the \"std\" feature of Serde removes support for any standard\nlibrary data structures that involve heap memory allocation, including String\nand Vec. It also removes some features of derive(Deserialize) including\nuntagged enums.\nYou can opt back in to these impls in an unstable way by enabling the \"alloc\"\nCargo feature. This configuration provides integration for heap-allocated\ncollections without depending on the rest of the Rust standard library.\n[dependencies]\nserde = { version = \"1.0\", default-features = false, features = [\"alloc\"] }\n\n"},"feature-flags.html":{"url":"feature-flags.html","title":"Feature flags","keywords":"","body":"Feature flags\nThe serde crate defines some Cargo features to enable using Serde in a\nvariety of freestanding environments.\nBuilding Serde with default-features = false, you will receive a stock\nno_std Serde with no support for any of the collection types.\n\n\nfeatures = [\"derive\"] \nProvide derive macros for the Serialize and Deserialize traits.\nThis is behind a feature because the derive macro implementation takes some\nextra time to compile.\nfeatures = [\"std\"] \nThis feature is enabled by default.\nProvide impls for common standard library types like Vec and\nHashMap. Requires a dependency on the Rust standard library.\nSee no-std support for details.\nfeatures = [\"unstable\"] \nProvide impls for types that require unstable functionality. For tracking and\ndiscussion of unstable functionality please refer to serde-rs/serde#812.\nfeatures = [\"alloc\"] \nProvide impls for types in the Rust core allocation and collections library\nincluding String, Box, Vec, and Cow. This is a subset\nof std but may be enabled without depending on all of std.\nRequires a dependency on the core allocation library.\nSee no-std support for details.\nfeatures = [\"rc\"] \nOpt into impls for Rc and Arc. Serializing and deserializing\nthese types does not preserve identity and may result in multiple copies of the\nsame data. Be sure that this is what you want before enabling this feature.\nSerializing a data structure containing reference-counted pointers will\nserialize a copy of the inner value of the pointer each time a pointer is\nreferenced within the data structure. Serialization will not attempt to\ndeduplicate these repeated data.\nDeserializing a data structure containing reference-counted pointers will not\nattempt to deduplicate references to the same data. Every deserialized pointer\nwill end up with a strong count of 1.\n"}}} \ No newline at end of file diff --git a/stream-array.html b/stream-array.html index 5e78265..c0ee43c 100644 --- a/stream-array.html +++ b/stream-array.html @@ -769,7 +769,7 @@

diff --git a/string-or-struct.html b/string-or-struct.html index 1929f28..871ca75 100644 --- a/string-or-struct.html +++ b/string-or-struct.html @@ -819,7 +819,7 @@

diff --git a/transcode.html b/transcode.html index 3878be7..cea570b 100644 --- a/transcode.html +++ b/transcode.html @@ -708,7 +708,7 @@

diff --git a/unit-testing.html b/unit-testing.html index 65d64f1..27b9c4c 100644 --- a/unit-testing.html +++ b/unit-testing.html @@ -724,7 +724,7 @@

diff --git a/variant-attrs.html b/variant-attrs.html index 95d16e7..1d4b6f2 100644 --- a/variant-attrs.html +++ b/variant-attrs.html @@ -761,7 +761,7 @@

var gitbook = gitbook || []; gitbook.push(function() { - gitbook.page.hasChanged({"page":{"title":"Variant attributes","level":"1.5.2","depth":2,"next":{"title":"Field attributes","level":"1.5.3","depth":2,"path":"field-attrs.md","ref":"field-attrs.md","articles":[]},"previous":{"title":"Container attributes","level":"1.5.1","depth":2,"path":"container-attrs.md","ref":"container-attrs.md","articles":[]},"dir":"ltr"},"config":{"plugins":["-search","-sharing","sane-sidebar","codeblock-omit","codeblock-rust","edit-link","ga4","bulk-redirect","checklist","anchors"],"root":"_src","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"checklist":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"codeblock-rust":{},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"sane-sidebar":{},"codeblock-omit":{},"bulk-redirect":{"redirectsFile":"redirects.json"},"ga4":{"anonymize_ip":true,"cookie_domain":"serde.rs","tag":"G-T5QD1R7FZW"},"edit-link":{"label":"Edit","base":"https://github.com/serde-rs/serde-rs.github.io/edit/master/_src"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"anchors":{}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Serde","language":"en","gitbook":"*"},"file":{"path":"variant-attrs.md","mtime":"2022-07-28T19:54:28.673Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2023-07-09T23:31:38.400Z"},"basePath":".","book":{"language":""}}); + gitbook.page.hasChanged({"page":{"title":"Variant attributes","level":"1.5.2","depth":2,"next":{"title":"Field attributes","level":"1.5.3","depth":2,"path":"field-attrs.md","ref":"field-attrs.md","articles":[]},"previous":{"title":"Container attributes","level":"1.5.1","depth":2,"path":"container-attrs.md","ref":"container-attrs.md","articles":[]},"dir":"ltr"},"config":{"plugins":["-search","-sharing","sane-sidebar","codeblock-omit","codeblock-rust","edit-link","ga4","bulk-redirect","checklist","anchors"],"root":"_src","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"checklist":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"codeblock-rust":{},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"sane-sidebar":{},"codeblock-omit":{},"bulk-redirect":{"redirectsFile":"redirects.json"},"ga4":{"anonymize_ip":true,"cookie_domain":"serde.rs","tag":"G-T5QD1R7FZW"},"edit-link":{"label":"Edit","base":"https://github.com/serde-rs/serde-rs.github.io/edit/master/_src"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false},"anchors":{}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Serde","language":"en","gitbook":"*"},"file":{"path":"variant-attrs.md","mtime":"2022-07-28T19:54:28.673Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2023-08-05T21:34:19.057Z"},"basePath":".","book":{"language":""}}); });