<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>eaglesakura</author_name>
  <author_url>https://blog.hatena.ne.jp/eaglesakura/</author_url>
  <blog_title>eaglesakuraの技術ブログ</blog_title>
  <blog_url>https://eaglesakura.hatenablog.com/</blog_url>
  <categories>
    <anon>Android</anon>
  </categories>
  <description>Parcelize拡張概要 Androidアプリ開発者にとってメンドウな Parcelable の定形実装を自動化できる Annotationをつけるだけで、フィールドを全部Parcelableに突っ込んでくkれる 突っ込めないオブジェクトは警告が出る Annotationで除外を指定できる Example // これだけでParcelableを実装できる // BundleにもIntentにも突っ込める @Parcelize class ExampleUser( val name: String ) : Parcelable 何が問題か？ 生成されたオブジェクトをアプリ間で受け渡す際に、シリ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Feaglesakura.hatenablog.com%2Fentry%2F2018%2F11%2F29%2F145844&quot; title=&quot;Kotlin Android-Parcelize拡張の後方互換問題を考える - eaglesakuraの技術ブログ&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>2018-11-29 14:58:44</published>
  <title>Kotlin Android-Parcelize拡張の後方互換問題を考える</title>
  <type>rich</type>
  <url>https://eaglesakura.hatenablog.com/entry/2018/11/29/145844</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
