Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0.2.RELEASE
-
Fix Version/s: 1.0.3.RELEASE, 1.1.0.M3, 1.1.0.RELEASE
-
Component/s: API Binding
-
Labels:None
-
Environment:Java 1.6
Description
org.springframework.social.facebook.api.FacebookProfile implements implements Serializable but data members Reference, WorkEntry and EducationEntry are not.
Either declare Reference, WorkEntry and EducationEntry implements Serializable or (less desirable) mark them transient.