Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Lo1nt committed Jan 11, 2024
1 parent a043424 commit 78b3b11
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ public FurySerializer() {
f.register(SofaRpcException.class);
return f;
});
addSerializer(SofaRequest.class, new SofaRequestFurySerializer(fury));
addSerializer(SofaResponse.class, new SofaResponseFurySerializer(fury));
addCustomSerializer(SofaRequest.class, new SofaRequestFurySerializer(fury));
addCustomSerializer(SofaResponse.class, new SofaResponseFurySerializer(fury));
}

@Override
Expand Down

0 comments on commit 78b3b11

Please sign in to comment.