<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Clojure Q&amp;A - Recent questions tagged serialize</title>
<link>https://ask.clojure.org/index.php/tag/serialize</link>
<description></description>
<item>
<title>Why does Transit not allow serialization of clojure(script) functions ? What is the inherent difficulty there ?</title>
<link>https://ask.clojure.org/index.php/8254/transit-serialization-clojure-functions-inherent-difficulty</link>
<description>&lt;p&gt;I am trying to serialize my datascript database to JSON for storage on a filesystem. &lt;br&gt;
Some of the data inside my database includes functions. For reasons that are not interesting, I need to store them in the database for now with other session info for the application. But I get an exception that transit &quot;cannot write Function&quot;&lt;/p&gt;
&lt;p&gt;I looked at the code and it simply tries to handle data structures only - maps, vectors, etc. But there is no handler for functions. So I KNOW WHY I get the error, but the gist of my question is why it was not implemented to be able to serialize functions as well ? &lt;/p&gt;
&lt;p&gt; Is it just too novel an thought ? &lt;/p&gt;
&lt;p&gt; thanks&lt;/p&gt;
</description>
<category>ClojureScript</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/8254/transit-serialization-clojure-functions-inherent-difficulty</guid>
<pubDate>Mon, 29 Jul 2019 23:10:55 +0000</pubDate>
</item>
</channel>
</rss>