What is alternative for JsonConverter in Nest.JsonNetSerializer

In 5.5 am using JsonConverter for serializing date. Recently i moved to 6.0 Nest but i didnt find any alternate for this.

public class MyDateConverter : IsoDateTimeConverter
{
public MyDateConverter()
{
DateTimeFormat = "dd-MM-yyyy";
}
}

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.