AvroAsJsonSerializer
case
class AvroAsJsonSerializer(client: SchemaRegistryClient, properties: Map[String, Any], isKey: Boolean, namespace: String) extends Serializer[Any, Json]
trait Serializable
trait Product
trait Equals
trait Serializer[Any, Json]
class Object
trait Matchable
class Any
Value members
Inherited methods
Returns a new serializer that handles optional values and serializes them as nulls.
Returns a new serializer that handles optional values and serializes them as nulls.
- Inherited from
- Serializer
Returns a new serializer that executes its serialization function on the blocking threadpool.
Returns a new serializer that executes its serialization function on the blocking threadpool.
- Inherited from
- Serializer
Create a serializer for a type U based on the serializer for type T and a mapping function
Create a serializer for a type U based on the serializer for type T and a mapping function
- Inherited from
- Serializer