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