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