NewtonsoftJsonSerializer constructor (1 of 2)
Initializes a new instance of the NewtonsoftJsonSerializer
class.
public NewtonsoftJsonSerializer()
See Also
- class NewtonsoftJsonSerializer
- namespace KafkaFlow.Serializer
NewtonsoftJsonSerializer constructor (2 of 2)
Initializes a new instance of the NewtonsoftJsonSerializer
class.
public NewtonsoftJsonSerializer(JsonSerializerSettings settings)
parameter | description |
---|---|
settings | Json serializer settings |
See Also
- class NewtonsoftJsonSerializer
- namespace KafkaFlow.Serializer