Skip to content

Commit

Permalink
Serializable 정의 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Pluu committed Aug 7, 2024
1 parent 88060ff commit 256ba7e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
package com.pluu.webtoon.main.container.ui

import androidx.navigation.NavType
import java.io.Serializable

class SerializableType<T : java.io.Serializable>(
class SerializableType<T : Serializable>(
type: Class<T>,
private val parser: (String) -> T
) : NavType.SerializableType<T>(type) {
Expand Down

0 comments on commit 256ba7e

Please # to comment.