RecordFormat

com.sksamuel.avro4s.RecordFormat
See theRecordFormat companion object
trait RecordFormat[T] extends ToRecord[T], FromRecord[T], Serializable

Brings together ToRecord and FromRecord in a single interface.

Attributes

Companion
object
Graph
Supertypes
trait FromRecord[T]
trait ToRecord[T]
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def from(record: IndexedRecord): T

Attributes

Inherited from:
FromRecord
def to(t: T): Record

Attributes

Inherited from:
ToRecord