I am trying to serialize a large object, this has worked for months if not years now and a recent revision has caused this bug to occur in older files.
When re-serializing them I receive a message saying that TypeLoadExceptionHolder
is not marked as 'Serializable
'. I have set a breakpoint immediately before the serialization call and cannot seem to find any reference that is of that type. Is there anyway to 'scan' the object I am trying to serialize and see where the reference to the TypeLoadExceptionHolder
is?