object Serdes
- Annotations
- @deprecated
- Deprecated
(Since version 2.7.0) Use org.apache.kafka.streams.scala.serialization.Serdes. For WindowedSerdes.TimeWindowedSerde, use explicit constructors.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Serdes
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
- implicit def ByteArray: Serde[Array[Byte]]
- implicit def Bytes: Serde[Bytes]
- implicit def Double: Serde[Double]
- implicit def Float: Serde[Float]
- implicit def Integer: Serde[Int]
- implicit def JavaDouble: Serde[Double]
- implicit def JavaFloat: Serde[Float]
- implicit def JavaInteger: Serde[Integer]
- implicit def JavaLong: Serde[Long]
- implicit def Long: Serde[Long]
- implicit def String: Serde[String]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
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] )
- def fromFn[T >: Null](serializer: (String, T) ⇒ Array[Byte], deserializer: (String, Array[Byte]) ⇒ Option[T]): Serde[T]
- def fromFn[T >: Null](serializer: (T) ⇒ Array[Byte], deserializer: (Array[Byte]) ⇒ Option[T]): Serde[T]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
- implicit def sessionWindowedSerde[T](implicit tSerde: Serde[T]): SessionWindowedSerde[T]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- implicit def timeWindowedSerde[T](implicit tSerde: Serde[T]): TimeWindowedSerde[T]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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()