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