[JVM] Make JVM Serializable

This commit is contained in:
tqchen
2016-03-03 21:04:02 -08:00
parent e80d3db64b
commit 0df2ed80c8
4 changed files with 56 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ import scala.collection.mutable
import ml.dmlc.xgboost4j.XGBoostError
trait Booster {
trait Booster extends Serializable {
/**