http://issues.jabsorb.org/show_bug.cgi?id=53

           Summary: incorrect signature of AbstractSerializer.marshall in
                    manual
           Product: jabsorb
           Version: unspecified
            Status: NEW
          Severity: defect
          Priority: low
         Component: docs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


In Manual we see
 public Object marshall(SerializerState state, Object o)
      throws MarshallException;
when in fact it is:
 public Object marshall(SerializerState state, Object p, Object o)
      throws MarshallException;

where p is parent of o or null.


-- 
Configure bugmail: http://issues.jabsorb.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.

_______________________________________________
Jabsorb-dev mailing list
[email protected]
http://lists.jabsorb.org/mailman/listinfo/jabsorb-dev

Reply via email to