DoubleFormat

object DoubleFormat extends Format[Double]
trait Format[Double]
trait Writes[Double]
trait Reads[Double]
class Object
trait Matchable
class Any

Value members

Concrete methods

def reads(in: Input): Double
def writes(out: Output, t: Double): Unit