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