To make a Scala class serializable, extend the Serializable trait and add the @SerialVersionUID annotation to the class: @SerialVersionUID ( 100L ) class Stock ...
確定! 回上一頁