以前のリビジョンの文書です
import java.io.Serializable data class RowData(var id:Int ,var type:Int ,var score:Int):Serializable