Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
bug fixed for issue #681
Browse files Browse the repository at this point in the history
  • Loading branch information
wenshao committed Jun 20, 2016
1 parent 19d1bfe commit 4584607
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ public ObjectSerializer createJavaBeanSerializer(SerializeBeanInfo beanInfo) {
if (asmSerializer != null) {
return asmSerializer;
}
} catch (ClassFormatError e) {
// skip
} catch (ClassCastException e) {
// skip
} catch (Throwable e) {
Expand Down

0 comments on commit 4584607

Please sign in to comment.