You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sean Owen (JIRA)" <ji...@apache.org> on 2015/09/01 12:11:45 UTC

[jira] [Updated] (SPARK-8730) Deser primitive class with Java serialization

     [ https://issues.apache.org/jira/browse/SPARK-8730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Owen updated SPARK-8730:
-----------------------------
    Assignee: Eugen Cepoi

> Deser primitive class with Java serialization
> ---------------------------------------------
>
>                 Key: SPARK-8730
>                 URL: https://issues.apache.org/jira/browse/SPARK-8730
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>            Reporter: Eugen Cepoi
>            Assignee: Eugen Cepoi
>            Priority: Critical
>             Fix For: 1.6.0
>
>
> Objects that contain as property a primitive Class, can not be deserialized using java serde. Class.forName does not work for primitives.
> Exemple of object:
> class Foo extends Serializable {
>   val intClass = classOf[Int]
> }



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org