<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>araiyusukej</author_name>
  <author_url>https://blog.hatena.ne.jp/araiyusukej/</author_url>
  <blog_title>さまよえる、Android</blog_title>
  <blog_url>https://araiyusuke.hatenadiary.com/</blog_url>
  <categories>
  </categories>
  <description>import UIKit var data = &quot;&quot;&quot; { &quot;A&quot;: &quot;A&quot;, &quot;B&quot;: &quot;B&quot;, &quot;C&quot;: &quot;C&quot;, } &quot;&quot;&quot; class A : Codable { var A:String = &quot;A&quot; enum CodingKeys: String, CodingKey { case A = &quot;A&quot; } func encode(to encoder: Encoder) throws { var container = encoder.container(keyedBy: CodingKeys.self) try container.encode(A, forKey: .A) } } c…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Faraiyusuke.hatenadiary.com%2Fentry%2F2021%2F08%2F14%2F140558&quot; title=&quot;Codableでクラス継承対応 - さまよえる、Android&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2021-08-14 14:05:58</published>
  <title>Codableでクラス継承対応</title>
  <type>rich</type>
  <url>https://araiyusuke.hatenadiary.com/entry/2021/08/14/140558</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
