Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by [EMAIL PROTECTED]

http://bugzilla.ximian.com/show_bug.cgi?id=79124

--- shadow/79124        2006-08-20 17:53:58.000000000 -0400
+++ shadow/79124.tmp.8385       2006-08-20 17:53:58.000000000 -0400
@@ -0,0 +1,30 @@
+Bug#: 79124
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Mono.POSIX
+AssignedTo: [EMAIL PROTECTED]                            
+ReportedBy: [EMAIL PROTECTED]               
+QAContact: [EMAIL PROTECTED]
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Mono.Unix.UnixGroupInfo cannot be serialized because it does not have 
a default public constructor
+
+It is not possible to serialize eg Mono.Unix.UnixGroupInfo because there is
+no default public constructor for constructing copies. Thus code like this
+fails:
+
+    [WebMethod]
+    public UnixGroupInfo[] GetRealGroups()
+    {
+        return UnixGroupInfo.GetLocalGroups();
+    }
+
+This is likely by design, but I thought I'd raise the issue for
+consideration nonetheless.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to