Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
None
-
None
Description
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]
}