public interface ISerializable { void GetObjectData( SerializationInfo info, StreamingContext context); }