Jason He

Results 2 issues of Jason He

``` java public class ServiceRequest implements Serializable { /** * */ private static final long serialVersionUID = 1L; private String serviceid; private ServiceMethodEntity methodEntity; private Map parameter = null; public...

why I got exception when i was trying to serialize Object that contains Exception.class? Can any body answer my question?