LongFormat

object LongFormat extends Format[Long]
trait Format[Long]
trait Writes[Long]
trait Reads[Long]
class Object
trait Matchable
class Any

Value members

Concrete methods

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