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

scala.pickling.pickler.Ref.scala Maven / Gradle / Ivy

The newest version!
package scala.pickling
package pickler

@deprecated("Sharing is not guaranteed to be safe w/ all possible picklers.")
trait RefPicklers {
  @deprecated("Sharing is not guaranteed to be safe w/ all possible picklers.")
  implicit def refPickler: Pickler[refs.Ref] = throw new Error("cannot pickle refs")
  implicit val refUnpickler: Unpickler[refs.Ref] = PrimitivePickler[refs.Ref]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy