Format

sbinary.Format
trait Format[T] extends Reads[T] with Writes[T]

Attributes

Graph
Supertypes
trait Writes[T]
trait Reads[T]
class Object
trait Matchable
class Any
Known subtypes
object ByteFormat.type
object UnitFormat.type
object ByteArrayFormat.type
class CollectionFormat[S, T]
class LengthEncoded[S, T]
object BigDecimalFormat.type
object BigIntFormat.type
object BooleanFormat.type
object CharFormat.type
object ClassFormat.type
object DoubleFormat.type
object FloatFormat.type
object IntFormat.type
object LongFormat.type
object ShortFormat.type
object StringFormat.type

Members list

Concise view

Value members

Inherited methods

def reads(in: Input): T

Attributes

Inherited from:
Reads
def writes(out: Output, value: T): Unit

Attributes

Inherited from:
Writes