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