Parcelable: Support custom Parcelers in compiler plugin

This commit is contained in:
Yan Zhulanow
2017-09-14 23:00:33 +03:00
parent 7dbefc1613
commit a63aca08f2
16 changed files with 603 additions and 38 deletions
@@ -43,4 +43,7 @@ class ParcelBoxTest : AbstractParcelBoxTest() {
fun testKt19747_2() = doTest("kt19747_2")
fun test20002() = doTest("kt20002")
fun test20021() = doTest("kt20021")
fun testCustomSerializerSimple() = doTest("customSerializerSimple")
fun testCustomSerializerWriteWith() = doTest("customSerializerWriteWith")
fun testCustomSerializerBoxing() = doTest("customSerializerBoxing")
}