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.