PathSerializer

object PathSerializer : KSerializer<Path>

Serializer making it possible to send kotlin.io.path.Path values in Jupyter protocol messages.

Properties

Link copied to clipboard
open override val descriptor: SerialDescriptor

Functions

Link copied to clipboard
open override fun deserialize(decoder: Decoder): Path
Link copied to clipboard
open override fun serialize(encoder: Encoder, value: Path)