class Encoder extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Encoder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Encoder()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def encode[A](schema: Schema[A], value: A): Chunk[Byte]
- def encodeMap[K, V](fieldNumber: Option[Short], schema: MapSchema[K, V], v: Map[K, V]): Unit
- def encodeOptional[A](fieldNumber: Option[Short], codec: Schema[A], v: Option[A]): Unit
- def encodePrimitive[A](fieldNumber: Option[Short], standardType: StandardType[A], value: A): Unit
- def encodeRecord(fieldNumber: Option[Short], structure: Seq[Field[_]], data: ListMap[String, _]): Unit
- def encodeSequence[A](fieldNumber: Option[Short], schema: Schema[A], v: Chunk[A]): Unit
- def encodeSet[A](fieldNumber: Option[Short], schema: Schema[A], v: Set[A]): Unit
- def encodeValue[A](fieldNumber: Option[Short], schema: Schema[A], value: A): Unit
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getPrimitiveType[A](standardType: StandardType[A]): Byte
-
final
def
getType[A](schema: Schema[A]): Byte
- Annotations
- @tailrec()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val p: TBinaryProtocol
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def tupleSchema[A, B](first: Schema[A], second: Schema[B]): Seq[Field[_]]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val write: Write
- def writeFieldBegin(fieldNumber: Option[Short], ttype: Byte): Unit
- def writePrimitiveType[A](standardType: StandardType[A], value: A): Unit