SerdeSupport

Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case class AvroAsJsonDeserializer(properties: Map[String, Any], isKey: Boolean) extends Deserializer[Any, Json]
case class AvroAsJsonSerializer(client: SchemaRegistryClient, properties: Map[String, Any], isKey: Boolean, namespace: String) extends Serializer[Any, Json]

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def avroAsJsonSerde(schemaRegistryClient: SchemaRegistryClient, properties: Map[String, Any], namespace: String, isKey: Boolean): Serde[Any, DynamicJson]