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