All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.youi.communicate.Pickler.scala Maven / Gradle / Ivy

package io.youi.communicate

trait Pickler[T] {
  def read(json: String): T
  def write(t: T): String
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy