Skip to content

Commit

Permalink
remove pathlist serializer
Browse files Browse the repository at this point in the history
  • Loading branch information
makeevrserg committed Dec 2, 2024
1 parent 3d9cfa9 commit 8c94d35
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,3 @@ object PathSerializer : KSerializer<Path> {
encoder.encodeString(value.toString())
}
}

object PathListSerializer : KSerializer<List<Path>> by ListSerializer(PathSerializer)

0 comments on commit 8c94d35

Please sign in to comment.