Skip to content

Commit

Permalink
fix pr comment
Browse files Browse the repository at this point in the history
  • Loading branch information
RikoLearn committed Apr 26, 2023
1 parent 65288f9 commit 1f54211
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ namespace BSN.Commons.Converters
{
/// <summary>
/// Force to keep numeral object or value, while convert an object or value to or from JSON.
/// for example 'StatusCode' in Response that should stay numeral.
/// </summary>
/// <typeparam name="T"> The type of object or value handled by the converter. </typeparam>
public class JsonForceDefaultConverter<T> : JsonConverter<T>
Expand Down

0 comments on commit 1f54211

Please sign in to comment.