<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>struct &#8211; Frankis Website</title>
	<atom:link href="https://fpposchmann.de/tag/struct/feed/" rel="self" type="application/rss+xml" />
	<link>https://fpposchmann.de</link>
	<description>Consulting &#38; Software</description>
	<lastBuildDate>Sun, 04 Mar 2018 13:00:22 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.1</generator>

<image>
	<url>https://fpposchmann.de/wp-content/uploads/2023/08/cropped-Bildschirmfoto-2023-08-07-um-14.23.35-32x32.png</url>
	<title>struct &#8211; Frankis Website</title>
	<link>https://fpposchmann.de</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Update: Serialising enums and structs in Swift 4</title>
		<link>https://fpposchmann.de/update-serialising-enums-and-structs-in-swift-4/</link>
					<comments>https://fpposchmann.de/update-serialising-enums-and-structs-in-swift-4/#respond</comments>
		
		<dc:creator><![CDATA[Frank-Peter Poschmann]]></dc:creator>
		<pubDate>Mon, 13 Nov 2017 14:34:21 +0000</pubDate>
				<category><![CDATA[Swift]]></category>
		<category><![CDATA[associated value]]></category>
		<category><![CDATA[Codable]]></category>
		<category><![CDATA[enum]]></category>
		<category><![CDATA[NSCoding]]></category>
		<category><![CDATA[serialization]]></category>
		<category><![CDATA[struct]]></category>
		<guid isPermaLink="false">http://www.fpposchmann.de/?p=259</guid>

					<description><![CDATA[So, now Swift 4 is here and things are changing. One of the big improvements of Swift 4 is the incorporation of serialisation for classes, structs and enums. In contrast to the previous versions which rely on the old NSObject/NSCoding mechanisms the new Coding protocol is not restricted to classes only. And even better, if you do not have special needs the compiler will synthesise for you the needed functions as we will see later.]]></description>
		
					<wfw:commentRss>https://fpposchmann.de/update-serialising-enums-and-structs-in-swift-4/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Making structs serializable</title>
		<link>https://fpposchmann.de/making-structs-serializable/</link>
					<comments>https://fpposchmann.de/making-structs-serializable/#respond</comments>
		
		<dc:creator><![CDATA[Frank-Peter Poschmann]]></dc:creator>
		<pubDate>Sat, 10 Jun 2017 14:54:28 +0000</pubDate>
				<category><![CDATA[Swift]]></category>
		<category><![CDATA[NSCoding]]></category>
		<category><![CDATA[serialization]]></category>
		<category><![CDATA[struct]]></category>
		<guid isPermaLink="false">http://www.fpposchmann.de/?p=216</guid>

					<description><![CDATA[Just for completeness I'd like to show in this post how to make structs serializable in the same manner as enums. Again, we transform the struct to a dictionary of NSCoding compliant types and give it to an NSCoder (e.g. NSKeyedArchiver) for coding. The other way round we get the decoded dictionary and initialize the desired struct with it.]]></description>
		
					<wfw:commentRss>https://fpposchmann.de/making-structs-serializable/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
