RecordFormat

trait RecordFormat[T] extends ToRecord[T] with FromRecord[T] with Serializable

Brings together ToRecord and FromRecord in a single interface.

Brings together ToRecord and FromRecord in a single interface.

Companion
object
trait FromRecord[T]
trait ToRecord[T]
trait Serializable
class Object
trait Matchable
class Any

Value members

Inherited methods

def from(record: IndexedRecord): T
Inherited from
FromRecord
def to(t: T): Record
Inherited from
ToRecord