pksprojects / ElasticSwift

Elasticsearch client in swift
MIT License
46 stars 18 forks source link

Remove no longer necessary toDic() method #82

Closed prafsoni closed 4 years ago

prafsoni commented 4 years ago

Since, Query, ScoreFunction, and Sort conform to Codable Protocol the toDic() which was primarily introduced to ease serialization of class/struct with JSONSerialization in pre-Codable.

It will be good time to remove toDic() before beta/1.0.0