ConfluentJsonSerializer constructor (1 of 2)
Initializes a new instance of the ConfluentJsonSerializer class.
public ConfluentJsonSerializer(IDependencyResolver resolver,
JsonSerializerConfig serializerConfig = null)
| parameter | description |
|---|---|
| resolver | An instance of IDependencyResolver |
| serializerConfig | An instance of JsonSerializerConfig |
See Also
- class ConfluentJsonSerializer
- namespace KafkaFlow.Serializer.SchemaRegistry
ConfluentJsonSerializer constructor (2 of 2)
Initializes a new instance of the ConfluentJsonSerializer class.
public ConfluentJsonSerializer(IDependencyResolver resolver, JsonSerializerConfig serializerConfig,
JsonSchemaGeneratorSettings schemaGeneratorSettings = null)
| parameter | description |
|---|---|
| resolver | An instance of IDependencyResolver |
| serializerConfig | An instance of JsonSerializerConfig |
| schemaGeneratorSettings | An instance of JsonSchemaGeneratorSettings |
See Also
- class ConfluentJsonSerializer
- namespace KafkaFlow.Serializer.SchemaRegistry