コード例 #1
0
 //-----------------------------------------------------------------------
 /// <summary> Serializes the data held in this object to the stream specified.</summary>
 //UPGRADE_TODO: Class 'java.io.ObjectOutputStream' was converted to 'System.IO.BinaryWriter' which has a different behavior. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1073_javaioObjectOutputStream_3"'
 //UPGRADE_TODO: Method 'writeObject' was converted to 'GetObjectData' 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"'
 public virtual void  GetObjectData(System.Runtime.Serialization.SerializationInfo out_Renamed, System.Runtime.Serialization.StreamingContext context)
 {
     SupportClass.DefaultWriteObject(out_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"'
     doWriteObject(out_Renamed);
 }