Sunday, August 11, 2013

java.io.StreamCorruptedException: invalid stream header: 32303133

If it is associated to "Caused by: org.hibernate.type.SerializationException: could not deserialize", then check the type of the classes you are importing.

I mistakenly was importing:

  • import java.security.Timestamp;

Instead of
  • import java.sql.Timestamp;


No comments:

Post a Comment