chevron-thin-right chevron-thin-left brand cancel-circle search youtube-icon google-plus-icon linkedin-icon facebook-icon twitter-icon toolbox download check linkedin phone twitter-old google-plus facebook profile-male chat calendar profile-male
Welcome to Typemock Community! Here you can ask and receive answers from other community members. If you liked or disliked an answer or thread: react with an up- or downvote.
0 votes
In a unit test, when testing a serializable class that has an instance of a StreamReader, I get an exception when the class is serialized. This is because TypeMock replaces the StreamReader with StreamReaderInterceptor which is not marked as serializable.

Tested using 7.1.3.
asked by capmichal (600 points)

1 Answer

0 votes
Hi Michal,

Thank you for informing us of this issue.

The fix for it is already out in V 7.1.5.

Please let me know if it helps.
answered by alex (17k points)
...