toJson method
Implementation
String toJson() {
return SearchResultHitMapper.ensureInitialized()
.encodeJson<SearchResultHit>(this as SearchResultHit);
}
String toJson() {
return SearchResultHitMapper.ensureInitialized()
.encodeJson<SearchResultHit>(this as SearchResultHit);
}