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

ujson.Transformer.scala Maven / Gradle / Ivy

package ujson
import upickle.core.Visitor

trait Transformer[I] extends upickle.core.Transformer[I]{
  def transformable[T](j: I) = Readable.fromTransformer(j, this)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy