/// <summary> Deserializes the data held in this object to the stream specified.</summary>
 //UPGRADE_TODO: Class 'java.io.ObjectInputStream' was converted to 'System.IO.BinaryReader' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073_javaioObjectInputStream_3"'
 //UPGRADE_TODO: Method 'readObject' was converted to 'CursorableLinkedList' and its parameters were changed. The code must be reviewed in order to assure that no calls to non-member methods of the converted parameters are made. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1192_3"'
 protected CursorableLinkedList(System.Runtime.Serialization.SerializationInfo in_Renamed, System.Runtime.Serialization.StreamingContext context)
 {
     SupportClass.DefaultReadObject(in_Renamed, context, this);
     //UPGRADE_ISSUE: Serialization code was not used in the conversion of the method. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1193_3"'
     doReadObject(in_Renamed);
 }