There are a number of causes for this error message:
Check: I have a no args constructor (private is OK)
Check: I have implemented IsSerializable
Check: It is on my source path for my module - in
What else could be wrong?
It turned out that one of the fields within my class was not Serializable due to not implementing IsSerializable.
No comments:
Post a Comment