<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[JSON in Database]]></title><description><![CDATA[<p dir="auto">Hi Matthew,</p>
<p dir="auto">it would be nice to have JSON instead of binary Object.writeObject() in the database.</p>
<p dir="auto">One can fix class related problems manually for instance ;-).</p>
<p dir="auto">Arne</p>
]]></description><link>https://forum.mango-os.com/topic/645/json-in-database</link><generator>RSS for Node</generator><lastBuildDate>Thu, 14 May 2026 17:11:06 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/645.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 17 Nov 2010 16:53:37 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to JSON in Database on Thu, 18 Nov 2010 14:23:31 GMT]]></title><description><![CDATA[<p dir="auto">Technically yes. But all three are intended for different purposes, and have subtle differences. E.g. number 2 could be used for database serialization, but not in its current form because it is XID-based (not a deal breaker, really, but not ideal). Also, the current object serialization assumes data integrity. If it were text-base and therefore human editable, the code should no longer assume this.</p>
]]></description><link>https://forum.mango-os.com/post/4961</link><guid isPermaLink="true">https://forum.mango-os.com/post/4961</guid><dc:creator><![CDATA[mlohbihler]]></dc:creator><pubDate>Thu, 18 Nov 2010 14:23:31 GMT</pubDate></item><item><title><![CDATA[Reply to JSON in Database on Thu, 18 Nov 2010 08:55:54 GMT]]></title><description><![CDATA[<p dir="auto">If I see it right, there are 3 ways to serialize/deserialize a object...</p>
<ol>
<li>writeObject -&gt; Database</li>
<li>JSONRemote* -&gt; Im/Export</li>
<li>Dwr-JSON -&gt; DWR</li>
</ol>
<p dir="auto">Is this right?</p>
]]></description><link>https://forum.mango-os.com/post/4959</link><guid isPermaLink="true">https://forum.mango-os.com/post/4959</guid><dc:creator><![CDATA[apl]]></dc:creator><pubDate>Thu, 18 Nov 2010 08:55:54 GMT</pubDate></item></channel></rss>